summaryrefslogtreecommitdiff
path: root/doc/fribidi_get_bidi_type_name.3
blob: 2815436c89ce8dc09768b0b6869287e438405e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
.TH "fribidi_get_bidi_type_name" 3 "19 February 2018" "c2man fribidi-bidi-types.h" "Programmer's Manual"
.SH "NAME"
fribidi_get_bidi_type_name \- get bidi type name
.SH "SYNOPSIS"
.ft B
#include <fribidi.h>
.sp
extern const char *fribidi_get_bidi_type_name(FriBidiCharType t);
.ft R
.SH "PARAMETERS"
.TP
.B "FriBidiCharType t"
Input bidi type.
.sp
Since there are 23 possible values for a \fBFriBidiCharType\fR, they are not all listed here.
.SH "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.
.SH "SEE ALSO"
fribidi_shape_arabic(3),
fribidi_get_par_direction(3),
fribidi_get_par_embedding_levels_ex(3),
fribidi_reorder_line(3),
fribidi_get_bidi_type(3),
fribidi_get_bidi_types(3),
fribidi_debug_status(3),
fribidi_set_debug(3),
fribidi_charset_to_unicode(3),
fribidi_unicode_to_charset(3),
fribidi_parse_charset(3),
fribidi_mirroring_status(3),
fribidi_set_mirroring(3),
fribidi_reorder_nsm_status(3),
fribidi_set_reorder_nsm(3),
fribidi_log2vis_get_embedding_levels(3),
fribidi_get_type(3),
fribidi_get_type_internal(3),
fribidi_remove_bidi_marks(3),
fribidi_log2vis(3),
fribidi_get_par_embedding_levels(3),
fribidi_join_arabic(3),
fribidi_get_joining_type(3),
fribidi_get_joining_types(3),
fribidi_get_joining_type_name(3),
fribidi_get_mirror_char(3),
fribidi_shape_mirroring(3),
fribidi_get_bracket(3),
fribidi_get_bracket_types(3),
fribidi_shape(3)