Imported Upstream version 1.0.10
[platform/upstream/fribidi.git] / doc / fribidi_get_bracket_types.3
1 .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2 .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3 .TH "fribidi_get_bracket_types" 3 "20 July 2018" "c2man fribidi-brackets.h" "Programmer's Manual"
4 .SH "NAME"
5 fribidi_get_bracket_types \- get bracketed characters
6 .SH "SYNOPSIS"
7 .ft B
8 #include <fribidi.h>
9 .sp
10 extern void fribidi_get_bracket_types
11 .br
12 (
13 .br
14         const FriBidiChar *str,
15 .br
16         const FriBidiStrIndex len,
17 .br
18         const FriBidiCharType *types,
19 .br
20         FriBidiBracketType *btypes
21 .br
22 );
23 .ft R
24 .SH "PARAMETERS"
25 .TP
26 .B "const FriBidiChar *str"
27 Input string.
28 .TP
29 .B "const FriBidiStrIndex len"
30 Input string length.
31 .TP
32 .B "const FriBidiCharType *types"
33 Input bidi types.
34 .sp
35 Since there are 23 possible values for a \fBconst FriBidiCharType\fR, they are not all listed here.
36 .TP
37 .B "FriBidiBracketType *btypes"
38 Output bracketed characters.
39 .SH "DESCRIPTION"
40 This function finds the bracketed characters of an string of characters.
41 See fribidi_get_bracket() for more information about the bracketed
42 characters returned by this function.
43 .SH "SEE ALSO"
44 fribidi_shape_arabic(3),
45 fribidi_get_par_direction(3),
46 fribidi_get_par_embedding_levels_ex(3),
47 fribidi_reorder_line(3),
48 fribidi_get_bidi_type(3),
49 fribidi_get_bidi_types(3),
50 fribidi_get_bidi_type_name(3),
51 fribidi_debug_status(3),
52 fribidi_set_debug(3),
53 fribidi_charset_to_unicode(3),
54 fribidi_unicode_to_charset(3),
55 fribidi_parse_charset(3),
56 fribidi_mirroring_status(3),
57 fribidi_set_mirroring(3),
58 fribidi_reorder_nsm_status(3),
59 fribidi_set_reorder_nsm(3),
60 fribidi_log2vis_get_embedding_levels(3),
61 fribidi_get_type(3),
62 fribidi_get_type_internal(3),
63 fribidi_get_par_embedding_levels(3),
64 fribidi_join_arabic(3),
65 fribidi_get_joining_type(3),
66 fribidi_get_joining_types(3),
67 fribidi_get_joining_type_name(3),
68 fribidi_get_mirror_char(3),
69 fribidi_shape_mirroring(3),
70 fribidi_get_bracket(3),
71 fribidi_shape(3),
72 fribidi_remove_bidi_marks(3),
73 fribidi_log2vis(3)