summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-fonts.sgml
blob: 2f19e077d6f3a4f656979ac523532f3c5cf402a6 (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
<!-- ##### SECTION Title ##### -->
X Fonts

<!-- ##### SECTION Short_Description ##### -->
Functions for shape engines to manipulate X fonts.

<!-- ##### SECTION Long_Description ##### -->
<para>
The functions and macros in this section are used by shape
engines to look up glyphs for particular character
sets within an #PangoFont for the X rendering system.
</para>

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

</para>

<!-- ##### TYPEDEF PangoXSubfont ##### -->
<para>
The #PangXSubFont type is an integer ID that identifies one
particular X font within the fonts referenced in a 
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: