pango 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/pango/extconf.rb +3 -0
- data/ext/pango/rbpango.c +312 -12
- data/ext/pango/rbpango.h +33 -22
- data/ext/pango/rbpangoanalysis.c +98 -58
- data/ext/pango/rbpangoattribute.c +94 -85
- data/ext/pango/rbpangoattriterator.c +39 -28
- data/ext/pango/rbpangoattrlist.c +42 -32
- data/ext/pango/rbpangocairo.c +38 -172
- data/ext/pango/rbpangocairocontext.c +151 -0
- data/ext/pango/rbpangocolor.c +49 -38
- data/ext/pango/rbpangocontext.c +109 -102
- data/ext/pango/rbpangoconversions.h +111 -0
- data/ext/pango/rbpangocoverage.c +45 -37
- data/ext/pango/rbpangoengine.c +22 -12
- data/ext/pango/rbpangofont.c +52 -43
- data/ext/pango/rbpangofontdescription.c +102 -91
- data/ext/pango/rbpangofontface.c +32 -21
- data/ext/pango/rbpangofontfamily.c +31 -20
- data/ext/pango/rbpangofontmap.c +44 -36
- data/ext/pango/rbpangofontmetrics.c +41 -30
- data/ext/pango/rbpangofontset.c +32 -21
- data/ext/pango/rbpangofontsetsimple.c +34 -24
- data/ext/pango/rbpangoglyphinfo.c +48 -35
- data/ext/pango/rbpangoglyphitem.c +43 -33
- data/ext/pango/rbpangoglyphstring.c +59 -59
- data/ext/pango/rbpangogravity.c +34 -23
- data/ext/pango/rbpangoitem.c +43 -34
- data/ext/pango/rbpangolanguage.c +44 -34
- data/ext/pango/rbpangolayout.c +167 -160
- data/ext/pango/rbpangolayoutiter.c +70 -59
- data/ext/pango/rbpangolayoutline.c +106 -71
- data/ext/pango/rbpangologattr.c +42 -31
- data/ext/pango/rbpangomatrix.c +47 -35
- data/ext/pango/rbpangoprivate.h +53 -0
- data/ext/pango/rbpangorectangle.c +58 -49
- data/ext/pango/rbpangorenderer.c +81 -70
- data/ext/pango/rbpangoscript.c +37 -27
- data/ext/pango/rbpangoscriptiter.c +32 -22
- data/ext/pango/rbpangotabarray.c +48 -37
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pango-1.0.def +2 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.def +1 -1
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
- data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
- data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
- data/vendor/local/share/man/man1/pango-view.1 +2 -2
- data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
- data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
- metadata +19 -19
- data/ChangeLog +0 -721
- data/ext/pango/rbpangoinits.c +0 -72
- data/ext/pango/rbpangomain.c +0 -202
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
data/ext/pango/rbpangoinits.c
DELETED
@@ -1,72 +0,0 @@
|
|
1
|
-
extern void Init_pango_analysis();
|
2
|
-
extern void Init_pango_attribute();
|
3
|
-
extern void Init_pango_attriterator();
|
4
|
-
extern void Init_pango_attrlist();
|
5
|
-
extern void Init_pango_cairo();
|
6
|
-
extern void Init_pango_color();
|
7
|
-
extern void Init_pango_context();
|
8
|
-
extern void Init_pango_coverage();
|
9
|
-
extern void Init_pango_engine();
|
10
|
-
extern void Init_pango_font();
|
11
|
-
extern void Init_pango_font_description();
|
12
|
-
extern void Init_pango_font_face();
|
13
|
-
extern void Init_pango_font_family();
|
14
|
-
extern void Init_pango_font_map();
|
15
|
-
extern void Init_pango_font_metrics();
|
16
|
-
extern void Init_pango_fontset();
|
17
|
-
extern void Init_pango_fontset_simple();
|
18
|
-
extern void Init_pango_glyph_info();
|
19
|
-
extern void Init_pango_glyph_item();
|
20
|
-
extern void Init_pango_glyph_string();
|
21
|
-
extern void Init_pango_gravity();
|
22
|
-
extern void Init_pango_item();
|
23
|
-
extern void Init_pango_language();
|
24
|
-
extern void Init_pango_layout();
|
25
|
-
extern void Init_pango_layout_iter();
|
26
|
-
extern void Init_pango_layout_line();
|
27
|
-
extern void Init_pango_logattr();
|
28
|
-
extern void Init_pango_main();
|
29
|
-
extern void Init_pango_matrix();
|
30
|
-
extern void Init_pango_rectangle();
|
31
|
-
extern void Init_pangorenderer();
|
32
|
-
extern void Init_pango_script();
|
33
|
-
extern void Init_pango_script_iter();
|
34
|
-
extern void Init_pango_array();
|
35
|
-
void
|
36
|
-
Init_pango_inits()
|
37
|
-
{
|
38
|
-
Init_pango_analysis();
|
39
|
-
Init_pango_attribute();
|
40
|
-
Init_pango_attriterator();
|
41
|
-
Init_pango_attrlist();
|
42
|
-
Init_pango_cairo();
|
43
|
-
Init_pango_color();
|
44
|
-
Init_pango_context();
|
45
|
-
Init_pango_coverage();
|
46
|
-
Init_pango_engine();
|
47
|
-
Init_pango_font();
|
48
|
-
Init_pango_font_description();
|
49
|
-
Init_pango_font_face();
|
50
|
-
Init_pango_font_family();
|
51
|
-
Init_pango_font_map();
|
52
|
-
Init_pango_font_metrics();
|
53
|
-
Init_pango_fontset();
|
54
|
-
Init_pango_fontset_simple();
|
55
|
-
Init_pango_glyph_info();
|
56
|
-
Init_pango_glyph_item();
|
57
|
-
Init_pango_glyph_string();
|
58
|
-
Init_pango_gravity();
|
59
|
-
Init_pango_item();
|
60
|
-
Init_pango_language();
|
61
|
-
Init_pango_layout();
|
62
|
-
Init_pango_layout_iter();
|
63
|
-
Init_pango_layout_line();
|
64
|
-
Init_pango_logattr();
|
65
|
-
Init_pango_main();
|
66
|
-
Init_pango_matrix();
|
67
|
-
Init_pango_rectangle();
|
68
|
-
Init_pangorenderer();
|
69
|
-
Init_pango_script();
|
70
|
-
Init_pango_script_iter();
|
71
|
-
Init_pango_array();
|
72
|
-
}
|
data/ext/pango/rbpangomain.c
DELETED
@@ -1,202 +0,0 @@
|
|
1
|
-
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
|
2
|
-
/************************************************
|
3
|
-
|
4
|
-
rbpangomain.c -
|
5
|
-
|
6
|
-
$Author: sakai $
|
7
|
-
$Date: 2007/07/08 02:53:10 $
|
8
|
-
|
9
|
-
Copyright (C) 2002-2005 Masao Mutoh
|
10
|
-
************************************************/
|
11
|
-
|
12
|
-
#include "rbpango.h"
|
13
|
-
|
14
|
-
/*
|
15
|
-
* Rendering
|
16
|
-
*/
|
17
|
-
|
18
|
-
static VALUE
|
19
|
-
rpango_reorder_items(VALUE self, VALUE logical_items)
|
20
|
-
{
|
21
|
-
int i;
|
22
|
-
GList *glist = NULL;
|
23
|
-
GList* ret;
|
24
|
-
|
25
|
-
Check_Type(logical_items, T_ARRAY);
|
26
|
-
|
27
|
-
for (i = 0; i < RARRAY_LEN(logical_items); i++){
|
28
|
-
glist = g_list_append(glist, RVAL2BOXED(RARRAY_PTR(logical_items)[i], PANGO_TYPE_ITEM));
|
29
|
-
}
|
30
|
-
|
31
|
-
ret = pango_reorder_items(glist);
|
32
|
-
g_list_free(glist);
|
33
|
-
|
34
|
-
return GLIST2ARY2(ret, PANGO_TYPE_ITEM);
|
35
|
-
}
|
36
|
-
|
37
|
-
#if PANGO_CHECK_VERSION(1,4,0)
|
38
|
-
static VALUE
|
39
|
-
rpango_unichar_direction(VALUE self, VALUE ch)
|
40
|
-
{
|
41
|
-
return GENUM2RVAL(pango_unichar_direction(NUM2UINT(ch)), PANGO_TYPE_DIRECTION);
|
42
|
-
}
|
43
|
-
|
44
|
-
static VALUE
|
45
|
-
rpango_find_base_dir(VALUE self, VALUE text)
|
46
|
-
{
|
47
|
-
StringValue(text);
|
48
|
-
return GENUM2RVAL(pango_find_base_dir(RSTRING_PTR(text), RSTRING_LEN(text)),
|
49
|
-
PANGO_TYPE_DIRECTION);
|
50
|
-
}
|
51
|
-
#endif
|
52
|
-
|
53
|
-
static VALUE
|
54
|
-
rpango_break(VALUE self, VALUE text, VALUE analysis)
|
55
|
-
{
|
56
|
-
gint i, len;
|
57
|
-
glong attrs_len;
|
58
|
-
PangoLogAttr *attrs;
|
59
|
-
const gchar *gtext;
|
60
|
-
VALUE ret;
|
61
|
-
|
62
|
-
gtext = StringValuePtr(text);
|
63
|
-
len = RSTRING_LEN(text);
|
64
|
-
attrs_len = g_utf8_strlen(gtext, (gssize)len) + 1l;
|
65
|
-
attrs = g_new0(PangoLogAttr, attrs_len);
|
66
|
-
|
67
|
-
pango_break(gtext, len,
|
68
|
-
NIL_P(analysis) ? NULL : RVAL2BOXED(analysis, PANGO_TYPE_ANALYSIS),
|
69
|
-
attrs, attrs_len);
|
70
|
-
|
71
|
-
ret = rb_ary_new();
|
72
|
-
for (i = 0; i < attrs_len; i++){
|
73
|
-
rb_ary_push(ret, BOXED2RVAL(&attrs[i], PANGO_TYPE_LOG_ATTR));
|
74
|
-
}
|
75
|
-
g_free(attrs);
|
76
|
-
return ret;
|
77
|
-
}
|
78
|
-
|
79
|
-
static VALUE
|
80
|
-
rpango_get_log_attrs(VALUE self, VALUE text, VALUE level, VALUE language)
|
81
|
-
{
|
82
|
-
gint i, len;
|
83
|
-
glong attrs_len;
|
84
|
-
PangoLogAttr *attrs;
|
85
|
-
const gchar *gtext;
|
86
|
-
VALUE ret;
|
87
|
-
|
88
|
-
gtext = StringValuePtr(text);
|
89
|
-
len = RSTRING_LEN(text);
|
90
|
-
attrs_len = g_utf8_strlen(gtext, (gssize)len) + 1l;
|
91
|
-
attrs = g_new0(PangoLogAttr, attrs_len);
|
92
|
-
|
93
|
-
pango_get_log_attrs(gtext, len, NUM2INT(level),
|
94
|
-
RVAL2BOXED(language, PANGO_TYPE_LANGUAGE),
|
95
|
-
attrs, attrs_len);
|
96
|
-
|
97
|
-
ret = rb_ary_new();
|
98
|
-
for (i = 0; i < attrs_len; i++){
|
99
|
-
rb_ary_push(ret, BOXED2RVAL(&attrs[i], PANGO_TYPE_LOG_ATTR));
|
100
|
-
}
|
101
|
-
g_free(attrs);
|
102
|
-
return ret;
|
103
|
-
}
|
104
|
-
|
105
|
-
static VALUE
|
106
|
-
rpango_find_paragraph_boundary(VALUE self, VALUE text)
|
107
|
-
{
|
108
|
-
gint paragraph_delimiter_index, next_paragraph_start;
|
109
|
-
|
110
|
-
StringValue(text);
|
111
|
-
pango_find_paragraph_boundary(RSTRING_PTR(text), RSTRING_LEN(text),
|
112
|
-
¶graph_delimiter_index,
|
113
|
-
&next_paragraph_start);
|
114
|
-
return rb_ary_new3(2, INT2NUM(paragraph_delimiter_index),
|
115
|
-
INT2NUM(next_paragraph_start));
|
116
|
-
}
|
117
|
-
|
118
|
-
/*
|
119
|
-
Don't need to implement this. Use pango_break instead.
|
120
|
-
void pango_default_break (const gchar *text,
|
121
|
-
int length,
|
122
|
-
PangoAnalysis *analysis,
|
123
|
-
PangoLogAttr *attrs,
|
124
|
-
int attrs_len);
|
125
|
-
*/
|
126
|
-
|
127
|
-
static VALUE
|
128
|
-
rpango_shape(VALUE self, VALUE text, VALUE analysis)
|
129
|
-
{
|
130
|
-
VALUE ret;
|
131
|
-
PangoGlyphString* glyphs = pango_glyph_string_new();
|
132
|
-
StringValue(text);
|
133
|
-
pango_shape(RSTRING_PTR(text), RSTRING_LEN(text), RVAL2BOXED(analysis, PANGO_TYPE_ANALYSIS), glyphs);
|
134
|
-
ret = BOXED2RVAL(glyphs, PANGO_TYPE_GLYPH_STRING);
|
135
|
-
pango_glyph_string_free (glyphs);
|
136
|
-
return ret;
|
137
|
-
}
|
138
|
-
|
139
|
-
/* This method is from rbpangoattribute.c */
|
140
|
-
static VALUE
|
141
|
-
rpango_parse_markup(int argc, VALUE *argv, VALUE self)
|
142
|
-
{
|
143
|
-
VALUE markup_text, accel_marker;
|
144
|
-
PangoAttrList *pattr_list;
|
145
|
-
gchar* gtext;
|
146
|
-
gunichar accel_char;
|
147
|
-
GError *error = NULL;
|
148
|
-
gboolean ret;
|
149
|
-
char c;
|
150
|
-
VALUE text = Qnil;
|
151
|
-
VALUE attr_list = Qnil;
|
152
|
-
|
153
|
-
rb_scan_args(argc, argv, "11", &markup_text, &accel_marker);
|
154
|
-
|
155
|
-
if (NIL_P(markup_text)) rb_raise(rb_eRuntimeError, "1st argument can't accept nil");
|
156
|
-
|
157
|
-
StringValue(markup_text);
|
158
|
-
ret = pango_parse_markup(RSTRING_PTR(markup_text),
|
159
|
-
RSTRING_LEN(markup_text),
|
160
|
-
NIL_P(accel_marker) ? 0 : NUM2CHR(accel_marker),
|
161
|
-
&pattr_list, >ext, &accel_char, &error);
|
162
|
-
|
163
|
-
if (!ret) RAISE_GERROR(error);
|
164
|
-
|
165
|
-
if (pattr_list){
|
166
|
-
attr_list = BOXED2RVAL(pattr_list, PANGO_TYPE_ATTR_LIST);
|
167
|
-
pango_attr_list_unref(pattr_list);
|
168
|
-
}
|
169
|
-
|
170
|
-
c = (char)accel_char;
|
171
|
-
if (text){
|
172
|
-
text = CSTR2RVAL(gtext);
|
173
|
-
g_free(gtext);
|
174
|
-
}
|
175
|
-
return rb_ary_new3(3, attr_list, text,
|
176
|
-
accel_char ? rb_str_new(&c, 1) : Qnil);
|
177
|
-
}
|
178
|
-
|
179
|
-
static VALUE
|
180
|
-
rpango_pixels(VALUE self, VALUE pixels)
|
181
|
-
{
|
182
|
-
return rb_float_new(PANGO_PIXELS(NUM2DBL(pixels)));
|
183
|
-
}
|
184
|
-
|
185
|
-
void
|
186
|
-
Init_pango_main()
|
187
|
-
{
|
188
|
-
rb_define_module_function(mPango, "reorder_items", rpango_reorder_items, 1);
|
189
|
-
|
190
|
-
#if PANGO_CHECK_VERSION(1,4,0)
|
191
|
-
rb_define_module_function(mPango, "unichar_direction", rpango_unichar_direction, 1);
|
192
|
-
rb_define_module_function(mPango, "find_base_dir", rpango_find_base_dir, 1);
|
193
|
-
#endif
|
194
|
-
rb_define_module_function(mPango, "break", rpango_break, 2);
|
195
|
-
rb_define_module_function(mPango, "get_log_attrs", rpango_get_log_attrs, 3);
|
196
|
-
rb_define_module_function(mPango, "find_paragraph_boundary", rpango_find_paragraph_boundary, 1);
|
197
|
-
rb_define_module_function(mPango, "shape", rpango_shape, 2);
|
198
|
-
rb_define_module_function(mPango, "parse_markup", rpango_parse_markup, -1);
|
199
|
-
rb_define_module_function(mPango, "pixels", rpango_pixels, 1);
|
200
|
-
|
201
|
-
rb_define_const(mPango, "SCALE", INT2FIX(PANGO_SCALE));
|
202
|
-
}
|
@@ -1,799 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
|
-
<book xmlns="http://www.devhelp.net/book" title="Pango Reference Manual" link="index.html" author="" name="pango">
|
4
|
-
<chapters>
|
5
|
-
<sub name="Basic Pango Interfaces" link="pango.html">
|
6
|
-
<sub name="Rendering" link="pango-Text-Processing.html"/>
|
7
|
-
<sub name="Glyph Storage" link="pango-Glyph-Storage.html"/>
|
8
|
-
<sub name="Fonts" link="pango-Fonts.html"/>
|
9
|
-
<sub name="Text Attributes" link="pango-Text-Attributes.html"/>
|
10
|
-
<sub name="Tab Stops" link="pango-Tab-Stops.html"/>
|
11
|
-
<sub name="Text Attribute Markup" link="PangoMarkupFormat.html"/>
|
12
|
-
<sub name="Layout Objects" link="pango-Layout-Objects.html"/>
|
13
|
-
<sub name="Scripts and Languages" link="pango-Scripts-and-Languages.html"/>
|
14
|
-
<sub name="Bidirectional Text" link="pango-Bidirectional-Text.html"/>
|
15
|
-
<sub name="Vertical Text" link="pango-Vertical-Text.html"/>
|
16
|
-
</sub>
|
17
|
-
<sub name="Rendering with Pango" link="rendering.html">
|
18
|
-
<sub name="Win32 Fonts and Rendering" link="pango-Win32-Fonts-and-Rendering.html"/>
|
19
|
-
<sub name="FreeType Fonts and Rendering" link="pango-FreeType-Fonts-and-Rendering.html"/>
|
20
|
-
<sub name="Xft Fonts and Rendering" link="pango-Xft-Fonts-and-Rendering.html"/>
|
21
|
-
<sub name="Cairo Rendering" link="pango-Cairo-Rendering.html"/>
|
22
|
-
<sub name="ATSUI Fonts" link="pango-ATSUI-Fonts.html"/>
|
23
|
-
<sub name="Deprecated X font backend" link="pango-X-Fonts-and-Rendering.html"/>
|
24
|
-
</sub>
|
25
|
-
<sub name="Low Level Functionality" link="lowlevel.html">
|
26
|
-
<sub name="PangoRenderer" link="pango-pango-renderer.html"/>
|
27
|
-
<sub name="PangoFcFontMap" link="PangoFcFontMap.html"/>
|
28
|
-
<sub name="PangoFcFont" link="PangoFcFont.html"/>
|
29
|
-
<sub name="PangoFcDecoder" link="PangoFcDecoder.html"/>
|
30
|
-
<sub name="OpenType Font Handling" link="pango-OpenType-Font-Handling.html"/>
|
31
|
-
<sub name="Coverage Maps" link="pango-Coverage-Maps.html"/>
|
32
|
-
<sub name="Engines" link="pango-Engines.html"/>
|
33
|
-
<sub name="PangoEngineLang" link="PangoEngineLang.html"/>
|
34
|
-
<sub name="PangoEngineShape" link="PangoEngineShape.html"/>
|
35
|
-
<sub name="Modules" link="pango-Modules.html"/>
|
36
|
-
<sub name="Miscellaneous Utilities" link="pango-Miscellaneous-Utilities.html"/>
|
37
|
-
<sub name="Version Checking" link="pango-Version-Checking.html"/>
|
38
|
-
</sub>
|
39
|
-
<sub name="Pango Tools" link="tools.html">
|
40
|
-
<sub name="pango-querymodules" link="pango-querymodules.html"/>
|
41
|
-
</sub>
|
42
|
-
<sub name="Object Hierarchy" link="pango-hierarchy.html"/>
|
43
|
-
<sub name="Index" link="index-all.html"/>
|
44
|
-
<sub name="Index of deprecated symbols" link="index-deprecated.html"/>
|
45
|
-
<sub name="Index of new symbols in 1.2" link="index-1.2.html"/>
|
46
|
-
<sub name="Index of new symbols in 1.4" link="index-1.4.html"/>
|
47
|
-
<sub name="Index of new symbols in 1.6" link="index-1.6.html"/>
|
48
|
-
<sub name="Index of new symbols in 1.8" link="index-1.8.html"/>
|
49
|
-
<sub name="Index of new symbols in 1.10" link="index-1.10.html"/>
|
50
|
-
<sub name="Index of new symbols in 1.12" link="index-1.12.html"/>
|
51
|
-
<sub name="Index of new symbols in 1.14" link="index-1.14.html"/>
|
52
|
-
<sub name="Index of new symbols in 1.16" link="index-1.16.html"/>
|
53
|
-
<sub name="Index of new symbols in 1.18" link="index-1.18.html"/>
|
54
|
-
<sub name="Index of new symbols in 1.20" link="index-1.20.html"/>
|
55
|
-
<sub name="Index of new symbols in 1.22" link="index-1.22.html"/>
|
56
|
-
<sub name="Index of new symbols in 1.24" link="index-1.24.html"/>
|
57
|
-
<sub name="Index of new symbols in 1.26" link="index-1.26.html"/>
|
58
|
-
<sub name="Index of new symbols in 1.26" link="index-1.28.html"/>
|
59
|
-
</chapters>
|
60
|
-
<functions>
|
61
|
-
<function name="PangoContext" link="pango-Text-Processing.html#PangoContext-struct"/>
|
62
|
-
<function name="struct PangoItem" link="pango-Text-Processing.html#PangoItem"/>
|
63
|
-
<function name="struct PangoAnalysis" link="pango-Text-Processing.html#PangoAnalysis"/>
|
64
|
-
<function name="PANGO_ANALYSIS_FLAG_CENTERED_BASELINE" link="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS"/>
|
65
|
-
<function name="PANGO_TYPE_DIRECTION" link="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS"/>
|
66
|
-
<function name="pango_itemize ()" link="pango-Text-Processing.html#pango-itemize"/>
|
67
|
-
<function name="pango_itemize_with_base_dir ()" link="pango-Text-Processing.html#pango-itemize-with-base-dir"/>
|
68
|
-
<function name="pango_item_free ()" link="pango-Text-Processing.html#pango-item-free"/>
|
69
|
-
<function name="pango_item_copy ()" link="pango-Text-Processing.html#pango-item-copy"/>
|
70
|
-
<function name="pango_item_new ()" link="pango-Text-Processing.html#pango-item-new"/>
|
71
|
-
<function name="pango_item_split ()" link="pango-Text-Processing.html#pango-item-split"/>
|
72
|
-
<function name="pango_reorder_items ()" link="pango-Text-Processing.html#pango-reorder-items"/>
|
73
|
-
<function name="pango_context_new ()" link="pango-Text-Processing.html#pango-context-new"/>
|
74
|
-
<function name="pango_context_set_font_map ()" link="pango-Text-Processing.html#pango-context-set-font-map"/>
|
75
|
-
<function name="pango_context_get_font_map ()" link="pango-Text-Processing.html#pango-context-get-font-map"/>
|
76
|
-
<function name="pango_context_get_font_description ()" link="pango-Text-Processing.html#pango-context-get-font-description"/>
|
77
|
-
<function name="pango_context_set_font_description ()" link="pango-Text-Processing.html#pango-context-set-font-description"/>
|
78
|
-
<function name="pango_context_get_language ()" link="pango-Text-Processing.html#pango-context-get-language"/>
|
79
|
-
<function name="pango_context_set_language ()" link="pango-Text-Processing.html#pango-context-set-language"/>
|
80
|
-
<function name="pango_context_get_base_dir ()" link="pango-Text-Processing.html#pango-context-get-base-dir"/>
|
81
|
-
<function name="pango_context_set_base_dir ()" link="pango-Text-Processing.html#pango-context-set-base-dir"/>
|
82
|
-
<function name="pango_context_get_base_gravity ()" link="pango-Text-Processing.html#pango-context-get-base-gravity"/>
|
83
|
-
<function name="pango_context_set_base_gravity ()" link="pango-Text-Processing.html#pango-context-set-base-gravity"/>
|
84
|
-
<function name="pango_context_get_gravity ()" link="pango-Text-Processing.html#pango-context-get-gravity"/>
|
85
|
-
<function name="pango_context_get_gravity_hint ()" link="pango-Text-Processing.html#pango-context-get-gravity-hint"/>
|
86
|
-
<function name="pango_context_set_gravity_hint ()" link="pango-Text-Processing.html#pango-context-set-gravity-hint"/>
|
87
|
-
<function name="pango_context_get_matrix ()" link="pango-Text-Processing.html#pango-context-get-matrix"/>
|
88
|
-
<function name="pango_context_set_matrix ()" link="pango-Text-Processing.html#pango-context-set-matrix"/>
|
89
|
-
<function name="pango_context_load_font ()" link="pango-Text-Processing.html#pango-context-load-font"/>
|
90
|
-
<function name="pango_context_load_fontset ()" link="pango-Text-Processing.html#pango-context-load-fontset"/>
|
91
|
-
<function name="pango_context_get_metrics ()" link="pango-Text-Processing.html#pango-context-get-metrics"/>
|
92
|
-
<function name="pango_context_list_families ()" link="pango-Text-Processing.html#pango-context-list-families"/>
|
93
|
-
<function name="pango_break ()" link="pango-Text-Processing.html#pango-break"/>
|
94
|
-
<function name="pango_get_log_attrs ()" link="pango-Text-Processing.html#pango-get-log-attrs"/>
|
95
|
-
<function name="pango_find_paragraph_boundary ()" link="pango-Text-Processing.html#pango-find-paragraph-boundary"/>
|
96
|
-
<function name="pango_default_break ()" link="pango-Text-Processing.html#pango-default-break"/>
|
97
|
-
<function name="PangoLogAttr" link="pango-Text-Processing.html#PangoLogAttr"/>
|
98
|
-
<function name="pango_shape ()" link="pango-Text-Processing.html#pango-shape"/>
|
99
|
-
<function name="PANGO_SCALE" link="pango-Glyph-Storage.html#PANGO-SCALE:CAPS"/>
|
100
|
-
<function name="PANGO_PIXELS()" link="pango-Glyph-Storage.html#PANGO-PIXELS:CAPS"/>
|
101
|
-
<function name="PANGO_PIXELS_FLOOR()" link="pango-Glyph-Storage.html#PANGO-PIXELS-FLOOR:CAPS"/>
|
102
|
-
<function name="PANGO_PIXELS_CEIL()" link="pango-Glyph-Storage.html#PANGO-PIXELS-CEIL:CAPS"/>
|
103
|
-
<function name="PANGO_UNITS_ROUND()" link="pango-Glyph-Storage.html#PANGO-UNITS-ROUND:CAPS"/>
|
104
|
-
<function name="pango_units_to_double ()" link="pango-Glyph-Storage.html#pango-units-to-double"/>
|
105
|
-
<function name="pango_units_from_double ()" link="pango-Glyph-Storage.html#pango-units-from-double"/>
|
106
|
-
<function name="struct PangoRectangle" link="pango-Glyph-Storage.html#PangoRectangle"/>
|
107
|
-
<function name="PANGO_ASCENT()" link="pango-Glyph-Storage.html#PANGO-ASCENT:CAPS"/>
|
108
|
-
<function name="PANGO_DESCENT()" link="pango-Glyph-Storage.html#PANGO-DESCENT:CAPS"/>
|
109
|
-
<function name="PANGO_LBEARING()" link="pango-Glyph-Storage.html#PANGO-LBEARING:CAPS"/>
|
110
|
-
<function name="PANGO_RBEARING()" link="pango-Glyph-Storage.html#PANGO-RBEARING:CAPS"/>
|
111
|
-
<function name="pango_extents_to_pixels ()" link="pango-Glyph-Storage.html#pango-extents-to-pixels"/>
|
112
|
-
<function name="struct PangoMatrix" link="pango-Glyph-Storage.html#PangoMatrix"/>
|
113
|
-
<function name="PANGO_TYPE_MATRIX" link="pango-Glyph-Storage.html#PANGO-TYPE-MATRIX:CAPS"/>
|
114
|
-
<function name="PANGO_MATRIX_INIT" link="pango-Glyph-Storage.html#PANGO-MATRIX-INIT:CAPS"/>
|
115
|
-
<function name="pango_matrix_copy ()" link="pango-Glyph-Storage.html#pango-matrix-copy"/>
|
116
|
-
<function name="pango_matrix_free ()" link="pango-Glyph-Storage.html#pango-matrix-free"/>
|
117
|
-
<function name="pango_matrix_translate ()" link="pango-Glyph-Storage.html#pango-matrix-translate"/>
|
118
|
-
<function name="pango_matrix_scale ()" link="pango-Glyph-Storage.html#pango-matrix-scale"/>
|
119
|
-
<function name="pango_matrix_rotate ()" link="pango-Glyph-Storage.html#pango-matrix-rotate"/>
|
120
|
-
<function name="pango_matrix_concat ()" link="pango-Glyph-Storage.html#pango-matrix-concat"/>
|
121
|
-
<function name="pango_matrix_transform_point ()" link="pango-Glyph-Storage.html#pango-matrix-transform-point"/>
|
122
|
-
<function name="pango_matrix_transform_distance ()" link="pango-Glyph-Storage.html#pango-matrix-transform-distance"/>
|
123
|
-
<function name="pango_matrix_transform_rectangle ()" link="pango-Glyph-Storage.html#pango-matrix-transform-rectangle"/>
|
124
|
-
<function name="pango_matrix_transform_pixel_rectangle ()" link="pango-Glyph-Storage.html#pango-matrix-transform-pixel-rectangle"/>
|
125
|
-
<function name="pango_matrix_get_font_scale_factor ()" link="pango-Glyph-Storage.html#pango-matrix-get-font-scale-factor"/>
|
126
|
-
<function name="PangoGlyph" link="pango-Glyph-Storage.html#PangoGlyph"/>
|
127
|
-
<function name="PANGO_GLYPH_EMPTY" link="pango-Glyph-Storage.html#PANGO-GLYPH-EMPTY:CAPS"/>
|
128
|
-
<function name="PANGO_GLYPH_INVALID_INPUT" link="pango-Glyph-Storage.html#PANGO-GLYPH-INVALID-INPUT:CAPS"/>
|
129
|
-
<function name="PANGO_GLYPH_UNKNOWN_FLAG" link="pango-Glyph-Storage.html#PANGO-GLYPH-UNKNOWN-FLAG:CAPS"/>
|
130
|
-
<function name="PANGO_GET_UNKNOWN_GLYPH()" link="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"/>
|
131
|
-
<function name="struct PangoGlyphInfo" link="pango-Glyph-Storage.html#PangoGlyphInfo"/>
|
132
|
-
<function name="struct PangoGlyphGeometry" link="pango-Glyph-Storage.html#PangoGlyphGeometry"/>
|
133
|
-
<function name="PangoGlyphUnit" link="pango-Glyph-Storage.html#PangoGlyphUnit"/>
|
134
|
-
<function name="struct PangoGlyphVisAttr" link="pango-Glyph-Storage.html#PangoGlyphVisAttr"/>
|
135
|
-
<function name="struct PangoGlyphString" link="pango-Glyph-Storage.html#PangoGlyphString"/>
|
136
|
-
<function name="struct PangoGlyphItem" link="pango-Glyph-Storage.html#PangoGlyphItem"/>
|
137
|
-
<function name="struct PangoGlyphItemIter" link="pango-Glyph-Storage.html#PangoGlyphItemIter"/>
|
138
|
-
<function name="PANGO_TYPE_GLYPH_STRING" link="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-STRING:CAPS"/>
|
139
|
-
<function name="pango_glyph_string_new ()" link="pango-Glyph-Storage.html#pango-glyph-string-new"/>
|
140
|
-
<function name="pango_glyph_string_copy ()" link="pango-Glyph-Storage.html#pango-glyph-string-copy"/>
|
141
|
-
<function name="pango_glyph_string_set_size ()" link="pango-Glyph-Storage.html#pango-glyph-string-set-size"/>
|
142
|
-
<function name="pango_glyph_string_free ()" link="pango-Glyph-Storage.html#pango-glyph-string-free"/>
|
143
|
-
<function name="pango_glyph_string_extents ()" link="pango-Glyph-Storage.html#pango-glyph-string-extents"/>
|
144
|
-
<function name="pango_glyph_string_extents_range ()" link="pango-Glyph-Storage.html#pango-glyph-string-extents-range"/>
|
145
|
-
<function name="pango_glyph_string_get_width ()" link="pango-Glyph-Storage.html#pango-glyph-string-get-width"/>
|
146
|
-
<function name="pango_glyph_string_index_to_x ()" link="pango-Glyph-Storage.html#pango-glyph-string-index-to-x"/>
|
147
|
-
<function name="pango_glyph_string_x_to_index ()" link="pango-Glyph-Storage.html#pango-glyph-string-x-to-index"/>
|
148
|
-
<function name="pango_glyph_string_get_logical_widths ()" link="pango-Glyph-Storage.html#pango-glyph-string-get-logical-widths"/>
|
149
|
-
<function name="PANGO_TYPE_GLYPH_ITEM" link="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-ITEM:CAPS"/>
|
150
|
-
<function name="pango_glyph_item_copy ()" link="pango-Glyph-Storage.html#pango-glyph-item-copy"/>
|
151
|
-
<function name="pango_glyph_item_free ()" link="pango-Glyph-Storage.html#pango-glyph-item-free"/>
|
152
|
-
<function name="pango_glyph_item_split ()" link="pango-Glyph-Storage.html#pango-glyph-item-split"/>
|
153
|
-
<function name="pango_glyph_item_apply_attrs ()" link="pango-Glyph-Storage.html#pango-glyph-item-apply-attrs"/>
|
154
|
-
<function name="pango_glyph_item_letter_space ()" link="pango-Glyph-Storage.html#pango-glyph-item-letter-space"/>
|
155
|
-
<function name="pango_glyph_item_get_logical_widths ()" link="pango-Glyph-Storage.html#pango-glyph-item-get-logical-widths"/>
|
156
|
-
<function name="PANGO_TYPE_GLYPH_ITEM_ITER" link="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-ITEM-ITER:CAPS"/>
|
157
|
-
<function name="pango_glyph_item_iter_copy ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-copy"/>
|
158
|
-
<function name="pango_glyph_item_iter_free ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-free"/>
|
159
|
-
<function name="pango_glyph_item_iter_init_start ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-init-start"/>
|
160
|
-
<function name="pango_glyph_item_iter_init_end ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-init-end"/>
|
161
|
-
<function name="pango_glyph_item_iter_next_cluster ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-next-cluster"/>
|
162
|
-
<function name="pango_glyph_item_iter_prev_cluster ()" link="pango-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster"/>
|
163
|
-
<function name="PangoFontDescription" link="pango-Fonts.html#PangoFontDescription"/>
|
164
|
-
<function name="PANGO_TYPE_FONT_DESCRIPTION" link="pango-Fonts.html#PANGO-TYPE-FONT-DESCRIPTION:CAPS"/>
|
165
|
-
<function name="enum PangoStyle" link="pango-Fonts.html#PangoStyle"/>
|
166
|
-
<function name="PANGO_TYPE_STYLE" link="pango-Fonts.html#PANGO-TYPE-STYLE:CAPS"/>
|
167
|
-
<function name="enum PangoWeight" link="pango-Fonts.html#PangoWeight"/>
|
168
|
-
<function name="PANGO_TYPE_WEIGHT" link="pango-Fonts.html#PANGO-TYPE-WEIGHT:CAPS"/>
|
169
|
-
<function name="enum PangoVariant" link="pango-Fonts.html#PangoVariant"/>
|
170
|
-
<function name="PANGO_TYPE_VARIANT" link="pango-Fonts.html#PANGO-TYPE-VARIANT:CAPS"/>
|
171
|
-
<function name="enum PangoStretch" link="pango-Fonts.html#PangoStretch"/>
|
172
|
-
<function name="PANGO_TYPE_STRETCH" link="pango-Fonts.html#PANGO-TYPE-STRETCH:CAPS"/>
|
173
|
-
<function name="enum PangoFontMask" link="pango-Fonts.html#PangoFontMask"/>
|
174
|
-
<function name="PANGO_TYPE_FONT_MASK" link="pango-Fonts.html#PANGO-TYPE-FONT-MASK:CAPS"/>
|
175
|
-
<function name="pango_font_description_new ()" link="pango-Fonts.html#pango-font-description-new"/>
|
176
|
-
<function name="pango_font_description_copy ()" link="pango-Fonts.html#pango-font-description-copy"/>
|
177
|
-
<function name="pango_font_description_copy_static ()" link="pango-Fonts.html#pango-font-description-copy-static"/>
|
178
|
-
<function name="pango_font_description_hash ()" link="pango-Fonts.html#pango-font-description-hash"/>
|
179
|
-
<function name="pango_font_description_equal ()" link="pango-Fonts.html#pango-font-description-equal"/>
|
180
|
-
<function name="pango_font_description_free ()" link="pango-Fonts.html#pango-font-description-free"/>
|
181
|
-
<function name="pango_font_descriptions_free ()" link="pango-Fonts.html#pango-font-descriptions-free"/>
|
182
|
-
<function name="pango_font_description_set_family ()" link="pango-Fonts.html#pango-font-description-set-family"/>
|
183
|
-
<function name="pango_font_description_set_family_static ()" link="pango-Fonts.html#pango-font-description-set-family-static"/>
|
184
|
-
<function name="pango_font_description_get_family ()" link="pango-Fonts.html#pango-font-description-get-family"/>
|
185
|
-
<function name="pango_font_description_set_style ()" link="pango-Fonts.html#pango-font-description-set-style"/>
|
186
|
-
<function name="pango_font_description_get_style ()" link="pango-Fonts.html#pango-font-description-get-style"/>
|
187
|
-
<function name="pango_font_description_set_variant ()" link="pango-Fonts.html#pango-font-description-set-variant"/>
|
188
|
-
<function name="pango_font_description_get_variant ()" link="pango-Fonts.html#pango-font-description-get-variant"/>
|
189
|
-
<function name="pango_font_description_set_weight ()" link="pango-Fonts.html#pango-font-description-set-weight"/>
|
190
|
-
<function name="pango_font_description_get_weight ()" link="pango-Fonts.html#pango-font-description-get-weight"/>
|
191
|
-
<function name="pango_font_description_set_stretch ()" link="pango-Fonts.html#pango-font-description-set-stretch"/>
|
192
|
-
<function name="pango_font_description_get_stretch ()" link="pango-Fonts.html#pango-font-description-get-stretch"/>
|
193
|
-
<function name="pango_font_description_set_size ()" link="pango-Fonts.html#pango-font-description-set-size"/>
|
194
|
-
<function name="pango_font_description_get_size ()" link="pango-Fonts.html#pango-font-description-get-size"/>
|
195
|
-
<function name="pango_font_description_set_absolute_size ()" link="pango-Fonts.html#pango-font-description-set-absolute-size"/>
|
196
|
-
<function name="pango_font_description_get_size_is_absolute ()" link="pango-Fonts.html#pango-font-description-get-size-is-absolute"/>
|
197
|
-
<function name="pango_font_description_set_gravity ()" link="pango-Fonts.html#pango-font-description-set-gravity"/>
|
198
|
-
<function name="pango_font_description_get_gravity ()" link="pango-Fonts.html#pango-font-description-get-gravity"/>
|
199
|
-
<function name="pango_font_description_get_set_fields ()" link="pango-Fonts.html#pango-font-description-get-set-fields"/>
|
200
|
-
<function name="pango_font_description_unset_fields ()" link="pango-Fonts.html#pango-font-description-unset-fields"/>
|
201
|
-
<function name="pango_font_description_merge ()" link="pango-Fonts.html#pango-font-description-merge"/>
|
202
|
-
<function name="pango_font_description_merge_static ()" link="pango-Fonts.html#pango-font-description-merge-static"/>
|
203
|
-
<function name="pango_font_description_better_match ()" link="pango-Fonts.html#pango-font-description-better-match"/>
|
204
|
-
<function name="pango_font_description_from_string ()" link="pango-Fonts.html#pango-font-description-from-string"/>
|
205
|
-
<function name="pango_font_description_to_string ()" link="pango-Fonts.html#pango-font-description-to-string"/>
|
206
|
-
<function name="pango_font_description_to_filename ()" link="pango-Fonts.html#pango-font-description-to-filename"/>
|
207
|
-
<function name="struct PangoFontMetrics" link="pango-Fonts.html#PangoFontMetrics"/>
|
208
|
-
<function name="PANGO_TYPE_FONT_METRICS" link="pango-Fonts.html#PANGO-TYPE-FONT-METRICS:CAPS"/>
|
209
|
-
<function name="pango_font_metrics_ref ()" link="pango-Fonts.html#pango-font-metrics-ref"/>
|
210
|
-
<function name="pango_font_metrics_unref ()" link="pango-Fonts.html#pango-font-metrics-unref"/>
|
211
|
-
<function name="pango_font_metrics_get_ascent ()" link="pango-Fonts.html#pango-font-metrics-get-ascent"/>
|
212
|
-
<function name="pango_font_metrics_get_descent ()" link="pango-Fonts.html#pango-font-metrics-get-descent"/>
|
213
|
-
<function name="pango_font_metrics_get_approximate_char_width ()" link="pango-Fonts.html#pango-font-metrics-get-approximate-char-width"/>
|
214
|
-
<function name="pango_font_metrics_get_approximate_digit_width ()" link="pango-Fonts.html#pango-font-metrics-get-approximate-digit-width"/>
|
215
|
-
<function name="pango_font_metrics_get_underline_thickness ()" link="pango-Fonts.html#pango-font-metrics-get-underline-thickness"/>
|
216
|
-
<function name="pango_font_metrics_get_underline_position ()" link="pango-Fonts.html#pango-font-metrics-get-underline-position"/>
|
217
|
-
<function name="pango_font_metrics_get_strikethrough_thickness ()" link="pango-Fonts.html#pango-font-metrics-get-strikethrough-thickness"/>
|
218
|
-
<function name="pango_font_metrics_get_strikethrough_position ()" link="pango-Fonts.html#pango-font-metrics-get-strikethrough-position"/>
|
219
|
-
<function name="PangoFont" link="pango-Fonts.html#PangoFont-struct"/>
|
220
|
-
<function name="PANGO_TYPE_FONT" link="pango-Fonts.html#PANGO-TYPE-FONT:CAPS"/>
|
221
|
-
<function name="PANGO_FONT()" link="pango-Fonts.html#PANGO-FONT:CAPS"/>
|
222
|
-
<function name="PANGO_IS_FONT()" link="pango-Fonts.html#PANGO-IS-FONT:CAPS"/>
|
223
|
-
<function name="pango_font_find_shaper ()" link="pango-Fonts.html#pango-font-find-shaper"/>
|
224
|
-
<function name="pango_font_describe ()" link="pango-Fonts.html#pango-font-describe"/>
|
225
|
-
<function name="pango_font_describe_with_absolute_size ()" link="pango-Fonts.html#pango-font-describe-with-absolute-size"/>
|
226
|
-
<function name="pango_font_get_coverage ()" link="pango-Fonts.html#pango-font-get-coverage"/>
|
227
|
-
<function name="pango_font_get_glyph_extents ()" link="pango-Fonts.html#pango-font-get-glyph-extents"/>
|
228
|
-
<function name="pango_font_get_metrics ()" link="pango-Fonts.html#pango-font-get-metrics"/>
|
229
|
-
<function name="pango_font_get_font_map ()" link="pango-Fonts.html#pango-font-get-font-map"/>
|
230
|
-
<function name="struct PangoFontFamily" link="pango-Fonts.html#PangoFontFamily-struct"/>
|
231
|
-
<function name="PANGO_TYPE_FONT_FAMILY" link="pango-Fonts.html#PANGO-TYPE-FONT-FAMILY:CAPS"/>
|
232
|
-
<function name="PANGO_FONT_FAMILY()" link="pango-Fonts.html#PANGO-FONT-FAMILY:CAPS"/>
|
233
|
-
<function name="PANGO_IS_FONT_FAMILY()" link="pango-Fonts.html#PANGO-IS-FONT-FAMILY:CAPS"/>
|
234
|
-
<function name="pango_font_family_get_name ()" link="pango-Fonts.html#pango-font-family-get-name"/>
|
235
|
-
<function name="pango_font_family_is_monospace ()" link="pango-Fonts.html#pango-font-family-is-monospace"/>
|
236
|
-
<function name="pango_font_family_list_faces ()" link="pango-Fonts.html#pango-font-family-list-faces"/>
|
237
|
-
<function name="struct PangoFontFace" link="pango-Fonts.html#PangoFontFace-struct"/>
|
238
|
-
<function name="PANGO_TYPE_FONT_FACE" link="pango-Fonts.html#PANGO-TYPE-FONT-FACE:CAPS"/>
|
239
|
-
<function name="PANGO_FONT_FACE()" link="pango-Fonts.html#PANGO-FONT-FACE:CAPS"/>
|
240
|
-
<function name="PANGO_IS_FONT_FACE()" link="pango-Fonts.html#PANGO-IS-FONT-FACE:CAPS"/>
|
241
|
-
<function name="pango_font_face_get_face_name ()" link="pango-Fonts.html#pango-font-face-get-face-name"/>
|
242
|
-
<function name="pango_font_face_list_sizes ()" link="pango-Fonts.html#pango-font-face-list-sizes"/>
|
243
|
-
<function name="pango_font_face_describe ()" link="pango-Fonts.html#pango-font-face-describe"/>
|
244
|
-
<function name="pango_font_face_is_synthesized ()" link="pango-Fonts.html#pango-font-face-is-synthesized"/>
|
245
|
-
<function name="PangoFontMap" link="pango-Fonts.html#PangoFontMap-struct"/>
|
246
|
-
<function name="PANGO_TYPE_FONT_MAP" link="pango-Fonts.html#PANGO-TYPE-FONT-MAP:CAPS"/>
|
247
|
-
<function name="PANGO_FONT_MAP()" link="pango-Fonts.html#PANGO-FONT-MAP:CAPS"/>
|
248
|
-
<function name="PANGO_IS_FONT_MAP()" link="pango-Fonts.html#PANGO-IS-FONT-MAP:CAPS"/>
|
249
|
-
<function name="struct PangoFontMapClass" link="pango-Fonts.html#PangoFontMapClass"/>
|
250
|
-
<function name="PANGO_FONT_MAP_CLASS()" link="pango-Fonts.html#PANGO-FONT-MAP-CLASS:CAPS"/>
|
251
|
-
<function name="PANGO_IS_FONT_MAP_CLASS()" link="pango-Fonts.html#PANGO-IS-FONT-MAP-CLASS:CAPS"/>
|
252
|
-
<function name="PANGO_FONT_MAP_GET_CLASS()" link="pango-Fonts.html#PANGO-FONT-MAP-GET-CLASS:CAPS"/>
|
253
|
-
<function name="pango_font_map_create_context ()" link="pango-Fonts.html#pango-font-map-create-context"/>
|
254
|
-
<function name="pango_font_map_load_font ()" link="pango-Fonts.html#pango-font-map-load-font"/>
|
255
|
-
<function name="pango_font_map_load_fontset ()" link="pango-Fonts.html#pango-font-map-load-fontset"/>
|
256
|
-
<function name="pango_font_map_list_families ()" link="pango-Fonts.html#pango-font-map-list-families"/>
|
257
|
-
<function name="pango_font_map_get_shape_engine_type ()" link="pango-Fonts.html#pango-font-map-get-shape-engine-type"/>
|
258
|
-
<function name="struct PangoFontset" link="pango-Fonts.html#PangoFontset-struct"/>
|
259
|
-
<function name="PANGO_TYPE_FONTSET" link="pango-Fonts.html#PANGO-TYPE-FONTSET:CAPS"/>
|
260
|
-
<function name="struct PangoFontsetClass" link="pango-Fonts.html#PangoFontsetClass"/>
|
261
|
-
<function name="pango_fontset_get_font ()" link="pango-Fonts.html#pango-fontset-get-font"/>
|
262
|
-
<function name="pango_fontset_get_metrics ()" link="pango-Fonts.html#pango-fontset-get-metrics"/>
|
263
|
-
<function name="PangoFontsetForeachFunc ()" link="pango-Fonts.html#PangoFontsetForeachFunc"/>
|
264
|
-
<function name="pango_fontset_foreach ()" link="pango-Fonts.html#pango-fontset-foreach"/>
|
265
|
-
<function name="PangoFontsetSimple" link="pango-Fonts.html#PangoFontsetSimple-struct"/>
|
266
|
-
<function name="PANGO_TYPE_FONTSET_SIMPLE" link="pango-Fonts.html#PANGO-TYPE-FONTSET-SIMPLE:CAPS"/>
|
267
|
-
<function name="pango_fontset_simple_new ()" link="pango-Fonts.html#pango-fontset-simple-new"/>
|
268
|
-
<function name="pango_fontset_simple_append ()" link="pango-Fonts.html#pango-fontset-simple-append"/>
|
269
|
-
<function name="pango_fontset_simple_size ()" link="pango-Fonts.html#pango-fontset-simple-size"/>
|
270
|
-
<function name="enum PangoAttrType" link="pango-Text-Attributes.html#PangoAttrType"/>
|
271
|
-
<function name="PANGO_TYPE_ATTR_TYPE" link="pango-Text-Attributes.html#PANGO-TYPE-ATTR-TYPE:CAPS"/>
|
272
|
-
<function name="struct PangoAttrClass" link="pango-Text-Attributes.html#PangoAttrClass"/>
|
273
|
-
<function name="struct PangoAttribute" link="pango-Text-Attributes.html#PangoAttribute"/>
|
274
|
-
<function name="PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING" link="pango-Text-Attributes.html#PANGO-ATTR-INDEX-FROM-TEXT-BEGINNING:CAPS"/>
|
275
|
-
<function name="PANGO_ATTR_INDEX_TO_TEXT_END" link="pango-Text-Attributes.html#PANGO-ATTR-INDEX-TO-TEXT-END:CAPS"/>
|
276
|
-
<function name="struct PangoAttrString" link="pango-Text-Attributes.html#PangoAttrString"/>
|
277
|
-
<function name="struct PangoAttrLanguage" link="pango-Text-Attributes.html#PangoAttrLanguage"/>
|
278
|
-
<function name="struct PangoAttrColor" link="pango-Text-Attributes.html#PangoAttrColor"/>
|
279
|
-
<function name="struct PangoAttrInt" link="pango-Text-Attributes.html#PangoAttrInt"/>
|
280
|
-
<function name="struct PangoAttrFloat" link="pango-Text-Attributes.html#PangoAttrFloat"/>
|
281
|
-
<function name="struct PangoAttrFontDesc" link="pango-Text-Attributes.html#PangoAttrFontDesc"/>
|
282
|
-
<function name="struct PangoAttrShape" link="pango-Text-Attributes.html#PangoAttrShape"/>
|
283
|
-
<function name="struct PangoAttrSize" link="pango-Text-Attributes.html#PangoAttrSize"/>
|
284
|
-
<function name="pango_parse_markup ()" link="pango-Text-Attributes.html#pango-parse-markup"/>
|
285
|
-
<function name="pango_attr_type_register ()" link="pango-Text-Attributes.html#pango-attr-type-register"/>
|
286
|
-
<function name="pango_attr_type_get_name ()" link="pango-Text-Attributes.html#pango-attr-type-get-name"/>
|
287
|
-
<function name="pango_attribute_init ()" link="pango-Text-Attributes.html#pango-attribute-init"/>
|
288
|
-
<function name="pango_attribute_copy ()" link="pango-Text-Attributes.html#pango-attribute-copy"/>
|
289
|
-
<function name="pango_attribute_equal ()" link="pango-Text-Attributes.html#pango-attribute-equal"/>
|
290
|
-
<function name="pango_attribute_destroy ()" link="pango-Text-Attributes.html#pango-attribute-destroy"/>
|
291
|
-
<function name="pango_attr_language_new ()" link="pango-Text-Attributes.html#pango-attr-language-new"/>
|
292
|
-
<function name="pango_attr_family_new ()" link="pango-Text-Attributes.html#pango-attr-family-new"/>
|
293
|
-
<function name="pango_attr_style_new ()" link="pango-Text-Attributes.html#pango-attr-style-new"/>
|
294
|
-
<function name="pango_attr_variant_new ()" link="pango-Text-Attributes.html#pango-attr-variant-new"/>
|
295
|
-
<function name="pango_attr_stretch_new ()" link="pango-Text-Attributes.html#pango-attr-stretch-new"/>
|
296
|
-
<function name="pango_attr_weight_new ()" link="pango-Text-Attributes.html#pango-attr-weight-new"/>
|
297
|
-
<function name="pango_attr_size_new ()" link="pango-Text-Attributes.html#pango-attr-size-new"/>
|
298
|
-
<function name="pango_attr_size_new_absolute ()" link="pango-Text-Attributes.html#pango-attr-size-new-absolute"/>
|
299
|
-
<function name="pango_attr_font_desc_new ()" link="pango-Text-Attributes.html#pango-attr-font-desc-new"/>
|
300
|
-
<function name="pango_attr_foreground_new ()" link="pango-Text-Attributes.html#pango-attr-foreground-new"/>
|
301
|
-
<function name="pango_attr_background_new ()" link="pango-Text-Attributes.html#pango-attr-background-new"/>
|
302
|
-
<function name="pango_attr_strikethrough_new ()" link="pango-Text-Attributes.html#pango-attr-strikethrough-new"/>
|
303
|
-
<function name="pango_attr_strikethrough_color_new ()" link="pango-Text-Attributes.html#pango-attr-strikethrough-color-new"/>
|
304
|
-
<function name="pango_attr_underline_new ()" link="pango-Text-Attributes.html#pango-attr-underline-new"/>
|
305
|
-
<function name="pango_attr_underline_color_new ()" link="pango-Text-Attributes.html#pango-attr-underline-color-new"/>
|
306
|
-
<function name="enum PangoUnderline" link="pango-Text-Attributes.html#PangoUnderline"/>
|
307
|
-
<function name="PANGO_TYPE_UNDERLINE" link="pango-Text-Attributes.html#PANGO-TYPE-UNDERLINE:CAPS"/>
|
308
|
-
<function name="pango_attr_shape_new ()" link="pango-Text-Attributes.html#pango-attr-shape-new"/>
|
309
|
-
<function name="pango_attr_shape_new_with_data ()" link="pango-Text-Attributes.html#pango-attr-shape-new-with-data"/>
|
310
|
-
<function name="PangoAttrDataCopyFunc ()" link="pango-Text-Attributes.html#PangoAttrDataCopyFunc"/>
|
311
|
-
<function name="pango_attr_scale_new ()" link="pango-Text-Attributes.html#pango-attr-scale-new"/>
|
312
|
-
<function name="PANGO_SCALE_XX_SMALL" link="pango-Text-Attributes.html#PANGO-SCALE-XX-SMALL:CAPS"/>
|
313
|
-
<function name="PANGO_SCALE_X_SMALL" link="pango-Text-Attributes.html#PANGO-SCALE-X-SMALL:CAPS"/>
|
314
|
-
<function name="PANGO_SCALE_SMALL" link="pango-Text-Attributes.html#PANGO-SCALE-SMALL:CAPS"/>
|
315
|
-
<function name="PANGO_SCALE_MEDIUM" link="pango-Text-Attributes.html#PANGO-SCALE-MEDIUM:CAPS"/>
|
316
|
-
<function name="PANGO_SCALE_LARGE" link="pango-Text-Attributes.html#PANGO-SCALE-LARGE:CAPS"/>
|
317
|
-
<function name="PANGO_SCALE_X_LARGE" link="pango-Text-Attributes.html#PANGO-SCALE-X-LARGE:CAPS"/>
|
318
|
-
<function name="PANGO_SCALE_XX_LARGE" link="pango-Text-Attributes.html#PANGO-SCALE-XX-LARGE:CAPS"/>
|
319
|
-
<function name="pango_attr_rise_new ()" link="pango-Text-Attributes.html#pango-attr-rise-new"/>
|
320
|
-
<function name="pango_attr_letter_spacing_new ()" link="pango-Text-Attributes.html#pango-attr-letter-spacing-new"/>
|
321
|
-
<function name="pango_attr_fallback_new ()" link="pango-Text-Attributes.html#pango-attr-fallback-new"/>
|
322
|
-
<function name="pango_attr_gravity_new ()" link="pango-Text-Attributes.html#pango-attr-gravity-new"/>
|
323
|
-
<function name="pango_attr_gravity_hint_new ()" link="pango-Text-Attributes.html#pango-attr-gravity-hint-new"/>
|
324
|
-
<function name="struct PangoColor" link="pango-Text-Attributes.html#PangoColor"/>
|
325
|
-
<function name="PANGO_TYPE_COLOR" link="pango-Text-Attributes.html#PANGO-TYPE-COLOR:CAPS"/>
|
326
|
-
<function name="pango_color_parse ()" link="pango-Text-Attributes.html#pango-color-parse"/>
|
327
|
-
<function name="pango_color_copy ()" link="pango-Text-Attributes.html#pango-color-copy"/>
|
328
|
-
<function name="pango_color_free ()" link="pango-Text-Attributes.html#pango-color-free"/>
|
329
|
-
<function name="pango_color_to_string ()" link="pango-Text-Attributes.html#pango-color-to-string"/>
|
330
|
-
<function name="PangoAttrList" link="pango-Text-Attributes.html#PangoAttrList"/>
|
331
|
-
<function name="PANGO_TYPE_ATTR_LIST" link="pango-Text-Attributes.html#PANGO-TYPE-ATTR-LIST:CAPS"/>
|
332
|
-
<function name="pango_attr_list_new ()" link="pango-Text-Attributes.html#pango-attr-list-new"/>
|
333
|
-
<function name="pango_attr_list_ref ()" link="pango-Text-Attributes.html#pango-attr-list-ref"/>
|
334
|
-
<function name="pango_attr_list_unref ()" link="pango-Text-Attributes.html#pango-attr-list-unref"/>
|
335
|
-
<function name="pango_attr_list_copy ()" link="pango-Text-Attributes.html#pango-attr-list-copy"/>
|
336
|
-
<function name="pango_attr_list_insert ()" link="pango-Text-Attributes.html#pango-attr-list-insert"/>
|
337
|
-
<function name="pango_attr_list_insert_before ()" link="pango-Text-Attributes.html#pango-attr-list-insert-before"/>
|
338
|
-
<function name="pango_attr_list_change ()" link="pango-Text-Attributes.html#pango-attr-list-change"/>
|
339
|
-
<function name="pango_attr_list_splice ()" link="pango-Text-Attributes.html#pango-attr-list-splice"/>
|
340
|
-
<function name="pango_attr_list_filter ()" link="pango-Text-Attributes.html#pango-attr-list-filter"/>
|
341
|
-
<function name="PangoAttrFilterFunc ()" link="pango-Text-Attributes.html#PangoAttrFilterFunc"/>
|
342
|
-
<function name="pango_attr_list_get_iterator ()" link="pango-Text-Attributes.html#pango-attr-list-get-iterator"/>
|
343
|
-
<function name="PangoAttrIterator" link="pango-Text-Attributes.html#PangoAttrIterator"/>
|
344
|
-
<function name="pango_attr_iterator_copy ()" link="pango-Text-Attributes.html#pango-attr-iterator-copy"/>
|
345
|
-
<function name="pango_attr_iterator_next ()" link="pango-Text-Attributes.html#pango-attr-iterator-next"/>
|
346
|
-
<function name="pango_attr_iterator_range ()" link="pango-Text-Attributes.html#pango-attr-iterator-range"/>
|
347
|
-
<function name="pango_attr_iterator_get ()" link="pango-Text-Attributes.html#pango-attr-iterator-get"/>
|
348
|
-
<function name="pango_attr_iterator_get_font ()" link="pango-Text-Attributes.html#pango-attr-iterator-get-font"/>
|
349
|
-
<function name="pango_attr_iterator_get_attrs ()" link="pango-Text-Attributes.html#pango-attr-iterator-get-attrs"/>
|
350
|
-
<function name="pango_attr_iterator_destroy ()" link="pango-Text-Attributes.html#pango-attr-iterator-destroy"/>
|
351
|
-
<function name="PangoTabArray" link="pango-Tab-Stops.html#PangoTabArray"/>
|
352
|
-
<function name="PANGO_TYPE_TAB_ARRAY" link="pango-Tab-Stops.html#PANGO-TYPE-TAB-ARRAY:CAPS"/>
|
353
|
-
<function name="enum PangoTabAlign" link="pango-Tab-Stops.html#PangoTabAlign"/>
|
354
|
-
<function name="PANGO_TYPE_TAB_ALIGN" link="pango-Tab-Stops.html#PANGO-TYPE-TAB-ALIGN:CAPS"/>
|
355
|
-
<function name="pango_tab_array_new ()" link="pango-Tab-Stops.html#pango-tab-array-new"/>
|
356
|
-
<function name="pango_tab_array_new_with_positions ()" link="pango-Tab-Stops.html#pango-tab-array-new-with-positions"/>
|
357
|
-
<function name="pango_tab_array_copy ()" link="pango-Tab-Stops.html#pango-tab-array-copy"/>
|
358
|
-
<function name="pango_tab_array_free ()" link="pango-Tab-Stops.html#pango-tab-array-free"/>
|
359
|
-
<function name="pango_tab_array_get_size ()" link="pango-Tab-Stops.html#pango-tab-array-get-size"/>
|
360
|
-
<function name="pango_tab_array_resize ()" link="pango-Tab-Stops.html#pango-tab-array-resize"/>
|
361
|
-
<function name="pango_tab_array_set_tab ()" link="pango-Tab-Stops.html#pango-tab-array-set-tab"/>
|
362
|
-
<function name="pango_tab_array_get_tab ()" link="pango-Tab-Stops.html#pango-tab-array-get-tab"/>
|
363
|
-
<function name="pango_tab_array_get_tabs ()" link="pango-Tab-Stops.html#pango-tab-array-get-tabs"/>
|
364
|
-
<function name="pango_tab_array_get_positions_in_pixels ()" link="pango-Tab-Stops.html#pango-tab-array-get-positions-in-pixels"/>
|
365
|
-
<function name="PangoLayout" link="pango-Layout-Objects.html#PangoLayout-struct"/>
|
366
|
-
<function name="PangoLayoutIter" link="pango-Layout-Objects.html#PangoLayoutIter"/>
|
367
|
-
<function name="pango_layout_new ()" link="pango-Layout-Objects.html#pango-layout-new"/>
|
368
|
-
<function name="pango_layout_copy ()" link="pango-Layout-Objects.html#pango-layout-copy"/>
|
369
|
-
<function name="pango_layout_get_context ()" link="pango-Layout-Objects.html#pango-layout-get-context"/>
|
370
|
-
<function name="pango_layout_context_changed ()" link="pango-Layout-Objects.html#pango-layout-context-changed"/>
|
371
|
-
<function name="pango_layout_set_text ()" link="pango-Layout-Objects.html#pango-layout-set-text"/>
|
372
|
-
<function name="pango_layout_get_text ()" link="pango-Layout-Objects.html#pango-layout-get-text"/>
|
373
|
-
<function name="pango_layout_set_markup ()" link="pango-Layout-Objects.html#pango-layout-set-markup"/>
|
374
|
-
<function name="pango_layout_set_markup_with_accel ()" link="pango-Layout-Objects.html#pango-layout-set-markup-with-accel"/>
|
375
|
-
<function name="pango_layout_set_attributes ()" link="pango-Layout-Objects.html#pango-layout-set-attributes"/>
|
376
|
-
<function name="pango_layout_get_attributes ()" link="pango-Layout-Objects.html#pango-layout-get-attributes"/>
|
377
|
-
<function name="pango_layout_set_font_description ()" link="pango-Layout-Objects.html#pango-layout-set-font-description"/>
|
378
|
-
<function name="pango_layout_get_font_description ()" link="pango-Layout-Objects.html#pango-layout-get-font-description"/>
|
379
|
-
<function name="pango_layout_set_width ()" link="pango-Layout-Objects.html#pango-layout-set-width"/>
|
380
|
-
<function name="pango_layout_get_width ()" link="pango-Layout-Objects.html#pango-layout-get-width"/>
|
381
|
-
<function name="pango_layout_set_height ()" link="pango-Layout-Objects.html#pango-layout-set-height"/>
|
382
|
-
<function name="pango_layout_get_height ()" link="pango-Layout-Objects.html#pango-layout-get-height"/>
|
383
|
-
<function name="pango_layout_set_wrap ()" link="pango-Layout-Objects.html#pango-layout-set-wrap"/>
|
384
|
-
<function name="pango_layout_get_wrap ()" link="pango-Layout-Objects.html#pango-layout-get-wrap"/>
|
385
|
-
<function name="pango_layout_is_wrapped ()" link="pango-Layout-Objects.html#pango-layout-is-wrapped"/>
|
386
|
-
<function name="enum PangoWrapMode" link="pango-Layout-Objects.html#PangoWrapMode"/>
|
387
|
-
<function name="PANGO_TYPE_WRAP_MODE" link="pango-Layout-Objects.html#PANGO-TYPE-WRAP-MODE:CAPS"/>
|
388
|
-
<function name="pango_layout_set_ellipsize ()" link="pango-Layout-Objects.html#pango-layout-set-ellipsize"/>
|
389
|
-
<function name="pango_layout_get_ellipsize ()" link="pango-Layout-Objects.html#pango-layout-get-ellipsize"/>
|
390
|
-
<function name="pango_layout_is_ellipsized ()" link="pango-Layout-Objects.html#pango-layout-is-ellipsized"/>
|
391
|
-
<function name="enum PangoEllipsizeMode" link="pango-Layout-Objects.html#PangoEllipsizeMode"/>
|
392
|
-
<function name="PANGO_TYPE_ELLIPSIZE_MODE" link="pango-Layout-Objects.html#PANGO-TYPE-ELLIPSIZE-MODE:CAPS"/>
|
393
|
-
<function name="pango_layout_set_indent ()" link="pango-Layout-Objects.html#pango-layout-set-indent"/>
|
394
|
-
<function name="pango_layout_get_indent ()" link="pango-Layout-Objects.html#pango-layout-get-indent"/>
|
395
|
-
<function name="pango_layout_get_spacing ()" link="pango-Layout-Objects.html#pango-layout-get-spacing"/>
|
396
|
-
<function name="pango_layout_set_spacing ()" link="pango-Layout-Objects.html#pango-layout-set-spacing"/>
|
397
|
-
<function name="pango_layout_set_justify ()" link="pango-Layout-Objects.html#pango-layout-set-justify"/>
|
398
|
-
<function name="pango_layout_get_justify ()" link="pango-Layout-Objects.html#pango-layout-get-justify"/>
|
399
|
-
<function name="pango_layout_set_auto_dir ()" link="pango-Layout-Objects.html#pango-layout-set-auto-dir"/>
|
400
|
-
<function name="pango_layout_get_auto_dir ()" link="pango-Layout-Objects.html#pango-layout-get-auto-dir"/>
|
401
|
-
<function name="pango_layout_set_alignment ()" link="pango-Layout-Objects.html#pango-layout-set-alignment"/>
|
402
|
-
<function name="pango_layout_get_alignment ()" link="pango-Layout-Objects.html#pango-layout-get-alignment"/>
|
403
|
-
<function name="pango_layout_set_tabs ()" link="pango-Layout-Objects.html#pango-layout-set-tabs"/>
|
404
|
-
<function name="pango_layout_get_tabs ()" link="pango-Layout-Objects.html#pango-layout-get-tabs"/>
|
405
|
-
<function name="pango_layout_set_single_paragraph_mode ()" link="pango-Layout-Objects.html#pango-layout-set-single-paragraph-mode"/>
|
406
|
-
<function name="pango_layout_get_single_paragraph_mode ()" link="pango-Layout-Objects.html#pango-layout-get-single-paragraph-mode"/>
|
407
|
-
<function name="enum PangoAlignment" link="pango-Layout-Objects.html#PangoAlignment"/>
|
408
|
-
<function name="PANGO_TYPE_ALIGNMENT" link="pango-Layout-Objects.html#PANGO-TYPE-ALIGNMENT:CAPS"/>
|
409
|
-
<function name="pango_layout_get_unknown_glyphs_count ()" link="pango-Layout-Objects.html#pango-layout-get-unknown-glyphs-count"/>
|
410
|
-
<function name="pango_layout_get_log_attrs ()" link="pango-Layout-Objects.html#pango-layout-get-log-attrs"/>
|
411
|
-
<function name="pango_layout_index_to_pos ()" link="pango-Layout-Objects.html#pango-layout-index-to-pos"/>
|
412
|
-
<function name="pango_layout_index_to_line_x ()" link="pango-Layout-Objects.html#pango-layout-index-to-line-x"/>
|
413
|
-
<function name="pango_layout_xy_to_index ()" link="pango-Layout-Objects.html#pango-layout-xy-to-index"/>
|
414
|
-
<function name="pango_layout_get_cursor_pos ()" link="pango-Layout-Objects.html#pango-layout-get-cursor-pos"/>
|
415
|
-
<function name="pango_layout_move_cursor_visually ()" link="pango-Layout-Objects.html#pango-layout-move-cursor-visually"/>
|
416
|
-
<function name="pango_layout_get_extents ()" link="pango-Layout-Objects.html#pango-layout-get-extents"/>
|
417
|
-
<function name="pango_layout_get_pixel_extents ()" link="pango-Layout-Objects.html#pango-layout-get-pixel-extents"/>
|
418
|
-
<function name="pango_layout_get_size ()" link="pango-Layout-Objects.html#pango-layout-get-size"/>
|
419
|
-
<function name="pango_layout_get_pixel_size ()" link="pango-Layout-Objects.html#pango-layout-get-pixel-size"/>
|
420
|
-
<function name="pango_layout_get_baseline ()" link="pango-Layout-Objects.html#pango-layout-get-baseline"/>
|
421
|
-
<function name="pango_layout_get_line_count ()" link="pango-Layout-Objects.html#pango-layout-get-line-count"/>
|
422
|
-
<function name="pango_layout_get_line ()" link="pango-Layout-Objects.html#pango-layout-get-line"/>
|
423
|
-
<function name="pango_layout_get_line_readonly ()" link="pango-Layout-Objects.html#pango-layout-get-line-readonly"/>
|
424
|
-
<function name="pango_layout_get_lines ()" link="pango-Layout-Objects.html#pango-layout-get-lines"/>
|
425
|
-
<function name="pango_layout_get_lines_readonly ()" link="pango-Layout-Objects.html#pango-layout-get-lines-readonly"/>
|
426
|
-
<function name="pango_layout_get_iter ()" link="pango-Layout-Objects.html#pango-layout-get-iter"/>
|
427
|
-
<function name="pango_layout_iter_copy ()" link="pango-Layout-Objects.html#pango-layout-iter-copy"/>
|
428
|
-
<function name="pango_layout_iter_free ()" link="pango-Layout-Objects.html#pango-layout-iter-free"/>
|
429
|
-
<function name="pango_layout_iter_next_run ()" link="pango-Layout-Objects.html#pango-layout-iter-next-run"/>
|
430
|
-
<function name="pango_layout_iter_next_char ()" link="pango-Layout-Objects.html#pango-layout-iter-next-char"/>
|
431
|
-
<function name="pango_layout_iter_next_cluster ()" link="pango-Layout-Objects.html#pango-layout-iter-next-cluster"/>
|
432
|
-
<function name="pango_layout_iter_next_line ()" link="pango-Layout-Objects.html#pango-layout-iter-next-line"/>
|
433
|
-
<function name="pango_layout_iter_at_last_line ()" link="pango-Layout-Objects.html#pango-layout-iter-at-last-line"/>
|
434
|
-
<function name="pango_layout_iter_get_index ()" link="pango-Layout-Objects.html#pango-layout-iter-get-index"/>
|
435
|
-
<function name="pango_layout_iter_get_baseline ()" link="pango-Layout-Objects.html#pango-layout-iter-get-baseline"/>
|
436
|
-
<function name="pango_layout_iter_get_run ()" link="pango-Layout-Objects.html#pango-layout-iter-get-run"/>
|
437
|
-
<function name="pango_layout_iter_get_run_readonly ()" link="pango-Layout-Objects.html#pango-layout-iter-get-run-readonly"/>
|
438
|
-
<function name="pango_layout_iter_get_line ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line"/>
|
439
|
-
<function name="pango_layout_iter_get_line_readonly ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line-readonly"/>
|
440
|
-
<function name="pango_layout_iter_get_layout ()" link="pango-Layout-Objects.html#pango-layout-iter-get-layout"/>
|
441
|
-
<function name="pango_layout_iter_get_char_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-char-extents"/>
|
442
|
-
<function name="pango_layout_iter_get_cluster_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-cluster-extents"/>
|
443
|
-
<function name="pango_layout_iter_get_run_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-run-extents"/>
|
444
|
-
<function name="pango_layout_iter_get_line_yrange ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line-yrange"/>
|
445
|
-
<function name="pango_layout_iter_get_line_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-line-extents"/>
|
446
|
-
<function name="pango_layout_iter_get_layout_extents ()" link="pango-Layout-Objects.html#pango-layout-iter-get-layout-extents"/>
|
447
|
-
<function name="struct PangoLayoutLine" link="pango-Layout-Objects.html#PangoLayoutLine"/>
|
448
|
-
<function name="PangoLayoutRun" link="pango-Layout-Objects.html#PangoLayoutRun"/>
|
449
|
-
<function name="pango_layout_line_ref ()" link="pango-Layout-Objects.html#pango-layout-line-ref"/>
|
450
|
-
<function name="pango_layout_line_unref ()" link="pango-Layout-Objects.html#pango-layout-line-unref"/>
|
451
|
-
<function name="pango_layout_line_get_extents ()" link="pango-Layout-Objects.html#pango-layout-line-get-extents"/>
|
452
|
-
<function name="pango_layout_line_get_pixel_extents ()" link="pango-Layout-Objects.html#pango-layout-line-get-pixel-extents"/>
|
453
|
-
<function name="pango_layout_line_index_to_x ()" link="pango-Layout-Objects.html#pango-layout-line-index-to-x"/>
|
454
|
-
<function name="pango_layout_line_x_to_index ()" link="pango-Layout-Objects.html#pango-layout-line-x-to-index"/>
|
455
|
-
<function name="pango_layout_line_get_x_ranges ()" link="pango-Layout-Objects.html#pango-layout-line-get-x-ranges"/>
|
456
|
-
<function name="enum PangoScript" link="pango-Scripts-and-Languages.html#PangoScript"/>
|
457
|
-
<function name="PANGO_TYPE_SCRIPT" link="pango-Scripts-and-Languages.html#PANGO-TYPE-SCRIPT:CAPS"/>
|
458
|
-
<function name="PangoScriptIter" link="pango-Scripts-and-Languages.html#PangoScriptIter"/>
|
459
|
-
<function name="pango_script_for_unichar ()" link="pango-Scripts-and-Languages.html#pango-script-for-unichar"/>
|
460
|
-
<function name="pango_script_get_sample_language ()" link="pango-Scripts-and-Languages.html#pango-script-get-sample-language"/>
|
461
|
-
<function name="pango_script_iter_new ()" link="pango-Scripts-and-Languages.html#pango-script-iter-new"/>
|
462
|
-
<function name="pango_script_iter_get_range ()" link="pango-Scripts-and-Languages.html#pango-script-iter-get-range"/>
|
463
|
-
<function name="pango_script_iter_next ()" link="pango-Scripts-and-Languages.html#pango-script-iter-next"/>
|
464
|
-
<function name="pango_script_iter_free ()" link="pango-Scripts-and-Languages.html#pango-script-iter-free"/>
|
465
|
-
<function name="PangoLanguage" link="pango-Scripts-and-Languages.html#PangoLanguage"/>
|
466
|
-
<function name="PANGO_TYPE_LANGUAGE" link="pango-Scripts-and-Languages.html#PANGO-TYPE-LANGUAGE:CAPS"/>
|
467
|
-
<function name="pango_language_from_string ()" link="pango-Scripts-and-Languages.html#pango-language-from-string"/>
|
468
|
-
<function name="pango_language_to_string ()" link="pango-Scripts-and-Languages.html#pango-language-to-string"/>
|
469
|
-
<function name="pango_language_matches ()" link="pango-Scripts-and-Languages.html#pango-language-matches"/>
|
470
|
-
<function name="pango_language_includes_script ()" link="pango-Scripts-and-Languages.html#pango-language-includes-script"/>
|
471
|
-
<function name="pango_language_get_scripts ()" link="pango-Scripts-and-Languages.html#pango-language-get-scripts"/>
|
472
|
-
<function name="pango_language_get_default ()" link="pango-Scripts-and-Languages.html#pango-language-get-default"/>
|
473
|
-
<function name="pango_language_get_sample_string ()" link="pango-Scripts-and-Languages.html#pango-language-get-sample-string"/>
|
474
|
-
<function name="enum PangoDirection" link="pango-Bidirectional-Text.html#PangoDirection"/>
|
475
|
-
<function name="pango_unichar_direction ()" link="pango-Bidirectional-Text.html#pango-unichar-direction"/>
|
476
|
-
<function name="pango_find_base_dir ()" link="pango-Bidirectional-Text.html#pango-find-base-dir"/>
|
477
|
-
<function name="pango_get_mirror_char ()" link="pango-Bidirectional-Text.html#pango-get-mirror-char"/>
|
478
|
-
<function name="enum PangoBidiType" link="pango-Bidirectional-Text.html#PangoBidiType"/>
|
479
|
-
<function name="pango_bidi_type_for_unichar ()" link="pango-Bidirectional-Text.html#pango-bidi-type-for-unichar"/>
|
480
|
-
<function name="enum PangoGravity" link="pango-Vertical-Text.html#PangoGravity"/>
|
481
|
-
<function name="enum PangoGravityHint" link="pango-Vertical-Text.html#PangoGravityHint"/>
|
482
|
-
<function name="PANGO_GRAVITY_IS_VERTICAL()" link="pango-Vertical-Text.html#PANGO-GRAVITY-IS-VERTICAL:CAPS"/>
|
483
|
-
<function name="pango_gravity_get_for_matrix ()" link="pango-Vertical-Text.html#pango-gravity-get-for-matrix"/>
|
484
|
-
<function name="pango_gravity_get_for_script ()" link="pango-Vertical-Text.html#pango-gravity-get-for-script"/>
|
485
|
-
<function name="pango_gravity_get_for_script_and_width ()" link="pango-Vertical-Text.html#pango-gravity-get-for-script-and-width"/>
|
486
|
-
<function name="pango_gravity_to_rotation ()" link="pango-Vertical-Text.html#pango-gravity-to-rotation"/>
|
487
|
-
<function name="PANGO_RENDER_TYPE_WIN32" link="pango-Win32-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-WIN32:CAPS"/>
|
488
|
-
<function name="pango_win32_get_context ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-context"/>
|
489
|
-
<function name="pango_win32_render ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-render"/>
|
490
|
-
<function name="pango_win32_render_transformed ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-transformed"/>
|
491
|
-
<function name="pango_win32_render_layout_line ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout-line"/>
|
492
|
-
<function name="pango_win32_render_layout ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout"/>
|
493
|
-
<function name="pango_win32_get_unknown_glyph ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-unknown-glyph"/>
|
494
|
-
<function name="pango_win32_font_get_glyph_index ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-glyph-index"/>
|
495
|
-
<function name="pango_win32_font_select_font ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-select-font"/>
|
496
|
-
<function name="pango_win32_font_done_font ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-done-font"/>
|
497
|
-
<function name="pango_win32_font_get_metrics_factor ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-metrics-factor"/>
|
498
|
-
<function name="pango_win32_get_debug_flag ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-debug-flag"/>
|
499
|
-
<function name="pango_win32_get_dc ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-dc"/>
|
500
|
-
<function name="PangoWin32FontCache" link="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache"/>
|
501
|
-
<function name="pango_win32_font_cache_new ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-new"/>
|
502
|
-
<function name="pango_win32_font_cache_free ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-free"/>
|
503
|
-
<function name="pango_win32_font_cache_load ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-load"/>
|
504
|
-
<function name="pango_win32_font_cache_loadw ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-loadw"/>
|
505
|
-
<function name="pango_win32_font_cache_unload ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload"/>
|
506
|
-
<function name="pango_win32_font_map_for_display ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-for-display"/>
|
507
|
-
<function name="pango_win32_shutdown_display ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-shutdown-display"/>
|
508
|
-
<function name="pango_win32_font_map_get_font_cache ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-get-font-cache"/>
|
509
|
-
<function name="pango_win32_font_logfont ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfont"/>
|
510
|
-
<function name="pango_win32_font_logfontw ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfontw"/>
|
511
|
-
<function name="pango_win32_font_description_from_logfont ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfont"/>
|
512
|
-
<function name="pango_win32_font_description_from_logfontw ()" link="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfontw"/>
|
513
|
-
<function name="PangoFT2FontMap" link="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap-struct"/>
|
514
|
-
<function name="PANGO_RENDER_TYPE_FT2" link="pango-FreeType-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-FT2:CAPS"/>
|
515
|
-
<function name="pango_ft2_font_map_new ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-new"/>
|
516
|
-
<function name="pango_ft2_font_map_set_resolution ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-resolution"/>
|
517
|
-
<function name="pango_ft2_font_map_create_context ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-create-context"/>
|
518
|
-
<function name="PangoFT2SubstituteFunc ()" link="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc"/>
|
519
|
-
<function name="pango_ft2_font_map_set_default_substitute ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-default-substitute"/>
|
520
|
-
<function name="pango_ft2_font_map_substitute_changed ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-substitute-changed"/>
|
521
|
-
<function name="pango_ft2_get_context ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-context"/>
|
522
|
-
<function name="pango_ft2_render ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render"/>
|
523
|
-
<function name="pango_ft2_render_transformed ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-transformed"/>
|
524
|
-
<function name="pango_ft2_render_layout_line ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line"/>
|
525
|
-
<function name="pango_ft2_render_layout_line_subpixel ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line-subpixel"/>
|
526
|
-
<function name="pango_ft2_render_layout ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout"/>
|
527
|
-
<function name="pango_ft2_render_layout_subpixel ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-subpixel"/>
|
528
|
-
<function name="pango_ft2_get_unknown_glyph ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-unknown-glyph"/>
|
529
|
-
<function name="pango_ft2_font_get_kerning ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-kerning"/>
|
530
|
-
<function name="pango_ft2_font_get_face ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-face"/>
|
531
|
-
<function name="pango_ft2_font_get_coverage ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-coverage"/>
|
532
|
-
<function name="pango_ft2_font_map_for_display ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-for-display"/>
|
533
|
-
<function name="pango_ft2_shutdown_display ()" link="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-shutdown-display"/>
|
534
|
-
<function name="PangoXftFont" link="pango-Xft-Fonts-and-Rendering.html#PangoXftFont-struct"/>
|
535
|
-
<function name="PangoXftFontMap" link="pango-Xft-Fonts-and-Rendering.html#PangoXftFontMap-struct"/>
|
536
|
-
<function name="PANGO_RENDER_TYPE_XFT" link="pango-Xft-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-XFT:CAPS"/>
|
537
|
-
<function name="pango_xft_get_context ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-get-context"/>
|
538
|
-
<function name="pango_xft_get_font_map ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-get-font-map"/>
|
539
|
-
<function name="pango_xft_set_default_substitute ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-set-default-substitute"/>
|
540
|
-
<function name="PangoXftSubstituteFunc ()" link="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc"/>
|
541
|
-
<function name="pango_xft_substitute_changed ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-substitute-changed"/>
|
542
|
-
<function name="pango_xft_shutdown_display ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-shutdown-display"/>
|
543
|
-
<function name="pango_xft_font_get_font ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-font"/>
|
544
|
-
<function name="pango_xft_font_get_display ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-display"/>
|
545
|
-
<function name="pango_xft_font_has_char ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-has-char"/>
|
546
|
-
<function name="pango_xft_font_lock_face ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-lock-face"/>
|
547
|
-
<function name="pango_xft_font_unlock_face ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-unlock-face"/>
|
548
|
-
<function name="pango_xft_font_get_glyph ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-glyph"/>
|
549
|
-
<function name="pango_xft_font_get_unknown_glyph ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-unknown-glyph"/>
|
550
|
-
<function name="struct PangoXftRenderer" link="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer-struct"/>
|
551
|
-
<function name="struct PangoXftRendererClass" link="pango-Xft-Fonts-and-Rendering.html#PangoXftRendererClass"/>
|
552
|
-
<function name="pango_xft_renderer_new ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-new"/>
|
553
|
-
<function name="pango_xft_renderer_set_draw ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-draw"/>
|
554
|
-
<function name="pango_xft_renderer_set_default_color ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-default-color"/>
|
555
|
-
<function name="pango_xft_render ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-render"/>
|
556
|
-
<function name="pango_xft_picture_render ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-picture-render"/>
|
557
|
-
<function name="pango_xft_render_transformed ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-transformed"/>
|
558
|
-
<function name="pango_xft_render_layout_line ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout-line"/>
|
559
|
-
<function name="pango_xft_render_layout ()" link="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout"/>
|
560
|
-
<function name="The "display" property" link="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--display"/>
|
561
|
-
<function name="The "screen" property" link="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--screen"/>
|
562
|
-
<function name="PangoCairoFont" link="pango-Cairo-Rendering.html#PangoCairoFont-struct"/>
|
563
|
-
<function name="PangoCairoFontMap" link="pango-Cairo-Rendering.html#PangoCairoFontMap-struct"/>
|
564
|
-
<function name="pango_cairo_font_map_get_default ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default"/>
|
565
|
-
<function name="pango_cairo_font_map_set_default ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-set-default"/>
|
566
|
-
<function name="pango_cairo_font_map_new ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-new"/>
|
567
|
-
<function name="pango_cairo_font_map_new_for_font_type ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-new-for-font-type"/>
|
568
|
-
<function name="pango_cairo_font_map_get_font_type ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-get-font-type"/>
|
569
|
-
<function name="pango_cairo_font_map_set_resolution ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution"/>
|
570
|
-
<function name="pango_cairo_font_map_get_resolution ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution"/>
|
571
|
-
<function name="pango_cairo_font_map_create_context ()" link="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context"/>
|
572
|
-
<function name="pango_cairo_font_get_scaled_font ()" link="pango-Cairo-Rendering.html#pango-cairo-font-get-scaled-font"/>
|
573
|
-
<function name="pango_cairo_context_set_resolution ()" link="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution"/>
|
574
|
-
<function name="pango_cairo_context_get_resolution ()" link="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution"/>
|
575
|
-
<function name="pango_cairo_context_set_font_options ()" link="pango-Cairo-Rendering.html#pango-cairo-context-set-font-options"/>
|
576
|
-
<function name="pango_cairo_context_get_font_options ()" link="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options"/>
|
577
|
-
<function name="PangoCairoShapeRendererFunc ()" link="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc"/>
|
578
|
-
<function name="pango_cairo_context_set_shape_renderer ()" link="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer"/>
|
579
|
-
<function name="pango_cairo_context_get_shape_renderer ()" link="pango-Cairo-Rendering.html#pango-cairo-context-get-shape-renderer"/>
|
580
|
-
<function name="pango_cairo_create_context ()" link="pango-Cairo-Rendering.html#pango-cairo-create-context"/>
|
581
|
-
<function name="pango_cairo_update_context ()" link="pango-Cairo-Rendering.html#pango-cairo-update-context"/>
|
582
|
-
<function name="pango_cairo_create_layout ()" link="pango-Cairo-Rendering.html#pango-cairo-create-layout"/>
|
583
|
-
<function name="pango_cairo_update_layout ()" link="pango-Cairo-Rendering.html#pango-cairo-update-layout"/>
|
584
|
-
<function name="pango_cairo_show_glyph_string ()" link="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string"/>
|
585
|
-
<function name="pango_cairo_show_glyph_item ()" link="pango-Cairo-Rendering.html#pango-cairo-show-glyph-item"/>
|
586
|
-
<function name="pango_cairo_show_layout_line ()" link="pango-Cairo-Rendering.html#pango-cairo-show-layout-line"/>
|
587
|
-
<function name="pango_cairo_show_layout ()" link="pango-Cairo-Rendering.html#pango-cairo-show-layout"/>
|
588
|
-
<function name="pango_cairo_show_error_underline ()" link="pango-Cairo-Rendering.html#pango-cairo-show-error-underline"/>
|
589
|
-
<function name="pango_cairo_glyph_string_path ()" link="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path"/>
|
590
|
-
<function name="pango_cairo_layout_line_path ()" link="pango-Cairo-Rendering.html#pango-cairo-layout-line-path"/>
|
591
|
-
<function name="pango_cairo_layout_path ()" link="pango-Cairo-Rendering.html#pango-cairo-layout-path"/>
|
592
|
-
<function name="pango_cairo_error_underline_path ()" link="pango-Cairo-Rendering.html#pango-cairo-error-underline-path"/>
|
593
|
-
<function name="PANGO_RENDER_TYPE_ATSUI" link="pango-ATSUI-Fonts.html#PANGO-RENDER-TYPE-ATSUI:CAPS"/>
|
594
|
-
<function name="pango_atsui_font_get_cgfont ()" link="pango-ATSUI-Fonts.html#pango-atsui-font-get-cgfont"/>
|
595
|
-
<function name="pango_atsui_font_get_atsfont ()" link="pango-ATSUI-Fonts.html#pango-atsui-font-get-atsfont"/>
|
596
|
-
<function name="PANGO_RENDER_TYPE_X" link="pango-X-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-X:CAPS"/>
|
597
|
-
<function name="pango_x_get_context ()" link="pango-X-Fonts-and-Rendering.html#pango-x-get-context"/>
|
598
|
-
<function name="pango_x_context_set_funcs ()" link="pango-X-Fonts-and-Rendering.html#pango-x-context-set-funcs"/>
|
599
|
-
<function name="PangoGetGCFunc ()" link="pango-X-Fonts-and-Rendering.html#PangoGetGCFunc"/>
|
600
|
-
<function name="PangoFreeGCFunc ()" link="pango-X-Fonts-and-Rendering.html#PangoFreeGCFunc"/>
|
601
|
-
<function name="pango_x_render ()" link="pango-X-Fonts-and-Rendering.html#pango-x-render"/>
|
602
|
-
<function name="pango_x_render_layout_line ()" link="pango-X-Fonts-and-Rendering.html#pango-x-render-layout-line"/>
|
603
|
-
<function name="pango_x_render_layout ()" link="pango-X-Fonts-and-Rendering.html#pango-x-render-layout"/>
|
604
|
-
<function name="PangoXSubfont" link="pango-X-Fonts-and-Rendering.html#PangoXSubfont"/>
|
605
|
-
<function name="PANGO_X_MAKE_GLYPH()" link="pango-X-Fonts-and-Rendering.html#PANGO-X-MAKE-GLYPH:CAPS"/>
|
606
|
-
<function name="PANGO_X_GLYPH_SUBFONT()" link="pango-X-Fonts-and-Rendering.html#PANGO-X-GLYPH-SUBFONT:CAPS"/>
|
607
|
-
<function name="PANGO_X_GLYPH_INDEX()" link="pango-X-Fonts-and-Rendering.html#PANGO-X-GLYPH-INDEX:CAPS"/>
|
608
|
-
<function name="pango_x_load_font ()" link="pango-X-Fonts-and-Rendering.html#pango-x-load-font"/>
|
609
|
-
<function name="pango_x_get_unknown_glyph ()" link="pango-X-Fonts-and-Rendering.html#pango-x-get-unknown-glyph"/>
|
610
|
-
<function name="pango_x_has_glyph ()" link="pango-X-Fonts-and-Rendering.html#pango-x-has-glyph"/>
|
611
|
-
<function name="pango_x_list_subfonts ()" link="pango-X-Fonts-and-Rendering.html#pango-x-list-subfonts"/>
|
612
|
-
<function name="pango_x_font_map_for_display ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-map-for-display"/>
|
613
|
-
<function name="pango_x_shutdown_display ()" link="pango-X-Fonts-and-Rendering.html#pango-x-shutdown-display"/>
|
614
|
-
<function name="pango_x_font_map_get_font_cache ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-map-get-font-cache"/>
|
615
|
-
<function name="pango_x_font_subfont_xlfd ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-subfont-xlfd"/>
|
616
|
-
<function name="pango_x_find_first_subfont ()" link="pango-X-Fonts-and-Rendering.html#pango-x-find-first-subfont"/>
|
617
|
-
<function name="pango_x_font_get_unknown_glyph ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-get-unknown-glyph"/>
|
618
|
-
<function name="pango_x_apply_ligatures ()" link="pango-X-Fonts-and-Rendering.html#pango-x-apply-ligatures"/>
|
619
|
-
<function name="pango_x_fallback_shape ()" link="pango-X-Fonts-and-Rendering.html#pango-x-fallback-shape"/>
|
620
|
-
<function name="PangoXFontCache" link="pango-X-Fonts-and-Rendering.html#PangoXFontCache"/>
|
621
|
-
<function name="pango_x_font_cache_new ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-new"/>
|
622
|
-
<function name="pango_x_font_cache_free ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-free"/>
|
623
|
-
<function name="pango_x_font_cache_load ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-load"/>
|
624
|
-
<function name="pango_x_font_cache_unload ()" link="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-unload"/>
|
625
|
-
<function name="struct PangoRenderer" link="pango-pango-renderer.html#PangoRenderer-struct"/>
|
626
|
-
<function name="enum PangoRenderPart" link="pango-pango-renderer.html#PangoRenderPart"/>
|
627
|
-
<function name="PANGO_TYPE_RENDER_PART" link="pango-pango-renderer.html#PANGO-TYPE-RENDER-PART:CAPS"/>
|
628
|
-
<function name="struct PangoRendererClass" link="pango-pango-renderer.html#PangoRendererClass"/>
|
629
|
-
<function name="pango_renderer_draw_layout ()" link="pango-pango-renderer.html#pango-renderer-draw-layout"/>
|
630
|
-
<function name="pango_renderer_draw_layout_line ()" link="pango-pango-renderer.html#pango-renderer-draw-layout-line"/>
|
631
|
-
<function name="pango_renderer_draw_glyphs ()" link="pango-pango-renderer.html#pango-renderer-draw-glyphs"/>
|
632
|
-
<function name="pango_renderer_draw_glyph_item ()" link="pango-pango-renderer.html#pango-renderer-draw-glyph-item"/>
|
633
|
-
<function name="pango_renderer_draw_rectangle ()" link="pango-pango-renderer.html#pango-renderer-draw-rectangle"/>
|
634
|
-
<function name="pango_renderer_draw_error_underline ()" link="pango-pango-renderer.html#pango-renderer-draw-error-underline"/>
|
635
|
-
<function name="pango_renderer_draw_trapezoid ()" link="pango-pango-renderer.html#pango-renderer-draw-trapezoid"/>
|
636
|
-
<function name="pango_renderer_draw_glyph ()" link="pango-pango-renderer.html#pango-renderer-draw-glyph"/>
|
637
|
-
<function name="pango_renderer_activate ()" link="pango-pango-renderer.html#pango-renderer-activate"/>
|
638
|
-
<function name="pango_renderer_deactivate ()" link="pango-pango-renderer.html#pango-renderer-deactivate"/>
|
639
|
-
<function name="pango_renderer_part_changed ()" link="pango-pango-renderer.html#pango-renderer-part-changed"/>
|
640
|
-
<function name="pango_renderer_set_color ()" link="pango-pango-renderer.html#pango-renderer-set-color"/>
|
641
|
-
<function name="pango_renderer_get_color ()" link="pango-pango-renderer.html#pango-renderer-get-color"/>
|
642
|
-
<function name="pango_renderer_set_matrix ()" link="pango-pango-renderer.html#pango-renderer-set-matrix"/>
|
643
|
-
<function name="pango_renderer_get_matrix ()" link="pango-pango-renderer.html#pango-renderer-get-matrix"/>
|
644
|
-
<function name="pango_renderer_get_layout ()" link="pango-pango-renderer.html#pango-renderer-get-layout"/>
|
645
|
-
<function name="pango_renderer_get_layout_line ()" link="pango-pango-renderer.html#pango-renderer-get-layout-line"/>
|
646
|
-
<function name="struct PangoFcFontMap" link="PangoFcFontMap.html#PangoFcFontMap-struct"/>
|
647
|
-
<function name="struct PangoFcFontMapClass" link="PangoFcFontMap.html#PangoFcFontMapClass"/>
|
648
|
-
<function name="pango_fc_font_map_create_context ()" link="PangoFcFontMap.html#pango-fc-font-map-create-context"/>
|
649
|
-
<function name="PangoFcDecoderFindFunc ()" link="PangoFcFontMap.html#PangoFcDecoderFindFunc"/>
|
650
|
-
<function name="pango_fc_font_map_add_decoder_find_func ()" link="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func"/>
|
651
|
-
<function name="pango_fc_font_map_find_decoder ()" link="PangoFcFontMap.html#pango-fc-font-map-find-decoder"/>
|
652
|
-
<function name="pango_fc_font_map_cache_clear ()" link="PangoFcFontMap.html#pango-fc-font-map-cache-clear"/>
|
653
|
-
<function name="pango_fc_font_map_shutdown ()" link="PangoFcFontMap.html#pango-fc-font-map-shutdown"/>
|
654
|
-
<function name="pango_fc_font_description_from_pattern ()" link="PangoFcFontMap.html#pango-fc-font-description-from-pattern"/>
|
655
|
-
<function name="PANGO_FC_GRAVITY" link="PangoFcFontMap.html#PANGO-FC-GRAVITY:CAPS"/>
|
656
|
-
<function name="PANGO_FC_VERSION" link="PangoFcFontMap.html#PANGO-FC-VERSION:CAPS"/>
|
657
|
-
<function name="PANGO_FC_PRGNAME" link="PangoFcFontMap.html#PANGO-FC-PRGNAME:CAPS"/>
|
658
|
-
<function name="PangoFcFontsetKey" link="PangoFcFontMap.html#PangoFcFontsetKey"/>
|
659
|
-
<function name="pango_fc_fontset_key_get_context_key ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-context-key"/>
|
660
|
-
<function name="pango_fc_fontset_key_get_description ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-description"/>
|
661
|
-
<function name="pango_fc_fontset_key_get_language ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-language"/>
|
662
|
-
<function name="pango_fc_fontset_key_get_matrix ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-matrix"/>
|
663
|
-
<function name="pango_fc_fontset_key_get_absolute_size ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-absolute-size"/>
|
664
|
-
<function name="pango_fc_fontset_key_get_resolution ()" link="PangoFcFontMap.html#pango-fc-fontset-key-get-resolution"/>
|
665
|
-
<function name="PangoFcFontKey" link="PangoFcFontMap.html#PangoFcFontKey"/>
|
666
|
-
<function name="pango_fc_font_key_get_context_key ()" link="PangoFcFontMap.html#pango-fc-font-key-get-context-key"/>
|
667
|
-
<function name="pango_fc_font_key_get_matrix ()" link="PangoFcFontMap.html#pango-fc-font-key-get-matrix"/>
|
668
|
-
<function name="pango_fc_font_key_get_pattern ()" link="PangoFcFontMap.html#pango-fc-font-key-get-pattern"/>
|
669
|
-
<function name="struct PangoFcFont" link="PangoFcFont.html#PangoFcFont-struct"/>
|
670
|
-
<function name="struct PangoFcFontClass" link="PangoFcFont.html#PangoFcFontClass"/>
|
671
|
-
<function name="PANGO_RENDER_TYPE_FC" link="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS"/>
|
672
|
-
<function name="pango_fc_font_lock_face ()" link="PangoFcFont.html#pango-fc-font-lock-face"/>
|
673
|
-
<function name="pango_fc_font_unlock_face ()" link="PangoFcFont.html#pango-fc-font-unlock-face"/>
|
674
|
-
<function name="pango_fc_font_has_char ()" link="PangoFcFont.html#pango-fc-font-has-char"/>
|
675
|
-
<function name="pango_fc_font_get_glyph ()" link="PangoFcFont.html#pango-fc-font-get-glyph"/>
|
676
|
-
<function name="pango_fc_font_get_unknown_glyph ()" link="PangoFcFont.html#pango-fc-font-get-unknown-glyph"/>
|
677
|
-
<function name="pango_fc_font_kern_glyphs ()" link="PangoFcFont.html#pango-fc-font-kern-glyphs"/>
|
678
|
-
<function name="The "fontmap" property" link="PangoFcFont.html#PangoFcFont--fontmap"/>
|
679
|
-
<function name="The "pattern" property" link="PangoFcFont.html#PangoFcFont--pattern"/>
|
680
|
-
<function name="struct PangoFcDecoder" link="PangoFcDecoder.html#PangoFcDecoder-struct"/>
|
681
|
-
<function name="struct PangoFcDecoderClass" link="PangoFcDecoder.html#PangoFcDecoderClass"/>
|
682
|
-
<function name="pango_fc_decoder_get_charset ()" link="PangoFcDecoder.html#pango-fc-decoder-get-charset"/>
|
683
|
-
<function name="pango_fc_decoder_get_glyph ()" link="PangoFcDecoder.html#pango-fc-decoder-get-glyph"/>
|
684
|
-
<function name="PangoOTTag" link="pango-OpenType-Font-Handling.html#PangoOTTag"/>
|
685
|
-
<function name="PangoOTInfo" link="pango-OpenType-Font-Handling.html#PangoOTInfo-struct"/>
|
686
|
-
<function name="PangoOTBuffer" link="pango-OpenType-Font-Handling.html#PangoOTBuffer"/>
|
687
|
-
<function name="struct PangoOTGlyph" link="pango-OpenType-Font-Handling.html#PangoOTGlyph"/>
|
688
|
-
<function name="PangoOTRuleset" link="pango-OpenType-Font-Handling.html#PangoOTRuleset-struct"/>
|
689
|
-
<function name="struct PangoOTRulesetDescription" link="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription"/>
|
690
|
-
<function name="enum PangoOTTableType" link="pango-OpenType-Font-Handling.html#PangoOTTableType"/>
|
691
|
-
<function name="struct PangoOTFeatureMap" link="pango-OpenType-Font-Handling.html#PangoOTFeatureMap"/>
|
692
|
-
<function name="PANGO_OT_TAG_MAKE()" link="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-MAKE:CAPS"/>
|
693
|
-
<function name="PANGO_OT_TAG_MAKE_FROM_STRING()" link="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-MAKE-FROM-STRING:CAPS"/>
|
694
|
-
<function name="PANGO_OT_ALL_GLYPHS" link="pango-OpenType-Font-Handling.html#PANGO-OT-ALL-GLYPHS:CAPS"/>
|
695
|
-
<function name="PANGO_OT_NO_FEATURE" link="pango-OpenType-Font-Handling.html#PANGO-OT-NO-FEATURE:CAPS"/>
|
696
|
-
<function name="PANGO_OT_NO_SCRIPT" link="pango-OpenType-Font-Handling.html#PANGO-OT-NO-SCRIPT:CAPS"/>
|
697
|
-
<function name="PANGO_OT_DEFAULT_LANGUAGE" link="pango-OpenType-Font-Handling.html#PANGO-OT-DEFAULT-LANGUAGE:CAPS"/>
|
698
|
-
<function name="PANGO_OT_TAG_DEFAULT_LANGUAGE" link="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-LANGUAGE:CAPS"/>
|
699
|
-
<function name="PANGO_OT_TAG_DEFAULT_SCRIPT" link="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-SCRIPT:CAPS"/>
|
700
|
-
<function name="pango_ot_info_get ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-get"/>
|
701
|
-
<function name="pango_ot_info_find_script ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-find-script"/>
|
702
|
-
<function name="pango_ot_info_find_language ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-find-language"/>
|
703
|
-
<function name="pango_ot_info_find_feature ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature"/>
|
704
|
-
<function name="pango_ot_info_list_scripts ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-list-scripts"/>
|
705
|
-
<function name="pango_ot_info_list_languages ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-list-languages"/>
|
706
|
-
<function name="pango_ot_info_list_features ()" link="pango-OpenType-Font-Handling.html#pango-ot-info-list-features"/>
|
707
|
-
<function name="pango_ot_buffer_new ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-new"/>
|
708
|
-
<function name="pango_ot_buffer_destroy ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-destroy"/>
|
709
|
-
<function name="pango_ot_buffer_clear ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-clear"/>
|
710
|
-
<function name="pango_ot_buffer_add_glyph ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-add-glyph"/>
|
711
|
-
<function name="pango_ot_buffer_set_rtl ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-rtl"/>
|
712
|
-
<function name="pango_ot_buffer_set_zero_width_marks ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-zero-width-marks"/>
|
713
|
-
<function name="pango_ot_buffer_get_glyphs ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-get-glyphs"/>
|
714
|
-
<function name="pango_ot_buffer_output ()" link="pango-OpenType-Font-Handling.html#pango-ot-buffer-output"/>
|
715
|
-
<function name="pango_ot_ruleset_get_for_description ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-for-description"/>
|
716
|
-
<function name="pango_ot_ruleset_new ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new"/>
|
717
|
-
<function name="pango_ot_ruleset_new_for ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new-for"/>
|
718
|
-
<function name="pango_ot_ruleset_new_from_description ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new-from-description"/>
|
719
|
-
<function name="pango_ot_ruleset_add_feature ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature"/>
|
720
|
-
<function name="pango_ot_ruleset_maybe_add_feature ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-feature"/>
|
721
|
-
<function name="pango_ot_ruleset_maybe_add_features ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-features"/>
|
722
|
-
<function name="pango_ot_ruleset_get_feature_count ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-feature-count"/>
|
723
|
-
<function name="pango_ot_ruleset_substitute ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-substitute"/>
|
724
|
-
<function name="pango_ot_ruleset_position ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-position"/>
|
725
|
-
<function name="pango_ot_ruleset_description_copy ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-copy"/>
|
726
|
-
<function name="pango_ot_ruleset_description_equal ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-equal"/>
|
727
|
-
<function name="pango_ot_ruleset_description_free ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-free"/>
|
728
|
-
<function name="pango_ot_ruleset_description_hash ()" link="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-hash"/>
|
729
|
-
<function name="pango_ot_tag_from_language ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-from-language"/>
|
730
|
-
<function name="pango_ot_tag_from_script ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-from-script"/>
|
731
|
-
<function name="pango_ot_tag_to_language ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-to-language"/>
|
732
|
-
<function name="pango_ot_tag_to_script ()" link="pango-OpenType-Font-Handling.html#pango-ot-tag-to-script"/>
|
733
|
-
<function name="enum PangoCoverageLevel" link="pango-Coverage-Maps.html#PangoCoverageLevel"/>
|
734
|
-
<function name="PANGO_TYPE_COVERAGE_LEVEL" link="pango-Coverage-Maps.html#PANGO-TYPE-COVERAGE-LEVEL:CAPS"/>
|
735
|
-
<function name="PangoCoverage" link="pango-Coverage-Maps.html#PangoCoverage"/>
|
736
|
-
<function name="pango_coverage_new ()" link="pango-Coverage-Maps.html#pango-coverage-new"/>
|
737
|
-
<function name="pango_coverage_ref ()" link="pango-Coverage-Maps.html#pango-coverage-ref"/>
|
738
|
-
<function name="pango_coverage_unref ()" link="pango-Coverage-Maps.html#pango-coverage-unref"/>
|
739
|
-
<function name="pango_coverage_copy ()" link="pango-Coverage-Maps.html#pango-coverage-copy"/>
|
740
|
-
<function name="pango_coverage_get ()" link="pango-Coverage-Maps.html#pango-coverage-get"/>
|
741
|
-
<function name="pango_coverage_max ()" link="pango-Coverage-Maps.html#pango-coverage-max"/>
|
742
|
-
<function name="pango_coverage_set ()" link="pango-Coverage-Maps.html#pango-coverage-set"/>
|
743
|
-
<function name="pango_coverage_to_bytes ()" link="pango-Coverage-Maps.html#pango-coverage-to-bytes"/>
|
744
|
-
<function name="pango_coverage_from_bytes ()" link="pango-Coverage-Maps.html#pango-coverage-from-bytes"/>
|
745
|
-
<function name="struct PangoEngineInfo" link="pango-Engines.html#PangoEngineInfo"/>
|
746
|
-
<function name="struct PangoEngineScriptInfo" link="pango-Engines.html#PangoEngineScriptInfo"/>
|
747
|
-
<function name="struct PangoEngine" link="pango-Engines.html#PangoEngine-struct"/>
|
748
|
-
<function name="struct PangoEngineClass" link="pango-Engines.html#PangoEngineClass"/>
|
749
|
-
<function name="PANGO_RENDER_TYPE_NONE" link="pango-Engines.html#PANGO-RENDER-TYPE-NONE:CAPS"/>
|
750
|
-
<function name="script_engine_list ()" link="pango-Engines.html#script-engine-list"/>
|
751
|
-
<function name="script_engine_init ()" link="pango-Engines.html#script-engine-init"/>
|
752
|
-
<function name="script_engine_exit ()" link="pango-Engines.html#script-engine-exit"/>
|
753
|
-
<function name="script_engine_create ()" link="pango-Engines.html#script-engine-create"/>
|
754
|
-
<function name="PangoEngineLang" link="PangoEngineLang.html#PangoEngineLang-struct"/>
|
755
|
-
<function name="struct PangoEngineLangClass" link="PangoEngineLang.html#PangoEngineLangClass"/>
|
756
|
-
<function name="PANGO_ENGINE_TYPE_LANG" link="PangoEngineLang.html#PANGO-ENGINE-TYPE-LANG:CAPS"/>
|
757
|
-
<function name="PANGO_ENGINE_LANG_DEFINE_TYPE()" link="PangoEngineLang.html#PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS"/>
|
758
|
-
<function name="PangoEngineShape" link="PangoEngineShape.html#PangoEngineShape-struct"/>
|
759
|
-
<function name="struct PangoEngineShapeClass" link="PangoEngineShape.html#PangoEngineShapeClass"/>
|
760
|
-
<function name="PANGO_ENGINE_TYPE_SHAPE" link="PangoEngineShape.html#PANGO-ENGINE-TYPE-SHAPE:CAPS"/>
|
761
|
-
<function name="PANGO_ENGINE_SHAPE_DEFINE_TYPE()" link="PangoEngineShape.html#PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS"/>
|
762
|
-
<function name="struct PangoIncludedModule" link="pango-Modules.html#PangoIncludedModule"/>
|
763
|
-
<function name="PangoMap" link="pango-Modules.html#PangoMap"/>
|
764
|
-
<function name="PangoMapEntry" link="pango-Modules.html#PangoMapEntry"/>
|
765
|
-
<function name="pango_find_map ()" link="pango-Modules.html#pango-find-map"/>
|
766
|
-
<function name="pango_map_get_engine ()" link="pango-Modules.html#pango-map-get-engine"/>
|
767
|
-
<function name="pango_map_get_engines ()" link="pango-Modules.html#pango-map-get-engines"/>
|
768
|
-
<function name="pango_module_register ()" link="pango-Modules.html#pango-module-register"/>
|
769
|
-
<function name="pango_split_file_list ()" link="pango-Miscellaneous-Utilities.html#pango-split-file-list"/>
|
770
|
-
<function name="pango_trim_string ()" link="pango-Miscellaneous-Utilities.html#pango-trim-string"/>
|
771
|
-
<function name="pango_read_line ()" link="pango-Miscellaneous-Utilities.html#pango-read-line"/>
|
772
|
-
<function name="pango_skip_space ()" link="pango-Miscellaneous-Utilities.html#pango-skip-space"/>
|
773
|
-
<function name="pango_scan_word ()" link="pango-Miscellaneous-Utilities.html#pango-scan-word"/>
|
774
|
-
<function name="pango_scan_string ()" link="pango-Miscellaneous-Utilities.html#pango-scan-string"/>
|
775
|
-
<function name="pango_scan_int ()" link="pango-Miscellaneous-Utilities.html#pango-scan-int"/>
|
776
|
-
<function name="pango_config_key_get ()" link="pango-Miscellaneous-Utilities.html#pango-config-key-get"/>
|
777
|
-
<function name="pango_lookup_aliases ()" link="pango-Miscellaneous-Utilities.html#pango-lookup-aliases"/>
|
778
|
-
<function name="pango_parse_enum ()" link="pango-Miscellaneous-Utilities.html#pango-parse-enum"/>
|
779
|
-
<function name="pango_parse_style ()" link="pango-Miscellaneous-Utilities.html#pango-parse-style"/>
|
780
|
-
<function name="pango_parse_variant ()" link="pango-Miscellaneous-Utilities.html#pango-parse-variant"/>
|
781
|
-
<function name="pango_parse_weight ()" link="pango-Miscellaneous-Utilities.html#pango-parse-weight"/>
|
782
|
-
<function name="pango_parse_stretch ()" link="pango-Miscellaneous-Utilities.html#pango-parse-stretch"/>
|
783
|
-
<function name="pango_get_sysconf_subdirectory ()" link="pango-Miscellaneous-Utilities.html#pango-get-sysconf-subdirectory"/>
|
784
|
-
<function name="pango_get_lib_subdirectory ()" link="pango-Miscellaneous-Utilities.html#pango-get-lib-subdirectory"/>
|
785
|
-
<function name="pango_log2vis_get_embedding_levels ()" link="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels"/>
|
786
|
-
<function name="pango_is_zero_width ()" link="pango-Miscellaneous-Utilities.html#pango-is-zero-width"/>
|
787
|
-
<function name="pango_quantize_line_geometry ()" link="pango-Miscellaneous-Utilities.html#pango-quantize-line-geometry"/>
|
788
|
-
<function name="PANGO_VERSION_ENCODE()" link="pango-Version-Checking.html#PANGO-VERSION-ENCODE:CAPS"/>
|
789
|
-
<function name="PANGO_VERSION" link="pango-Version-Checking.html#PANGO-VERSION:CAPS"/>
|
790
|
-
<function name="PANGO_VERSION_MAJOR" link="pango-Version-Checking.html#PANGO-VERSION-MAJOR:CAPS"/>
|
791
|
-
<function name="PANGO_VERSION_MINOR" link="pango-Version-Checking.html#PANGO-VERSION-MINOR:CAPS"/>
|
792
|
-
<function name="PANGO_VERSION_MICRO" link="pango-Version-Checking.html#PANGO-VERSION-MICRO:CAPS"/>
|
793
|
-
<function name="PANGO_VERSION_STRING" link="pango-Version-Checking.html#PANGO-VERSION-STRING:CAPS"/>
|
794
|
-
<function name="PANGO_VERSION_CHECK()" link="pango-Version-Checking.html#PANGO-VERSION-CHECK:CAPS"/>
|
795
|
-
<function name="pango_version ()" link="pango-Version-Checking.html#pango-version"/>
|
796
|
-
<function name="pango_version_string ()" link="pango-Version-Checking.html#pango-version-string"/>
|
797
|
-
<function name="pango_version_check ()" link="pango-Version-Checking.html#pango-version-check"/>
|
798
|
-
</functions>
|
799
|
-
</book>
|