summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-fonts.sgml
blob: 7d358f253667ade4b93b3340ef3142e6ab1184f8 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!-- ##### SECTION Title ##### -->
Deprecated X font backend

<!-- ##### SECTION Short_Description ##### -->
Font handling and rendering with the deprecated X font backend

<!-- ##### SECTION Long_Description ##### -->
<para>
The functions and macros in this section are for use with the old
X font backend which used server-side bitmap fonts. This font backend
is no longer supported, and attempts to use it will produce
unpredictable results. Use the <link linkend="pango-Xft-Fonts-and-Rendering">Xft</link>
or <link linkend="pango-Cairo-Rendering">Cairo</link> backend instead.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### MACRO PANGO_RENDER_TYPE_X ##### -->
<para>
A string constant identifying the X renderer. The associated quark (see 
g_quark_from_string()) is used to identify the renderer in pango_find_map(). 
</para>



<!-- ##### FUNCTION pango_x_get_context ##### -->
<para>

</para>

@display: 
@Returns: 


<!-- ##### FUNCTION pango_x_context_set_funcs ##### -->
<para>

</para>

@context: 
@get_gc_func: 
@free_gc_func: 


<!-- ##### USER_FUNCTION PangoGetGCFunc ##### -->
<para>
Specifies the type of the function used to create a new GC for a given
color. 
</para>

@context: a #PangoContext.
@color: the color to create a new GC for.
@base_gc: the GC to base the new GC on.
@Returns: the new GC.


<!-- ##### USER_FUNCTION PangoFreeGCFunc ##### -->
<para>
Specifies the type of the function used to free a GC created with 
the corresponding #PangoGetGCFunc function.
</para>

@context: a #PangoContext.
@gc: the GC to free.


<!-- ##### FUNCTION pango_x_render ##### -->
<para>

</para>

@display: 
@d: 
@gc: 
@font: 
@glyphs: 
@x: 
@y: 


<!-- ##### FUNCTION pango_x_render_layout_line ##### -->
<para>

</para>

@display: 
@drawable: 
@gc: 
@line: 
@x: 
@y: 


<!-- ##### FUNCTION pango_x_render_layout ##### -->
<para>

</para>

@display: 
@drawable: 
@gc: 
@layout: 
@x: 
@y: 


<!-- ##### TYPEDEF PangoXSubfont ##### -->
<para>
The #PangoXSubFont type is an integer ID that identifies one
particular X font within the fonts referenced in a #PangoFont.
</para>


<!-- ##### MACRO PANGO_X_MAKE_GLYPH ##### -->
<para>
Make a glyph index from a #PangoXSubFont index and a index
of a character with the corresponding X font.
</para>

@subfont: a #PangoXSubfont index
@index_: the index of a character within an X font.


<!-- ##### MACRO PANGO_X_GLYPH_SUBFONT ##### -->
<para>
Extract the subfont index from a glyph index.
</para>

@glyph: a #PangoGlyphIndex


<!-- ##### MACRO PANGO_X_GLYPH_INDEX ##### -->
<para>
Extract the character index within the X font from a
glyph index.
</para>

@glyph: a #PangoGlyphIndex


<!-- ##### FUNCTION pango_x_load_font ##### -->
<para>

</para>

@display: 
@spec: 
@Returns: 


<!-- ##### FUNCTION pango_x_get_unknown_glyph ##### -->
<para>

</para>

@font: 
@Returns: 


<!-- ##### FUNCTION pango_x_has_glyph ##### -->
<para>

</para>

@font: 
@glyph: 
@Returns: 


<!-- ##### FUNCTION pango_x_list_subfonts ##### -->
<para>

</para>

@font: 
@charsets: 
@n_charsets: 
@subfont_ids: 
@subfont_charsets: 
@Returns: 


<!-- ##### FUNCTION pango_x_font_map_for_display ##### -->
<para>

</para>

@display: 
@Returns: 


<!-- ##### FUNCTION pango_x_shutdown_display ##### -->
<para>

</para>

@display: 


<!-- ##### FUNCTION pango_x_font_map_get_font_cache ##### -->
<para>

</para>

@font_map: 
@Returns: 


<!-- ##### FUNCTION pango_x_font_subfont_xlfd ##### -->
<para>

</para>

@font: 
@subfont_id: 
@Returns: 


<!-- ##### FUNCTION pango_x_find_first_subfont ##### -->
<para>

</para>

@font: 
@charsets: 
@n_charsets: 
@rfont: 
@Returns: 


<!-- ##### FUNCTION pango_x_font_get_unknown_glyph ##### -->
<para>

</para>

@font: 
@wc: 
@Returns: 


<!-- ##### FUNCTION pango_x_apply_ligatures ##### -->
<para>

</para>

@font: 
@subfont: 
@glyphs: 
@n_glyphs: 
@clusters: 
@Returns: 


<!-- ##### FUNCTION pango_x_fallback_shape ##### -->
<para>

</para>

@font: 
@glyphs: 
@text: 
@n_chars: 


<!-- ##### STRUCT PangoXFontCache ##### -->
<para>
A #PangoXFontCache caches
#XFontStructs for a single display by their XLFD name. 
</para>


<!-- ##### FUNCTION pango_x_font_cache_new ##### -->
<para>

</para>

@display: 
@Returns: 


<!-- ##### FUNCTION pango_x_font_cache_free ##### -->
<para>

</para>

@cache: 


<!-- ##### FUNCTION pango_x_font_cache_load ##### -->
<para>

</para>

@cache: 
@xlfd: 
@Returns: 


<!-- ##### FUNCTION pango_x_font_cache_unload ##### -->
<para>

</para>

@cache: 
@fs: