summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-rendering.sgml
blob: 03d8a395ae4f672045d7a83f73a94d5eef008eff (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
<!-- ##### SECTION Title ##### -->
X Rendering

<!-- ##### SECTION Short_Description ##### -->


<!-- ##### SECTION Long_Description ##### -->
<para>

</para>

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

</para>

<!-- ##### 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: