"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "pango-1.20.5/docs/tmpl/freetype-fonts.sgml" of archive pango-1.20.5.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 <!-- ##### SECTION Title ##### -->
2 FreeType Fonts and Rendering
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Functions for shape engines to manipulate FreeType fonts
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The macros and functions in this section are used to access fonts and render
10 text to bitmaps using the FreeType 2 library.
11 </para>
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18 <!-- ##### SECTION Stability_Level ##### -->
19
20
21 <!-- ##### STRUCT PangoFT2FontMap ##### -->
22 <para>
23 The #PangoFT2FontMap is the #PangoFontMap implementation for FreeType fonts.
24 </para>
25
26
27 <!-- ##### MACRO PANGO_RENDER_TYPE_FT2 ##### -->
28 <para>
29 A string constant that was used to identify shape engines that work
30 with the FreeType backend. See %PANGO_RENDER_TYPE_FC for the replacement.
31 </para>
32
33
34
35 <!-- ##### FUNCTION pango_ft2_font_map_new ##### -->
36 <para>
37
38 </para>
39
40 @Returns:
41
42
43 <!-- ##### FUNCTION pango_ft2_font_map_set_resolution ##### -->
44 <para>
45
46 </para>
47
48 @fontmap:
49 @dpi_x:
50 @dpi_y:
51
52
53 <!-- ##### FUNCTION pango_ft2_font_map_create_context ##### -->
54 <para>
55
56 </para>
57
58 @fontmap:
59 @Returns:
60
61
62 <!-- ##### USER_FUNCTION PangoFT2SubstituteFunc ##### -->
63 <para>
64 Function type for doing final config tweaking on prepared FcPatterns.
65 </para>
66
67 @pattern: the <type>FcPattern</type> to tweak.
68 @data: user data.
69
70
71 <!-- ##### FUNCTION pango_ft2_font_map_set_default_substitute ##### -->
72 <para>
73
74 </para>
75
76 @fontmap:
77 @func:
78 @data:
79 @notify:
80
81
82 <!-- ##### FUNCTION pango_ft2_font_map_substitute_changed ##### -->
83 <para>
84
85 </para>
86
87 @fontmap:
88
89
90 <!-- ##### FUNCTION pango_ft2_get_context ##### -->
91 <para>
92
93 </para>
94
95 @dpi_x:
96 @dpi_y:
97 @Returns:
98
99
100 <!-- ##### FUNCTION pango_ft2_render ##### -->
101 <para>
102
103 </para>
104
105 @bitmap:
106 @font:
107 @glyphs:
108 @x:
109 @y:
110
111
112 <!-- ##### FUNCTION pango_ft2_render_transformed ##### -->
113 <para>
114
115 </para>
116
117 @bitmap:
118 @matrix:
119 @font:
120 @glyphs:
121 @x:
122 @y:
123
124
125 <!-- ##### FUNCTION pango_ft2_render_layout_line ##### -->
126 <para>
127
128 </para>
129
130 @bitmap:
131 @line:
132 @x:
133 @y:
134
135
136 <!-- ##### FUNCTION pango_ft2_render_layout_line_subpixel ##### -->
137 <para>
138
139 </para>
140
141 @bitmap:
142 @line:
143 @x:
144 @y:
145
146
147 <!-- ##### FUNCTION pango_ft2_render_layout ##### -->
148 <para>
149
150 </para>
151
152 @bitmap:
153 @layout:
154 @x:
155 @y:
156
157
158 <!-- ##### FUNCTION pango_ft2_render_layout_subpixel ##### -->
159 <para>
160
161 </para>
162
163 @bitmap:
164 @layout:
165 @x:
166 @y:
167
168
169 <!-- ##### FUNCTION pango_ft2_get_unknown_glyph ##### -->
170 <para>
171
172 </para>
173
174 @font:
175 @Returns:
176
177
178 <!-- ##### FUNCTION pango_ft2_font_get_kerning ##### -->
179 <para>
180
181 </para>
182
183 @font:
184 @left:
185 @right:
186 @Returns:
187
188
189 <!-- ##### FUNCTION pango_ft2_font_get_face ##### -->
190 <para>
191
192 </para>
193
194 @font:
195 @Returns:
196
197
198 <!-- ##### FUNCTION pango_ft2_font_get_coverage ##### -->
199 <para>
200
201 </para>
202
203 @font:
204 @language:
205 @Returns:
206
207
208 <!-- ##### FUNCTION pango_ft2_font_map_for_display ##### -->
209 <para>
210
211 </para>
212
213 @Returns:
214
215
216 <!-- ##### FUNCTION pango_ft2_shutdown_display ##### -->
217 <para>
218
219 </para>
220
221
222