fribidi_get_bidi_type_name (3) - Linux Manuals

fribidi_get_bidi_type_name: get bidi type name

NAME

fribidi_get_bidi_type_name - get bidi type name

SYNOPSIS

#include <fribidi.h>

extern const char *fribidi_get_bidi_type_name(FriBidiCharType t);

PARAMETERS

FriBidiCharType t
Input bidi type.

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

DESCRIPTION

This function returns the bidi type name of a character type. The returned string is a static string and should not be freed.

The type names are the same as ones defined in Table 3.7 Bidirectional Character Types of the Unicode Bidirectional Algorithm available at http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types, with a few modifications: L->LTR, R->RTL, B->BS, S->SS.