summaryrefslogtreecommitdiff
path: root/doc/public/tmpl/cairo-font-face.sgml
blob: 2dc66741adb0107ff7d0ba6a4765cdc74c526427 (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
<!-- ##### SECTION Title ##### -->
cairo_font_face_t

<!-- ##### SECTION Short_Description ##### -->
Base class for font faces

<!-- ##### SECTION Long_Description ##### -->
<para>
#cairo_font_face_t represents a particular font at a particular weight,
slant, and other characteristic but no size, transformation, or size.
</para>
<para>
Font faces are created using <firstterm>font-backend</firstterm>-specific
constructors, typically of the form
cairo_<emphasis>backend</emphasis>_font_face_create(),
or implicitly using the <firstterm>toy</firstterm> text API by way of
cairo_select_font_face().  The resulting face can be accessed using
cairo_get_font_face().
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
<itemizedlist>
<listitem>#cairo_scaled_font_t</listitem>
</itemizedlist>
</para>

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


<!-- ##### TYPEDEF cairo_font_face_t ##### -->
<para>

</para>


<!-- ##### FUNCTION cairo_font_face_reference ##### -->
<para>

</para>

@font_face: 
@Returns: 


<!-- ##### FUNCTION cairo_font_face_destroy ##### -->
<para>

</para>

@font_face: 


<!-- ##### FUNCTION cairo_font_face_status ##### -->
<para>

</para>

@font_face: 
@Returns: 


<!-- ##### ENUM cairo_font_type_t ##### -->
<para>

</para>

@CAIRO_FONT_TYPE_TOY: 
@CAIRO_FONT_TYPE_FT: 
@CAIRO_FONT_TYPE_WIN32: 
@CAIRO_FONT_TYPE_QUARTZ: 

<!-- ##### FUNCTION cairo_font_face_get_type ##### -->
<para>

</para>

@font_face: 
@Returns: 


<!-- ##### FUNCTION cairo_font_face_get_reference_count ##### -->
<para>

</para>

@font_face: 
@Returns: 


<!-- ##### FUNCTION cairo_font_face_set_user_data ##### -->
<para>

</para>

@font_face: 
@key: 
@user_data: 
@destroy: 
@Returns: 


<!-- ##### FUNCTION cairo_font_face_get_user_data ##### -->
<para>

</para>

@font_face: 
@key: 
@Returns: