fribidi_get_bidi_types (3) - Linux Manuals

fribidi_get_bidi_types: get bidi types for an string of characters

NAME

fribidi_get_bidi_types - get bidi types for an string of characters

SYNOPSIS

#include <fribidi.h>

extern void fribidi_get_bidi_types
(
       const FriBidiChar *str,

       const FriBidiStrIndex len,

       FriBidiCharType *btypes

);

PARAMETERS

const FriBidiChar *str
Input string.
const FriBidiStrIndex len
Input string length.
FriBidiCharType *btypes
Output bidi types.

Since there are 23 possible values for a FriBidiCharType, they are not all listed here.

DESCRIPTION

This function finds the bidi types of an string of characters. See fribidi_get_bidi_type() for more information about the bidi types returned by this function.