pango 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +8 -8
  5. data/ext/pango/extconf.rb +4 -1
  6. data/ext/pango/pango.def +1 -0
  7. data/ext/pango/rb-pango-attr-list.c +3 -3
  8. data/ext/pango/rb-pango-attribute.c +67 -57
  9. data/ext/pango/rb-pango-conversions.h +3 -3
  10. data/ext/pango/rb-pango-private.h +0 -1
  11. data/ext/pango/rb-pango.c +0 -1
  12. data/ext/pango/rb-pango.h +2 -1
  13. data/lib/2.2/pango.so +0 -0
  14. data/lib/2.3/pango.so +0 -0
  15. data/lib/2.4/pango.so +0 -0
  16. data/lib/2.5/pango.so +0 -0
  17. data/lib/pango/loader.rb +13 -1
  18. data/lib/pango/rectangle.rb +7 -1
  19. data/pango.gemspec +43 -0
  20. data/vendor/local/bin/derb.exe +0 -0
  21. data/vendor/local/bin/fribidi.exe +0 -0
  22. data/vendor/local/bin/genbrk.exe +0 -0
  23. data/vendor/local/bin/genccode.exe +0 -0
  24. data/vendor/local/bin/gencfu.exe +0 -0
  25. data/vendor/local/bin/gencmn.exe +0 -0
  26. data/vendor/local/bin/gencnval.exe +0 -0
  27. data/vendor/local/bin/gendict.exe +0 -0
  28. data/vendor/local/bin/gennorm2.exe +0 -0
  29. data/vendor/local/bin/genrb.exe +0 -0
  30. data/vendor/local/bin/gensprep.exe +0 -0
  31. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  32. data/vendor/local/bin/hb-shape.exe +0 -0
  33. data/vendor/local/bin/hb-subset.exe +0 -0
  34. data/vendor/local/bin/hb-view.exe +0 -0
  35. data/vendor/local/bin/icuinfo.exe +0 -0
  36. data/vendor/local/bin/icupkg.exe +0 -0
  37. data/vendor/local/bin/libfribidi-0.dll +0 -0
  38. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  40. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  41. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  42. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  45. data/vendor/local/bin/makeconv.exe +0 -0
  46. data/vendor/local/bin/pango-view.exe +0 -0
  47. data/vendor/local/bin/pkgdata.exe +0 -0
  48. data/vendor/local/bin/uconv.exe +0 -0
  49. data/vendor/local/include/fribidi/fribidi-config.h +2 -2
  50. data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
  51. data/vendor/local/include/harfbuzz/hb-common.h +24 -3
  52. data/vendor/local/include/harfbuzz/hb-face.h +4 -0
  53. data/vendor/local/include/harfbuzz/hb-map.h +104 -0
  54. data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
  55. data/vendor/local/include/harfbuzz/hb-set.h +0 -2
  56. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
  57. data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
  58. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  59. data/vendor/local/include/harfbuzz/hb.h +1 -0
  60. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  61. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
  62. data/vendor/local/lib/icudt.dll +0 -0
  63. data/vendor/local/lib/icudt58.dll +0 -0
  64. data/vendor/local/lib/icuin.dll +0 -0
  65. data/vendor/local/lib/icuin58.dll +0 -0
  66. data/vendor/local/lib/icuio.dll +0 -0
  67. data/vendor/local/lib/icuio58.dll +0 -0
  68. data/vendor/local/lib/icutest.dll +0 -0
  69. data/vendor/local/lib/icutest58.dll +0 -0
  70. data/vendor/local/lib/icutu.dll +0 -0
  71. data/vendor/local/lib/icutu58.dll +0 -0
  72. data/vendor/local/lib/icuuc.dll +0 -0
  73. data/vendor/local/lib/icuuc58.dll +0 -0
  74. data/vendor/local/lib/libfribidi.dll.a +0 -0
  75. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  76. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  77. data/vendor/local/lib/libharfbuzz-icu.la +3 -3
  78. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  79. data/vendor/local/lib/libharfbuzz-subset.la +3 -3
  80. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  81. data/vendor/local/lib/libharfbuzz.la +3 -3
  82. data/vendor/local/lib/libicudt.dll.a +0 -0
  83. data/vendor/local/lib/libicudt58.dll +0 -0
  84. data/vendor/local/lib/libicuin.dll.a +0 -0
  85. data/vendor/local/lib/libicuio.dll.a +0 -0
  86. data/vendor/local/lib/libicutest.dll.a +0 -0
  87. data/vendor/local/lib/libicutu.dll.a +0 -0
  88. data/vendor/local/lib/libicuuc.dll.a +0 -0
  89. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  90. data/vendor/local/lib/libpango-1.0.la +2 -2
  91. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  92. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  93. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  94. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  95. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  96. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  97. data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
  98. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  99. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
  100. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  101. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  102. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  103. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  104. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  105. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  106. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  107. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  108. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  109. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  110. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  111. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  112. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  113. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  114. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  115. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  116. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  117. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  118. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  119. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  120. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  121. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  122. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  123. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
  124. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
  125. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
  126. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
  127. data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
  128. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
  129. data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
  130. data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
  131. data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
  132. data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
  133. data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
  134. data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
  135. data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
  136. data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
  137. data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
  138. data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
  139. data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
  140. data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
  141. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
  142. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
  143. data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
  144. data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
  145. data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
  146. data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
  147. data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
  148. data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
  149. data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
  150. data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
  151. data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
  152. data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
  153. data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
  154. data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
  155. data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
  156. data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
  157. data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
  158. data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
  159. data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
  160. metadata +39 -47
  161. data/ext/pango/rb-pango-context.c +0 -79
