-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathPangoFT2-1.0.gir
674 lines (674 loc) · 29.5 KB
/
PangoFT2-1.0.gir
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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations. -->
<repository version="1.1"
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
<include name="GLib" version="2.0"/>
<include name="GObject" version="2.0"/>
<include name="Pango" version="1.0"/>
<include name="cairo" version="1.0"/>
<include name="fontconfig" version="2.0"/>
<include name="freetype2" version="2.0"/>
<package name="freetype2"/>
<package name="gobject-2.0"/>
<package name="pangoft2"/>
<namespace name="PangoFT2"
version="1.0"
shared-library="libpangoft2-1.0.so.0"
c:prefix="PangoFT2">
<class name="FontMap"
c:type="PangoFT2FontMap"
parent="PangoFcFontMap"
glib:type-name="PangoFT2FontMap"
glib:get-type="pango_ft2_font_map_get_type">
<constructor name="new" c:identifier="pango_ft2_font_map_new">
<return-value transfer-ownership="full">
<type name="FontMap" c:type="PangoFontMap*"/>
</return-value>
</constructor>
<function name="for_display"
c:identifier="pango_ft2_font_map_for_display">
<return-value transfer-ownership="full">
<type name="Pango.FontMap" c:type="PangoFontMap*"/>
</return-value>
</function>
<method name="set_resolution"
c:identifier="pango_ft2_font_map_set_resolution">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="dpi_x" transfer-ownership="none">
<type name="double" c:type="double"/>
</parameter>
<parameter name="dpi_y" transfer-ownership="none">
<type name="double" c:type="double"/>
</parameter>
</parameters>
</method>
<method name="set_default_substitute"
c:identifier="pango_ft2_font_map_set_default_substitute">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="func"
transfer-ownership="none"
scope="notified"
closure="2"
destroy="3">
<type name="SubstituteFunc" c:type="PangoFT2SubstituteFunc"/>
</parameter>
<parameter name="data" transfer-ownership="none">
<type name="any" c:type="gpointer"/>
</parameter>
<parameter name="notify" transfer-ownership="none" scope="call">
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
</parameter>
</parameters>
</method>
<method name="substitute_changed"
c:identifier="pango_ft2_font_map_substitute_changed">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</method>
<method name="create_context"
c:identifier="pango_ft2_font_map_create_context">
<return-value transfer-ownership="full">
<type name="Pango.Context" c:type="PangoContext*"/>
</return-value>
</method>
</class>
<constant name="PANGO_FC_GRAVITY" value="pangogravity">
<type name="utf8"/>
</constant>
<constant name="PANGO_FC_PRGNAME" value="pangoprgname">
<type name="utf8"/>
</constant>
<constant name="PANGO_FC_VERSION" value="pangoversion">
<type name="utf8"/>
</constant>
<constant name="PANGO_RENDER_TYPE_FC" value="PangoRenderFc">
<type name="utf8"/>
</constant>
<constant name="PANGO_RENDER_TYPE_FT2" value="PangoRenderFT2">
<type name="utf8"/>
</constant>
<class name="PangoFcDecoder"
c:type="PangoFcDecoder"
version="1.6"
parent="GObject.Object"
abstract="1"
glib:type-name="PangoFcDecoder"
glib:get-type="pango_fc_decoder_get_type"
glib:type-struct="PangoFcDecoderClass">
<doc xml:whitespace="preserve">#PangoFcDecoder is a virtual base class that implementations will
inherit from. It's the interface that is used to define a custom
encoding for a font. These objects are created in your code from a
function callback that was originally registered with
pango_fc_font_map_add_decoder_find_func(). Pango requires
information about the supported charset for a font as well as the
individual character to glyph conversions. Pango gets that
information via the #get_charset and #get_glyph callbacks into your
object implementation.</doc>
<virtual-method name="get_charset" invoker="get_charset" version="1.6">
<doc xml:whitespace="preserve">Generates an #FcCharSet of supported characters for the fcfont
given. The returned #FcCharSet will be a reference to an
internal value stored by the #PangoFcDecoder and must not
be modified or freed.
or freed.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the #FcCharset for @fcfont; must not be modified</doc>
<type name="fontconfig.CharSet" c:type="FcCharSet*"/>
</return-value>
<parameters>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">the #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
</parameters>
</virtual-method>
<virtual-method name="get_glyph" invoker="get_glyph" version="1.6">
<doc xml:whitespace="preserve">Generates a #PangoGlyph for the given Unicode point using the
custom decoder. For complex scripts where there can be multiple
glyphs for a single character, the decoder will return whatever
glyph is most convenient for it. (Usually whatever glyph is directly
in the fonts character map table.)
covered by the font.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the glyph index, or 0 if the glyph isn't</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</return-value>
<parameters>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
<parameter name="wc" transfer-ownership="none">
<doc xml:whitespace="preserve">the Unicode code point to convert to a single #PangoGlyph.</doc>
<type name="uint32" c:type="guint32"/>
</parameter>
</parameters>
</virtual-method>
<method name="get_charset"
c:identifier="pango_fc_decoder_get_charset"
version="1.6">
<doc xml:whitespace="preserve">Generates an #FcCharSet of supported characters for the fcfont
given. The returned #FcCharSet will be a reference to an
internal value stored by the #PangoFcDecoder and must not
be modified or freed.
or freed.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the #FcCharset for @fcfont; must not be modified</doc>
<type name="fontconfig.CharSet" c:type="FcCharSet*"/>
</return-value>
<parameters>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">the #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
</parameters>
</method>
<method name="get_glyph"
c:identifier="pango_fc_decoder_get_glyph"
version="1.6">
<doc xml:whitespace="preserve">Generates a #PangoGlyph for the given Unicode point using the
custom decoder. For complex scripts where there can be multiple
glyphs for a single character, the decoder will return whatever
glyph is most convenient for it. (Usually whatever glyph is directly
in the fonts character map table.)
covered by the font.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the glyph index, or 0 if the glyph isn't</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</return-value>
<parameters>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
<parameter name="wc" transfer-ownership="none">
<doc xml:whitespace="preserve">the Unicode code point to convert to a single #PangoGlyph.</doc>
<type name="uint32" c:type="guint32"/>
</parameter>
</parameters>
</method>
<field name="parent_instance">
<type name="GObject.Object" c:type="GObject"/>
</field>
</class>
<record name="PangoFcDecoderClass"
c:type="PangoFcDecoderClass"
glib:is-gtype-struct-for="PangoFcDecoder"
version="1.6">
<doc xml:whitespace="preserve">Class structure for #PangoFcDecoder.</doc>
<field name="parent_class">
<type name="GObject.ObjectClass" c:type="GObjectClass"/>
</field>
<field name="get_charset">
<callback name="get_charset" c:type="get_charset">
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the #FcCharset for @fcfont; must not be modified</doc>
<type name="fontconfig.CharSet" c:type="FcCharSet*"/>
</return-value>
<parameters>
<parameter name="decoder" transfer-ownership="none">
<type name="PangoFcDecoder" c:type="PangoFcDecoder*"/>
</parameter>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">the #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
</parameters>
</callback>
</field>
<field name="get_glyph">
<callback name="get_glyph" c:type="get_glyph">
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the glyph index, or 0 if the glyph isn't</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</return-value>
<parameters>
<parameter name="decoder" transfer-ownership="none">
<type name="PangoFcDecoder" c:type="PangoFcDecoder*"/>
</parameter>
<parameter name="fcfont" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFcFont to query.</doc>
<type name="PangoFcFont" c:type="PangoFcFont*"/>
</parameter>
<parameter name="wc" transfer-ownership="none">
<doc xml:whitespace="preserve">the Unicode code point to convert to a single #PangoGlyph.</doc>
<type name="uint32" c:type="guint32"/>
</parameter>
</parameters>
</callback>
</field>
<field name="pango_reserved1">
<callback name="pango_reserved1" c:type="_pango_reserved1">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</callback>
</field>
<field name="pango_reserved2">
<callback name="pango_reserved2" c:type="_pango_reserved2">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</callback>
</field>
<field name="pango_reserved3">
<callback name="pango_reserved3" c:type="_pango_reserved3">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</callback>
</field>
<field name="pango_reserved4">
<callback name="pango_reserved4" c:type="_pango_reserved4">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</callback>
</field>
</record>
<callback name="PangoFcDecoderFindFunc" c:type="PangoFcDecoderFindFunc">
<doc xml:whitespace="preserve">Callback function passed to pango_fc_font_map_add_decoder_find_func().
or %NULL if the default decoder handling should be used.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a new reference to a custom decoder for this pattern,</doc>
<type name="PangoFcDecoder" c:type="PangoFcDecoder*"/>
</return-value>
<parameters>
<parameter name="pattern" transfer-ownership="none">
<doc xml:whitespace="preserve">a fully resolved #FcPattern specifying the font on the system</doc>
<type name="fontconfig.Pattern" c:type="FcPattern*"/>
</parameter>
<parameter name="user_data" transfer-ownership="none" closure="1">
<doc xml:whitespace="preserve">user data passed to pango_fc_font_map_add_decoder_find_func()</doc>
<type name="any" c:type="gpointer"/>
</parameter>
</parameters>
</callback>
<class name="PangoFcFont"
c:type="PangoFcFont"
parent="Pango.Font"
abstract="1"
glib:type-name="PangoFcFont"
glib:get-type="pango_fc_font_get_type"
glib:type-struct="PangoFcFontClass">
<function name="description_from_pattern"
c:identifier="pango_fc_font_description_from_pattern"
version="1.4">
<doc xml:whitespace="preserve">Creates a #PangoFontDescription that matches the specified
Fontconfig pattern as closely as possible. Many possible Fontconfig
pattern values, such as %FC_RASTERIZER or %FC_DPI, don't make sense in
the context of #PangoFontDescription, so will be ignored.
pango_font_description_free().</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a new #PangoFontDescription. Free with</doc>
<type name="Pango.FontDescription" c:type="PangoFontDescription*"/>
</return-value>
<parameters>
<parameter name="pattern" transfer-ownership="none">
<doc xml:whitespace="preserve">a #FcPattern</doc>
<type name="fontconfig.Pattern" c:type="FcPattern*"/>
</parameter>
<parameter name="include_size" transfer-ownership="none">
<doc xml:whitespace="preserve">if %TRUE, the pattern will include the size from the @pattern; otherwise the resulting pattern will be unsized. (only %FC_SIZE is examined, not %FC_PIXEL_SIZE)</doc>
<type name="boolean" c:type="gboolean"/>
</parameter>
</parameters>
</function>
<method name="lock_face"
c:identifier="pango_fc_font_lock_face"
version="1.4">
<doc xml:whitespace="preserve">Gets the FreeType <type>FT_Face</type> associated with a font,
This face will be kept around until you call
pango_fc_font_unlock_face().</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">the FreeType <type>FT_Face</type> associated with @font.</doc>
<type name="freetype2.Face" c:type="FT_Face"/>
</return-value>
</method>
<method name="unlock_face"
c:identifier="pango_fc_font_unlock_face"
version="1.4">
<doc xml:whitespace="preserve">Releases a font previously obtained with
pango_fc_font_lock_face().</doc>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</method>
<property name="fontmap" writable="1" transfer-ownership="none">
<type name="PangoFcFontMap" c:type="PangoFcFontMap"/>
</property>
<property name="pattern"
writable="1"
construct-only="1"
transfer-ownership="none">
<type name="any" c:type="gpointer"/>
</property>
</class>
<record name="PangoFcFontClass"
c:type="PangoFcFontClass"
glib:is-gtype-struct-for="PangoFcFont">
</record>
<class name="PangoFcFontMap"
c:type="PangoFcFontMap"
parent="Pango.FontMap"
abstract="1"
glib:type-name="PangoFcFontMap"
glib:get-type="pango_fc_font_map_get_type"
glib:type-struct="PangoFcFontMapClass">
<method name="cache_clear"
c:identifier="pango_fc_font_map_cache_clear"
version="1.4">
<doc xml:whitespace="preserve">Clear all cached information and fontsets for this font map;
this should be called whenever there is a change in the
output of the default_substitute() virtual function of the
font map, or if fontconfig has been reinitialized to new
configuration.</doc>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</method>
<method name="add_decoder_find_func"
c:identifier="pango_fc_font_map_add_decoder_find_func"
version="1.6.">
<doc xml:whitespace="preserve">This function saves a callback method in the #PangoFcFontMap that
will be called whenever new fonts are created. If the
function returns a #PangoFcDecoder, that decoder will be used to
determine both coverage via a #FcCharSet and a one-to-one mapping of
characters to glyphs. This will allow applications to have
application-specific encodings for various fonts.</doc>
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="findfunc"
transfer-ownership="none"
scope="notified"
closure="2"
destroy="3">
<doc xml:whitespace="preserve">The #PangoFcDecoderFindFunc callback function</doc>
<type name="PangoFcDecoderFindFunc"
c:type="PangoFcDecoderFindFunc"/>
</parameter>
<parameter name="user_data" transfer-ownership="none">
<doc xml:whitespace="preserve">User data.</doc>
<type name="any" c:type="gpointer"/>
</parameter>
<parameter name="dnotify" transfer-ownership="none" scope="call">
<doc xml:whitespace="preserve">A #GDestroyNotify callback that will be called when the fontmap is finalized and the decoder is released.</doc>
<type name="GLib.DestroyNotify" c:type="GDestroyNotify"/>
</parameter>
</parameters>
</method>
<method name="find_decoder"
c:identifier="pango_fc_font_map_find_decoder"
version="1.26.">
<doc xml:whitespace="preserve">Finds the decoder to use for @pattern. Decoders can be added to
a font map using pango_fc_font_map_add_decoder_find_func().
no decoder is set for @pattern.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a newly created #PangoFcDecoder object or %NULL if</doc>
<type name="PangoFcDecoder" c:type="PangoFcDecoder*"/>
</return-value>
<parameters>
<parameter name="pattern" transfer-ownership="none">
<doc xml:whitespace="preserve">The #FcPattern to find the decoder for.</doc>
<type name="fontconfig.Pattern" c:type="FcPattern*"/>
</parameter>
</parameters>
</method>
</class>
<record name="PangoFcFontMapClass"
c:type="PangoFcFontMapClass"
glib:is-gtype-struct-for="PangoFcFontMap">
</record>
<record name="PangoFcFontMapPrivate" c:type="PangoFcFontMapPrivate">
</record>
<callback name="SubstituteFunc" c:type="PangoFT2SubstituteFunc">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="pattern" transfer-ownership="none">
<type name="fontconfig.Pattern" c:type="FcPattern*"/>
</parameter>
<parameter name="data" transfer-ownership="none">
<type name="any" c:type="gpointer"/>
</parameter>
</parameters>
</callback>
<function name="font_get_coverage"
c:identifier="pango_ft2_font_get_coverage">
<doc xml:whitespace="preserve">Gets the #PangoCoverage for a #PangoFT2Font. Use
pango_font_get_coverage() instead.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a #PangoCoverage.</doc>
<type name="Pango.Coverage" c:type="PangoCoverage*"/>
</return-value>
<parameters>
<parameter name="font" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFT2Font.</doc>
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
<parameter name="language" transfer-ownership="none">
<doc xml:whitespace="preserve">a language tag.</doc>
<type name="Pango.Language" c:type="PangoLanguage*"/>
</parameter>
</parameters>
</function>
<function name="font_get_face" c:identifier="pango_ft2_font_get_face">
<doc xml:whitespace="preserve">Returns the native FreeType2 <type>FT_Face</type> structure used for this #PangoFont.
This may be useful if you want to use FreeType2 functions directly.
Use pango_fc_font_lock_face() instead; when you are done with a
face from pango_fc_font_lock_face() you must call
pango_fc_font_unlock_face().
or %NULL if @font is %NULL.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a pointer to a <type>FT_Face</type> structure, with the size set correctly,</doc>
<type name="freetype2.Face" c:type="FT_Face"/>
</return-value>
<parameters>
<parameter name="font" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFont</doc>
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
</parameters>
</function>
<function name="font_get_kerning"
c:identifier="pango_ft2_font_get_kerning">
<doc xml:whitespace="preserve">Retrieves kerning information for a combination of two glyphs.
Use pango_fc_font_kern_glyphs() instead.
the given combination of glyphs.</doc>
<return-value transfer-ownership="none">
<doc xml:whitespace="preserve">The amount of kerning (in Pango units) to apply for</doc>
<type name="int" c:type="int"/>
</return-value>
<parameters>
<parameter name="font" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFont</doc>
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
<parameter name="left" transfer-ownership="none">
<doc xml:whitespace="preserve">the left #PangoGlyph</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</parameter>
<parameter name="right" transfer-ownership="none">
<doc xml:whitespace="preserve">the right #PangoGlyph</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</parameter>
</parameters>
</function>
<function name="get_context" c:identifier="pango_ft2_get_context">
<return-value transfer-ownership="full">
<type name="Pango.Context" c:type="PangoContext*"/>
</return-value>
<parameters>
<parameter name="dpi_x" transfer-ownership="none">
<type name="double" c:type="double"/>
</parameter>
<parameter name="dpi_y" transfer-ownership="none">
<type name="double" c:type="double"/>
</parameter>
</parameters>
</function>
<function name="get_unknown_glyph"
c:identifier="pango_ft2_get_unknown_glyph">
<doc xml:whitespace="preserve">Return the index of a glyph suitable for drawing unknown characters with
If you want to draw an unknown-box for a character that is not covered
by the font,
use PANGO_GET_UNKNOWN_GLYPH() instead.</doc>
<return-value transfer-ownership="full">
<doc xml:whitespace="preserve">a glyph index into @font, or %PANGO_GLYPH_EMPTY</doc>
<type name="Pango.Glyph" c:type="PangoGlyph"/>
</return-value>
<parameters>
<parameter name="font" transfer-ownership="none">
<doc xml:whitespace="preserve">a #PangoFont</doc>
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
</parameters>
</function>
<function name="render" c:identifier="pango_ft2_render">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="font" transfer-ownership="none">
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
<parameter name="glyphs" transfer-ownership="none">
<type name="Pango.GlyphString" c:type="PangoGlyphString*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="gint"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="gint"/>
</parameter>
</parameters>
</function>
<function name="render_layout" c:identifier="pango_ft2_render_layout">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="layout" transfer-ownership="none">
<type name="Pango.Layout" c:type="PangoLayout*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
</parameters>
</function>
<function name="render_layout_line"
c:identifier="pango_ft2_render_layout_line">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="line" transfer-ownership="none">
<type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
</parameters>
</function>
<function name="render_layout_line_subpixel"
c:identifier="pango_ft2_render_layout_line_subpixel">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="line" transfer-ownership="none">
<type name="Pango.LayoutLine" c:type="PangoLayoutLine*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
</parameters>
</function>
<function name="render_layout_subpixel"
c:identifier="pango_ft2_render_layout_subpixel">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="layout" transfer-ownership="none">
<type name="Pango.Layout" c:type="PangoLayout*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
</parameters>
</function>
<function name="render_transformed"
c:identifier="pango_ft2_render_transformed">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
<parameters>
<parameter name="bitmap" transfer-ownership="none">
<type name="freetype2.Bitmap" c:type="FT_Bitmap*"/>
</parameter>
<parameter name="matrix" transfer-ownership="none">
<type name="Pango.Matrix" c:type="PangoMatrix*"/>
</parameter>
<parameter name="font" transfer-ownership="none">
<type name="Pango.Font" c:type="PangoFont*"/>
</parameter>
<parameter name="glyphs" transfer-ownership="none">
<type name="Pango.GlyphString" c:type="PangoGlyphString*"/>
</parameter>
<parameter name="x" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
<parameter name="y" transfer-ownership="none">
<type name="int" c:type="int"/>
</parameter>
</parameters>
</function>
<function name="shutdown_display"
c:identifier="pango_ft2_shutdown_display">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>
</return-value>
</function>
</namespace>
</repository>