@@ -0,0 +1,92 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_join_arabic" 3 "19 February 2018" "c2man fribidi-joining.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_join_arabic \- do Arabic joining
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern void fribidi_join_arabic
11
+ .br
12
+ (
13
+ .br
14
+ const FriBidiCharType *bidi_types,
15
+ .br
16
+ const FriBidiStrIndex len,
17
+ .br
18
+ const FriBidiLevel *embedding_levels,
19
+ .br
20
+ FriBidiArabicProp *ar_props
21
+ .br
22
+ );
23
+ .ft R
24
+ .SH "PARAMETERS"
25
+ .TP
26
+ .B "const FriBidiCharType *bidi_types"
27
+ Input list of bidi types as
28
+ returned by
29
+ fribidi_get_bidi_types().
30
+ .sp
31
+ Since there are 23 possible values for a \fBconst FriBidiCharType\fR, they are not all listed here.
32
+ .TP
33
+ .B "const FriBidiStrIndex len"
34
+ Input string length.
35
+ .TP
36
+ .B "const FriBidiLevel *embedding_levels"
37
+ Input list of embedding
38
+ levels, as returned by
39
+ fribidi_get_par_embedding_levels.
40
+ .TP
41
+ .B "FriBidiArabicProp *ar_props"
42
+ Arabic properties to analyze, initialized by
43
+ joining types, as returned by
44
+ fribidi_get_joining_types.
45
+ .SH "DESCRIPTION"
46
+ This function does the Arabic joining algorithm. Means, given Arabic
47
+ joining types of the characters in ar_props (don't worry,
48
+ FriBidiJoiningType can be casted to FriBidiArabicProp automagically), this
49
+ function modifies this properties to grasp the effect of neighboring
50
+ characters. You probably need this information later to do Arabic shaping.
51
+
52
+ This function implements rules R1 to R7 inclusive (all rules) of the Arabic
53
+ Cursive Joining algorithm of the Unicode standard as available at
54
+ http://www.unicode.org/versions/Unicode4.0.0/ch08.pdf#G7462. It also
55
+ interacts correctly with the bidirection algorithm as defined in Section
56
+ .br
57
+ 3.5 Shaping of the Unicode Bidirectional Algorithm available at
58
+ http://www.unicode.org/reports/tr9/#Shaping.
59
+
60
+ There are a few macros defined in fribidi-joining-types.h for querying the
61
+ Arabic properties computed by this function.
62
+ .SH "SEE ALSO"
63
+ fribidi_shape_arabic(3),
64
+ fribidi_get_par_direction(3),
65
+ fribidi_get_par_embedding_levels_ex(3),
66
+ fribidi_reorder_line(3),
67
+ fribidi_get_bidi_type(3),
68
+ fribidi_get_bidi_types(3),
69
+ fribidi_get_bidi_type_name(3),
70
+ fribidi_debug_status(3),
71
+ fribidi_set_debug(3),
72
+ fribidi_charset_to_unicode(3),
73
+ fribidi_unicode_to_charset(3),
74
+ fribidi_parse_charset(3),
75
+ fribidi_mirroring_status(3),
76
+ fribidi_set_mirroring(3),
77
+ fribidi_reorder_nsm_status(3),
78
+ fribidi_set_reorder_nsm(3),
79
+ fribidi_log2vis_get_embedding_levels(3),
80
+ fribidi_get_type(3),
81
+ fribidi_get_type_internal(3),
82
+ fribidi_remove_bidi_marks(3),
83
+ fribidi_log2vis(3),
84
+ fribidi_get_par_embedding_levels(3),
85
+ fribidi_get_joining_type(3),
86
+ fribidi_get_joining_types(3),
87
+ fribidi_get_joining_type_name(3),
88
+ fribidi_get_mirror_char(3),
89
+ fribidi_shape_mirroring(3),
90
+ fribidi_get_bracket(3),
91
+ fribidi_get_bracket_types(3),
92
+ fribidi_shape(3)
@@ -0,0 +1,124 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_log2vis" 3 "19 February 2018" "c2man fribidi-deprecated.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_log2vis \- get visual string
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern FriBidiLevel fribidi_log2vis
11
+ .br
12
+ (
13
+ .br
14
+ const FriBidiChar *str,
15
+ .br
16
+ const FriBidiStrIndex len,
17
+ .br
18
+ FriBidiParType *pbase_dir,
19
+ .br
20
+ FriBidiChar *visual_str,
21
+ .br
22
+ FriBidiStrIndex *positions_L_to_V,
23
+ .br
24
+ FriBidiStrIndex *positions_V_to_L,
25
+ .br
26
+ FriBidiLevel *embedding_levels
27
+ .br
28
+ );
29
+ .ft R
30
+ .SH "PARAMETERS"
31
+ .TP
32
+ .B "const FriBidiChar *str"
33
+ Input logical string.
34
+ .TP
35
+ .B "const FriBidiStrIndex len"
36
+ Input string length.
37
+ .TP
38
+ .B "FriBidiParType *pbase_dir"
39
+ Requested and resolved paragraph
40
+ base direction.
41
+ .sp
42
+ Possible values for a \fBFriBidiParType\fR are as follows:
43
+ .RS 0.75in
44
+ .PD 0
45
+ .ft B
46
+ .nr TL \w'FRIBIDI_PAR_WLTR'u+0.2i
47
+ .ft R
48
+ .TP \n(TLu
49
+ \fBFRIBIDI_PAR_LTR\fR
50
+ Left-To-Right paragraph.
51
+ .TP \n(TLu
52
+ \fBFRIBIDI_PAR_RTL\fR
53
+ Right-To-Left paragraph.
54
+ .TP \n(TLu
55
+ \fBFRIBIDI_PAR_ON\fR
56
+ DirectiOn-Neutral paragraph.
57
+ .TP \n(TLu
58
+ \fBFRIBIDI_PAR_WLTR\fR
59
+ Weak Left To Right paragraph.
60
+ .TP \n(TLu
61
+ \fBFRIBIDI_PAR_WRTL\fR
62
+ Weak Right To Left paragraph.
63
+ .RE
64
+ .PD
65
+ .TP
66
+ .B "FriBidiChar *visual_str"
67
+ Output visual string.
68
+ .TP
69
+ .B "FriBidiStrIndex *positions_L_to_V"
70
+ Output mapping from logical to
71
+ visual string positions.
72
+ .TP
73
+ .B "FriBidiStrIndex *positions_V_to_L"
74
+ Output mapping from visual string
75
+ back to the logical string
76
+ positions.
77
+ .TP
78
+ .B "FriBidiLevel *embedding_levels"
79
+ Output list of embedding levels.
80
+ .SH "DESCRIPTION"
81
+ This function converts the logical input string to the visual output
82
+ strings as specified by the Unicode Bidirectional Algorithm. As a side
83
+ effect it also generates mapping lists between the two strings, and the
84
+ list of embedding levels as defined by the algorithm.
85
+
86
+ If NULL is passed as any of the the lists, the list is ignored and not
87
+ filled.
88
+
89
+ This function is obsolete because it only handles one-line paragraphs.
90
+ Please consider using other functions instead. Deprecated.
91
+ .SH "RETURNS"
92
+ Maximum level found plus one, or zero if any error occurred
93
+ (memory allocation failure most probably).
94
+ .SH "SEE ALSO"
95
+ fribidi_shape_arabic(3),
96
+ fribidi_get_par_direction(3),
97
+ fribidi_get_par_embedding_levels_ex(3),
98
+ fribidi_reorder_line(3),
99
+ fribidi_get_bidi_type(3),
100
+ fribidi_get_bidi_types(3),
101
+ fribidi_get_bidi_type_name(3),
102
+ fribidi_debug_status(3),
103
+ fribidi_set_debug(3),
104
+ fribidi_charset_to_unicode(3),
105
+ fribidi_unicode_to_charset(3),
106
+ fribidi_parse_charset(3),
107
+ fribidi_mirroring_status(3),
108
+ fribidi_set_mirroring(3),
109
+ fribidi_reorder_nsm_status(3),
110
+ fribidi_set_reorder_nsm(3),
111
+ fribidi_log2vis_get_embedding_levels(3),
112
+ fribidi_get_type(3),
113
+ fribidi_get_type_internal(3),
114
+ fribidi_remove_bidi_marks(3),
115
+ fribidi_get_par_embedding_levels(3),
116
+ fribidi_join_arabic(3),
117
+ fribidi_get_joining_type(3),
118
+ fribidi_get_joining_types(3),
119
+ fribidi_get_joining_type_name(3),
120
+ fribidi_get_mirror_char(3),
121
+ fribidi_shape_mirroring(3),
122
+ fribidi_get_bracket(3),
123
+ fribidi_get_bracket_types(3),
124
+ fribidi_shape(3)
@@ -0,0 +1,97 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_log2vis_get_embedding_levels" 3 "19 February 2018" "c2man fribidi-deprecated.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_log2vis_get_embedding_levels \- get embedding levels
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern FriBidiLevel fribidi_log2vis_get_embedding_levels
11
+ .br
12
+ (
13
+ .br
14
+ const FriBidiCharType *bidi_types,
15
+ .br
16
+ const FriBidiStrIndex len,
17
+ .br
18
+ FriBidiParType *pbase_dir,
19
+ .br
20
+ FriBidiLevel *embedding_levels
21
+ .br
22
+ );
23
+ .ft R
24
+ .SH "PARAMETERS"
25
+ .TP
26
+ .B "const FriBidiCharType *bidi_types"
27
+ Input list of bidi types as returned by
28
+ fribidi_get_bidi_types().
29
+ .sp
30
+ Since there are 23 possible values for a \fBconst FriBidiCharType\fR, they are not all listed here.
31
+ .TP
32
+ .B "const FriBidiStrIndex len"
33
+ Input string length of the paragraph.
34
+ .TP
35
+ .B "FriBidiParType *pbase_dir"
36
+ Requested and resolved paragraph
37
+ base direction.
38
+ .sp
39
+ Possible values for a \fBFriBidiParType\fR are as follows:
40
+ .RS 0.75in
41
+ .PD 0
42
+ .ft B
43
+ .nr TL \w'FRIBIDI_PAR_WLTR'u+0.2i
44
+ .ft R
45
+ .TP \n(TLu
46
+ \fBFRIBIDI_PAR_LTR\fR
47
+ Left-To-Right paragraph.
48
+ .TP \n(TLu
49
+ \fBFRIBIDI_PAR_RTL\fR
50
+ Right-To-Left paragraph.
51
+ .TP \n(TLu
52
+ \fBFRIBIDI_PAR_ON\fR
53
+ DirectiOn-Neutral paragraph.
54
+ .TP \n(TLu
55
+ \fBFRIBIDI_PAR_WLTR\fR
56
+ Weak Left To Right paragraph.
57
+ .TP \n(TLu
58
+ \fBFRIBIDI_PAR_WRTL\fR
59
+ Weak Right To Left paragraph.
60
+ .RE
61
+ .PD
62
+ .TP
63
+ .B "FriBidiLevel *embedding_levels"
64
+ Output list of embedding levels.
65
+ .SH "DESCRIPTION"
66
+ Deprecated. Replaced by fribidi_get_par_embedding_levels_ex.
67
+ .SH "SEE ALSO"
68
+ fribidi_shape_arabic(3),
69
+ fribidi_get_par_direction(3),
70
+ fribidi_get_par_embedding_levels_ex(3),
71
+ fribidi_reorder_line(3),
72
+ fribidi_get_bidi_type(3),
73
+ fribidi_get_bidi_types(3),
74
+ fribidi_get_bidi_type_name(3),
75
+ fribidi_debug_status(3),
76
+ fribidi_set_debug(3),
77
+ fribidi_charset_to_unicode(3),
78
+ fribidi_unicode_to_charset(3),
79
+ fribidi_parse_charset(3),
80
+ fribidi_mirroring_status(3),
81
+ fribidi_set_mirroring(3),
82
+ fribidi_reorder_nsm_status(3),
83
+ fribidi_set_reorder_nsm(3),
84
+ fribidi_get_type(3),
85
+ fribidi_get_type_internal(3),
86
+ fribidi_remove_bidi_marks(3),
87
+ fribidi_log2vis(3),
88
+ fribidi_get_par_embedding_levels(3),
89
+ fribidi_join_arabic(3),
90
+ fribidi_get_joining_type(3),
91
+ fribidi_get_joining_types(3),
92
+ fribidi_get_joining_type_name(3),
93
+ fribidi_get_mirror_char(3),
94
+ fribidi_shape_mirroring(3),
95
+ fribidi_get_bracket(3),
96
+ fribidi_get_bracket_types(3),
97
+ fribidi_shape(3)
@@ -0,0 +1,44 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_mirroring_status" 3 "19 February 2018" "c2man fribidi-deprecated.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_mirroring_status \- get current mirroring status
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern fribidi_boolean fribidi_mirroring_status(void);
11
+ .ft R
12
+ .SH "DESCRIPTION"
13
+ This function is deprecated and only used with other deprecated functions.
14
+ .SH "SEE ALSO"
15
+ fribidi_shape_arabic(3),
16
+ fribidi_get_par_direction(3),
17
+ fribidi_get_par_embedding_levels_ex(3),
18
+ fribidi_reorder_line(3),
19
+ fribidi_get_bidi_type(3),
20
+ fribidi_get_bidi_types(3),
21
+ fribidi_get_bidi_type_name(3),
22
+ fribidi_debug_status(3),
23
+ fribidi_set_debug(3),
24
+ fribidi_charset_to_unicode(3),
25
+ fribidi_unicode_to_charset(3),
26
+ fribidi_parse_charset(3),
27
+ fribidi_set_mirroring(3),
28
+ fribidi_reorder_nsm_status(3),
29
+ fribidi_set_reorder_nsm(3),
30
+ fribidi_log2vis_get_embedding_levels(3),
31
+ fribidi_get_type(3),
32
+ fribidi_get_type_internal(3),
33
+ fribidi_remove_bidi_marks(3),
34
+ fribidi_log2vis(3),
35
+ fribidi_get_par_embedding_levels(3),
36
+ fribidi_join_arabic(3),
37
+ fribidi_get_joining_type(3),
38
+ fribidi_get_joining_types(3),
39
+ fribidi_get_joining_type_name(3),
40
+ fribidi_get_mirror_char(3),
41
+ fribidi_shape_mirroring(3),
42
+ fribidi_get_bracket(3),
43
+ fribidi_get_bracket_types(3),
44
+ fribidi_shape(3)
@@ -0,0 +1,78 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_parse_charset" 3 "19 February 2018" "c2man fribidi-char-sets.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_parse_charset \- parse character set name
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern FriBidiCharSet fribidi_parse_charset(const char *s);
11
+ .ft R
12
+ .SH "PARAMETERS"
13
+ .TP
14
+ .B "const char *s"
15
+ Input name of the character set.
16
+ .SH "DESCRIPTION"
17
+ Parse character set name.
18
+ .SH "RETURNS"
19
+ The character set named s, or FRIBIDI_CHAR_SET_NOT_FOUND if the
20
+ character set is not available.
21
+ .sp
22
+ Possible values for an \fBextern FriBidiCharSet\fR are as follows:
23
+ .RS 0.75in
24
+ .PD 0
25
+ .ft B
26
+ .nr TL \w'FRIBIDI_CHAR_SET_ISO8859_6'u+0.2i
27
+ .ft R
28
+ .TP \n(TLu
29
+ \fBFRIBIDI_CHAR_SET_UTF8\fR
30
+ UTF-8 (Unicode).
31
+ .TP \n(TLu
32
+ \fBFRIBIDI_CHAR_SET_CAP_RTL\fR
33
+ CapRTL (Test).
34
+ .TP \n(TLu
35
+ \fBFRIBIDI_CHAR_SET_ISO8859_6\fR
36
+ ISO8859-6 (Arabic).
37
+ .TP \n(TLu
38
+ \fBFRIBIDI_CHAR_SET_ISO8859_8\fR
39
+ ISO8859-8 (Hebrew).
40
+ .TP \n(TLu
41
+ \fBFRIBIDI_CHAR_SET_CP1255\fR
42
+ CP1255 (MS Hebrew/Yiddish).
43
+ .TP \n(TLu
44
+ \fBFRIBIDI_CHAR_SET_CP1256\fR
45
+ CP1256 (MS Arabic).
46
+ .RE
47
+ .PD
48
+ .SH "SEE ALSO"
49
+ fribidi_shape_arabic(3),
50
+ fribidi_get_par_direction(3),
51
+ fribidi_get_par_embedding_levels_ex(3),
52
+ fribidi_reorder_line(3),
53
+ fribidi_get_bidi_type(3),
54
+ fribidi_get_bidi_types(3),
55
+ fribidi_get_bidi_type_name(3),
56
+ fribidi_debug_status(3),
57
+ fribidi_set_debug(3),
58
+ fribidi_charset_to_unicode(3),
59
+ fribidi_unicode_to_charset(3),
60
+ fribidi_mirroring_status(3),
61
+ fribidi_set_mirroring(3),
62
+ fribidi_reorder_nsm_status(3),
63
+ fribidi_set_reorder_nsm(3),
64
+ fribidi_log2vis_get_embedding_levels(3),
65
+ fribidi_get_type(3),
66
+ fribidi_get_type_internal(3),
67
+ fribidi_remove_bidi_marks(3),
68
+ fribidi_log2vis(3),
69
+ fribidi_get_par_embedding_levels(3),
70
+ fribidi_join_arabic(3),
71
+ fribidi_get_joining_type(3),
72
+ fribidi_get_joining_types(3),
73
+ fribidi_get_joining_type_name(3),
74
+ fribidi_get_mirror_char(3),
75
+ fribidi_shape_mirroring(3),
76
+ fribidi_get_bracket(3),
77
+ fribidi_get_bracket_types(3),
78
+ fribidi_shape(3)
@@ -0,0 +1,96 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_remove_bidi_marks" 3 "19 February 2018" "c2man fribidi-deprecated.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_remove_bidi_marks \- remove bidi marks out of an string
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern FriBidiStrIndex fribidi_remove_bidi_marks
11
+ .br
12
+ (
13
+ .br
14
+ FriBidiChar *str,
15
+ .br
16
+ const FriBidiStrIndex len,
17
+ .br
18
+ FriBidiStrIndex *positions_to_this,
19
+ .br
20
+ FriBidiStrIndex *position_from_this_list,
21
+ .br
22
+ FriBidiLevel *embedding_levels
23
+ .br
24
+ );
25
+ .ft R
26
+ .SH "PARAMETERS"
27
+ .TP
28
+ .B "FriBidiChar *str"
29
+ Input string to clean.
30
+ .TP
31
+ .B "const FriBidiStrIndex len"
32
+ Input string length.
33
+ .TP
34
+ .B "FriBidiStrIndex *positions_to_this"
35
+ List mapping positions to the
36
+ order used in str.
37
+ .TP
38
+ .B "FriBidiStrIndex *position_from_this_list"
39
+ List mapping positions from the
40
+ order used in str.
41
+ .TP
42
+ .B "FriBidiLevel *embedding_levels"
43
+ List of embedding levels.
44
+ .SH "DESCRIPTION"
45
+ This function removes the bidi and boundary-neutral marks out of an string
46
+ and the accompanying lists. It implements rule X9 of the Unicode
47
+ Bidirectional Algorithm available at
48
+ http://www.unicode.org/reports/tr9/#X9, with the exception that it removes
49
+ U+200E LEFT-TO-RIGHT MARK and U+200F RIGHT-TO-LEFT MARK too.
50
+
51
+ If any of the input lists are NULL, the list is skipped. If str is the
52
+ visual string, then positions_to_this is positions_L_to_V and
53
+ position_from_this_list is positions_V_to_L; if str is the logical
54
+ string, the other way. Moreover, the position maps should be filled with
55
+ valid entries.
56
+
57
+ A position map pointing to a removed character is filled with \-1. By the
58
+ way, you should not use embedding_levels if str is visual string.
59
+
60
+ For best results this function should be run on a whole paragraph, not
61
+ lines; but feel free to do otherwise if you know what you are doing.
62
+ Deprecated. Use fribidi_remove_special_chars instead.
63
+ .SH "RETURNS"
64
+ New length of the string, or \-1 if an error occurred (memory
65
+ allocation failure most probably).
66
+ .SH "SEE ALSO"
67
+ fribidi_shape_arabic(3),
68
+ fribidi_get_par_direction(3),
69
+ fribidi_get_par_embedding_levels_ex(3),
70
+ fribidi_reorder_line(3),
71
+ fribidi_get_bidi_type(3),
72
+ fribidi_get_bidi_types(3),
73
+ fribidi_get_bidi_type_name(3),
74
+ fribidi_debug_status(3),
75
+ fribidi_set_debug(3),
76
+ fribidi_charset_to_unicode(3),
77
+ fribidi_unicode_to_charset(3),
78
+ fribidi_parse_charset(3),
79
+ fribidi_mirroring_status(3),
80
+ fribidi_set_mirroring(3),
81
+ fribidi_reorder_nsm_status(3),
82
+ fribidi_set_reorder_nsm(3),
83
+ fribidi_log2vis_get_embedding_levels(3),
84
+ fribidi_get_type(3),
85
+ fribidi_get_type_internal(3),
86
+ fribidi_log2vis(3),
87
+ fribidi_get_par_embedding_levels(3),
88
+ fribidi_join_arabic(3),
89
+ fribidi_get_joining_type(3),
90
+ fribidi_get_joining_types(3),
91
+ fribidi_get_joining_type_name(3),
92
+ fribidi_get_mirror_char(3),
93
+ fribidi_shape_mirroring(3),
94
+ fribidi_get_bracket(3),
95
+ fribidi_get_bracket_types(3),
96
+ fribidi_shape(3)
@@ -0,0 +1,146 @@
1
+ .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2
+ .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3
+ .TH "fribidi_reorder_line" 3 "19 February 2018" "c2man fribidi-bidi.h" "Programmer's Manual"
4
+ .SH "NAME"
5
+ fribidi_reorder_line \- reorder a line of logical string to visual
6
+ .SH "SYNOPSIS"
7
+ .ft B
8
+ #include <fribidi.h>
9
+ .sp
10
+ extern FriBidiLevel fribidi_reorder_line
11
+ .br
12
+ (
13
+ .br
14
+ FriBidiFlags flags,
15
+ .br
16
+ const FriBidiCharType *bidi_types,
17
+ .br
18
+ const FriBidiStrIndex len,
19
+ .br
20
+ const FriBidiStrIndex off,
21
+ .br
22
+ const FriBidiParType base_dir,
23
+ .br
24
+ FriBidiLevel *embedding_levels,
25
+ .br
26
+ FriBidiChar *visual_str,
27
+ .br
28
+ FriBidiStrIndex *map
29
+ .br
30
+ );
31
+ .ft R
32
+ .SH "PARAMETERS"
33
+ .TP
34
+ .B "FriBidiFlags flags"
35
+ Reorder flags.
36
+ .TP
37
+ .B "const FriBidiCharType *bidi_types"
38
+ Input list of bidi types as returned by
39
+ fribidi_get_bidi_types().
40
+ .sp
41
+ Since there are 23 possible values for a \fBconst FriBidiCharType\fR, they are not all listed here.
42
+ .TP
43
+ .B "const FriBidiStrIndex len"
44
+ Input length of the line.
45
+ .TP
46
+ .B "const FriBidiStrIndex off"
47
+ Input offset of the beginning of the line
48
+ in the paragraph.
49
+ .TP
50
+ .B "const FriBidiParType base_dir"
51
+ Resolved paragraph base direction.
52
+ .sp
53
+ Possible values for a \fBconst FriBidiParType\fR are as follows:
54
+ .RS 0.75in
55
+ .PD 0
56
+ .ft B
57
+ .nr TL \w'FRIBIDI_PAR_WLTR'u+0.2i
58
+ .ft R
59
+ .TP \n(TLu
60
+ \fBFRIBIDI_PAR_LTR\fR
61
+ Left-To-Right paragraph.
62
+ .TP \n(TLu
63
+ \fBFRIBIDI_PAR_RTL\fR
64
+ Right-To-Left paragraph.
65
+ .TP \n(TLu
66
+ \fBFRIBIDI_PAR_ON\fR
67
+ DirectiOn-Neutral paragraph.
68
+ .TP \n(TLu
69
+ \fBFRIBIDI_PAR_WLTR\fR
70
+ Weak Left To Right paragraph.
71
+ .TP \n(TLu
72
+ \fBFRIBIDI_PAR_WRTL\fR
73
+ Weak Right To Left paragraph.
74
+ .RE
75
+ .PD
76
+ .TP
77
+ .B "FriBidiLevel *embedding_levels"
78
+ Input list of embedding levels,
79
+ as returned by
80
+ fribidi_get_par_embedding_levels.
81
+ .TP
82
+ .B "FriBidiChar *visual_str"
83
+ Visual string to reorder.
84
+ .TP
85
+ .B "FriBidiStrIndex *map"
86
+ A map of string indices which is reordered
87
+ to reflect where each glyph ends up.
88
+ .SH "DESCRIPTION"
89
+ This function reorders the characters in a line of text from logical to
90
+ final visual order. This function implements part 4 of rule L1, and rules
91
+ L2 and L3 of the Unicode Bidirectional Algorithm available at
92
+ http://www.unicode.org/reports/tr9/#Reordering_Resolved_Levels.
93
+
94
+ As a side effect it also sets position maps if not NULL.
95
+
96
+ You should provide the resolved paragraph direction and embedding levels as
97
+ set by fribidi_get_par_embedding_levels(). Also note that the embedding
98
+ levels may change a bit. To be exact, the embedding level of any sequence
99
+ of white space at the end of line is reset to the paragraph embedding level
100
+ (That is part 4 of rule L1).
101
+
102
+ Note that the bidi types and embedding levels are not reordered. You can
103
+ reorder these (or any other) arrays using the map later. The user is
104
+ responsible to initialize map to something sensible, like an identity
105
+ mapping, or pass NULL if no map is needed.
106
+
107
+ There is an optional part to this function, which is whether non-spacing
108
+ marks for right-to-left parts of the text should be reordered to come after
109
+ their base characters in the visual string or not. Most rendering engines
110
+ expect this behavior, but console-based systems for example do not like it.
111
+ This is controlled by the FRIBIDI_FLAG_REORDER_NSM flag. The flag is on
112
+ in FRIBIDI_FLAGS_DEFAULT.
113
+ .SH "RETURNS"
114
+ Maximum level found in this line plus one, or zero if any error
115
+ occurred (memory allocation failure most probably).
116
+ .SH "SEE ALSO"
117
+ fribidi_shape_arabic(3),
118
+ fribidi_get_par_direction(3),
119
+ fribidi_get_par_embedding_levels_ex(3),
120
+ fribidi_get_bidi_type(3),
121
+ fribidi_get_bidi_types(3),
122
+ fribidi_get_bidi_type_name(3),
123
+ fribidi_debug_status(3),
124
+ fribidi_set_debug(3),
125
+ fribidi_charset_to_unicode(3),
126
+ fribidi_unicode_to_charset(3),
127
+ fribidi_parse_charset(3),
128
+ fribidi_mirroring_status(3),
129
+ fribidi_set_mirroring(3),
130
+ fribidi_reorder_nsm_status(3),
131
+ fribidi_set_reorder_nsm(3),
132
+ fribidi_log2vis_get_embedding_levels(3),
133
+ fribidi_get_type(3),
134
+ fribidi_get_type_internal(3),
135
+ fribidi_remove_bidi_marks(3),
136
+ fribidi_log2vis(3),
137
+ fribidi_get_par_embedding_levels(3),
138
+ fribidi_join_arabic(3),
139
+ fribidi_get_joining_type(3),
140
+ fribidi_get_joining_types(3),
141
+ fribidi_get_joining_type_name(3),
142
+ fribidi_get_mirror_char(3),
143
+ fribidi_shape_mirroring(3),
144
+ fribidi_get_bracket(3),
145
+ fribidi_get_bracket_types(3),
146
+ fribidi_shape(3)