pango 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/pango.so +0 -0
  3. data/lib/1.9/pango.so +0 -0
  4. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  5. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  6. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  7. data/vendor/local/bin/pango-querymodules.exe +0 -0
  8. data/vendor/local/bin/pango-view.exe +0 -0
  9. data/vendor/local/etc/pango/pango.modules +14 -1
  10. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -2
  11. data/vendor/local/include/pango-1.0/pango/pango-bidi-type.h +1 -0
  12. data/vendor/local/include/pango-1.0/pango/pango-context.h +2 -1
  13. data/vendor/local/include/pango-1.0/pango/pango-engine.h +7 -5
  14. data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +47 -38
  15. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  16. data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +4 -2
  17. data/vendor/local/include/pango-1.0/pango/pango-fontset.h +3 -3
  18. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +7 -0
  19. data/vendor/local/include/pango-1.0/pango/pango-gravity.h +14 -0
  20. data/vendor/local/include/pango-1.0/pango/pango-layout.h +2 -1
  21. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -2
  22. data/vendor/local/include/pango-1.0/pango/pango-script.h +15 -1
  23. data/vendor/local/include/pango-1.0/pango/pango-utils.h +2 -0
  24. data/vendor/local/include/pango-1.0/pango/pangocairo.h +1 -0
  25. data/vendor/local/include/pango-1.0/pango/pangowin32.h +2 -0
  26. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  27. data/vendor/local/lib/libpango-1.0.la +41 -0
  28. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  29. data/vendor/local/lib/libpangocairo-1.0.la +41 -0
  30. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  31. data/vendor/local/lib/libpangowin32-1.0.la +41 -0
  32. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  33. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  34. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +41 -0
  35. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  36. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  37. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +41 -0
  38. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  39. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  40. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +41 -0
  41. data/vendor/local/lib/pkgconfig/pango.pc +5 -4
  42. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  43. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  44. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +17 -11
  45. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +23 -15
  46. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +18 -9
  47. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +56 -28
  48. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +103 -49
  49. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +32 -20
  50. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +96 -0
  51. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +140 -0
  52. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +54 -0
  53. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +69 -0
  54. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +229 -0
  55. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +157 -0
  56. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +127 -0
  57. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +99 -0
  58. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +129 -0
  59. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +91 -0
  60. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +51 -0
  61. data/vendor/local/share/gtk-doc/html/pango/{index-1.28.html → api-index-1-28.html} +9 -9
  62. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +42 -0
  63. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +46 -0
  64. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +206 -0
  65. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +170 -0
  66. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +176 -0
  67. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +150 -0
  68. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +2965 -0
  69. data/vendor/local/share/gtk-doc/html/pango/index.html +25 -26
  70. data/vendor/local/share/gtk-doc/html/pango/index.sgml +36 -37
  71. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +8 -8
  72. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +42 -24
  73. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +222 -123
  74. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +94 -0
  75. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +61 -26
  76. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +34 -19
  77. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +536 -228
  78. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +90 -36
  79. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +291 -130
  80. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +564 -256
  81. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +206 -110
  82. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +32 -17
  83. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +261 -144
  84. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +175 -65
  85. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +89 -52
  86. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +602 -258
  87. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +359 -114
  88. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +27 -12
  89. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +65 -16
  90. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +117 -48
  91. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +127 -61
  92. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +12 -12
  93. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +99 -38
  94. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +77 -17
  95. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +45 -52
  96. data/vendor/local/share/gtk-doc/html/pango/pango.html +6 -6
  97. data/vendor/local/share/gtk-doc/html/pango/rendering.html +7 -10
  98. data/vendor/local/share/gtk-doc/html/pango/tools.html +6 -6
  99. data/vendor/local/share/license/pango/AUTHORS +2 -0
  100. data/vendor/local/share/{doc/pango-1.29.4 → license/pango}/COPYING +0 -0
  101. data/vendor/local/share/man/man1/pango-querymodules.1 +67 -16
  102. data/vendor/local/share/man/man1/pango-view.1 +4 -4
  103. metadata +43 -50
  104. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  105. data/vendor/local/include/pango-1.0/pango/pango-ot.h +0 -197
  106. data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +0 -110
  107. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +0 -151
  108. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +0 -270
  109. data/vendor/local/include/pango-1.0/pango/pangoft2.h +0 -112
  110. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  111. data/vendor/local/lib/pango-1.0.def +0 -397
  112. data/vendor/local/lib/pango-1.0.lib +0 -0
  113. data/vendor/local/lib/pangocairo-1.0.def +0 -34
  114. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  115. data/vendor/local/lib/pangoft2-1.0.def +0 -85
  116. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  117. data/vendor/local/lib/pangowin32-1.0.def +0 -30
  118. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  119. data/vendor/local/lib/pkgconfig/pangoft2.pc +0 -11
  120. data/vendor/local/manifest/pango-dev_1.29.4-1_win32.mft +0 -116
  121. data/vendor/local/manifest/pango_1.29.4-1_win32.mft +0 -8
  122. data/vendor/local/share/doc/pango-dev-1.29.4/COPYING +0 -482
  123. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +0 -81
  124. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +0 -41
  125. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +0 -47
  126. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +0 -115
  127. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +0 -91
  128. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +0 -73
  129. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +0 -59
  130. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +0 -71
  131. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +0 -59
  132. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +0 -39
  133. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +0 -38
  134. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +0 -111
  135. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +0 -91
  136. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +0 -99
  137. data/vendor/local/share/gtk-doc/html/pango/index-all.html +0 -1514
  138. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +0 -137
  139. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +0 -57
  140. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +0 -1023
  141. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +0 -806
  142. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.sh +0 -56
@@ -1,270 +0,0 @@
1
- /* Pango
2
- * pangofc-fontmap.h: Base fontmap type for fontconfig-based backends
3
- *
4
- * Copyright (C) 2003 Red Hat Software
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Library General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Library General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Library General Public
17
- * License along with this library; if not, write to the
18
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
- * Boston, MA 02111-1307, USA.
20
- */
21
-
22
- #ifndef __PANGO_FC_FONT_MAP_H__
23
- #define __PANGO_FC_FONT_MAP_H__
24
-
25
- #include <fontconfig/fontconfig.h>
26
- #include <pango/pango-fontmap.h>
27
- #include <pango/pangofc-decoder.h>
28
- #include <pango/pangofc-font.h>
29
-
30
- G_BEGIN_DECLS
31
-
32
-
33
- #ifdef PANGO_ENABLE_BACKEND
34
-
35
- /**
36
- * PangoFcFontsetKey:
37
- *
38
- * An opaque structure containing all the information needed for
39
- * loading a fontset with the PangoFc fontmap.
40
- *
41
- * Since: 1.24
42
- **/
43
- typedef struct _PangoFcFontsetKey PangoFcFontsetKey;
44
-
45
- PangoLanguage *pango_fc_fontset_key_get_language (const PangoFcFontsetKey *key);
46
- const PangoFontDescription *pango_fc_fontset_key_get_description (const PangoFcFontsetKey *key);
47
- const PangoMatrix *pango_fc_fontset_key_get_matrix (const PangoFcFontsetKey *key);
48
- double pango_fc_fontset_key_get_absolute_size (const PangoFcFontsetKey *key);
49
- double pango_fc_fontset_key_get_resolution (const PangoFcFontsetKey *key);
50
- gpointer pango_fc_fontset_key_get_context_key (const PangoFcFontsetKey *key);
51
-
52
- /**
53
- * PangoFcFontKey:
54
- *
55
- * An opaque structure containing all the information needed for
56
- * loading a font with the PangoFc fontmap.
57
- *
58
- * Since: 1.24
59
- **/
60
- typedef struct _PangoFcFontKey PangoFcFontKey;
61
-
62
- const FcPattern *pango_fc_font_key_get_pattern (const PangoFcFontKey *key);
63
- const PangoMatrix *pango_fc_font_key_get_matrix (const PangoFcFontKey *key);
64
- gpointer pango_fc_font_key_get_context_key (const PangoFcFontKey *key);
65
-
66
- #endif
67
-
68
-
69
- /*
70
- * PangoFcFontMap
71
- */
72
-
73
- #define PANGO_TYPE_FC_FONT_MAP (pango_fc_font_map_get_type ())
74
- #define PANGO_FC_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FC_FONT_MAP, PangoFcFontMap))
75
- #define PANGO_IS_FC_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FC_FONT_MAP))
76
-
77
- typedef struct _PangoFcFontMap PangoFcFontMap;
78
- typedef struct _PangoFcFontMapClass PangoFcFontMapClass;
79
- typedef struct _PangoFcFontMapPrivate PangoFcFontMapPrivate;
80
-
81
- #ifdef PANGO_ENABLE_BACKEND
82
-
83
- #define PANGO_FC_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), PANGO_TYPE_FC_FONT_MAP, PangoFcFontMapClass))
84
- #define PANGO_IS_FC_FONT_MAP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PANGO_TYPE_FC_FONT_MAP))
85
- #define PANGO_FC_FONT_MAP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), PANGO_TYPE_FC_FONT_MAP, PangoFcFontMapClass))
86
-
87
- /**
88
- * PangoFcFontMap:
89
- *
90
- * #PangoFcFontMap is a base class for font map implementations
91
- * using the Fontconfig and FreeType libraries. To create a new
92
- * backend using Fontconfig and FreeType, you derive from this class
93
- * and implement a new_font() virtual function that creates an
94
- * instance deriving from #PangoFcFont.
95
- **/
96
- struct _PangoFcFontMap
97
- {
98
- PangoFontMap parent_instance;
99
-
100
- PangoFcFontMapPrivate *priv;
101
- };
102
-
103
- /**
104
- * PangoFcFontMapClass:
105
- * @default_substitute: Substitutes in default values for
106
- * unspecified fields in a #FcPattern. This will be called
107
- * prior to creating a font for the pattern. May be %NULL.
108
- * Deprecated in favor of @font_key_substitute().
109
- * @new_font: Creates a new #PangoFcFont for the specified
110
- * pattern of the appropriate type for this font map. The
111
- * @pattern argument must be passed to the "pattern" property
112
- * of #PangoFcFont when you call g_object_new(). Deprecated
113
- * in favor of @create_font().
114
- * @get_resolution: Gets the resolution (the scale factor
115
- * between logical and absolute font sizes) that the backend
116
- * will use for a particular fontmap and context. @context
117
- * may be null.
118
- * @context_key_get: Gets an opaque key holding backend
119
- * specific options for the context that will affect
120
- * fonts created by create_font(). The result must point to
121
- * persistant storage owned by the fontmap. This key
122
- * is used to index hash tables used to look up fontsets
123
- * and fonts.
124
- * @context_key_copy: Copies a context key. Pango uses this
125
- * to make a persistant copy of the value returned from
126
- * @context_key_get.
127
- * @context_key_free: Frees a context key copied with
128
- * @context_key_copy.
129
- * @context_key_hash: Gets a hash value for a context key
130
- * @context_key_equal: Compares two context keys for equality.
131
- * @fontset_key_substitute: Substitutes in default values for
132
- * unspecified fields in a #FcPattern. This will be called
133
- * prior to creating a font for the pattern. May be %NULL.
134
- * (Since: 1.24)
135
- * @create_font: Creates a new #PangoFcFont for the specified
136
- * pattern of the appropriate type for this font map using
137
- * information from the font key that is passed in. The
138
- * @pattern member of @font_key can be retrieved using
139
- * pango_fc_font_key_get_pattern() and must be passed to
140
- * the "pattern" property of #PangoFcFont when you call
141
- * g_object_new(). If %NULL, new_font() is used.
142
- * (Since: 1.24)
143
- *
144
- * Class structure for #PangoFcFontMap.
145
- **/
146
- struct _PangoFcFontMapClass
147
- {
148
- /*< private >*/
149
- PangoFontMapClass parent_class;
150
-
151
- /*< public >*/
152
- /* Deprecated in favor of fontset_key_substitute */
153
- void (*default_substitute) (PangoFcFontMap *fontmap,
154
- FcPattern *pattern);
155
- /* Deprecated in favor of create_font */
156
- PangoFcFont *(*new_font) (PangoFcFontMap *fontmap,
157
- FcPattern *pattern);
158
-
159
- double (*get_resolution) (PangoFcFontMap *fcfontmap,
160
- PangoContext *context);
161
-
162
- gconstpointer (*context_key_get) (PangoFcFontMap *fcfontmap,
163
- PangoContext *context);
164
- gpointer (*context_key_copy) (PangoFcFontMap *fcfontmap,
165
- gconstpointer key);
166
- void (*context_key_free) (PangoFcFontMap *fcfontmap,
167
- gpointer key);
168
- guint32 (*context_key_hash) (PangoFcFontMap *fcfontmap,
169
- gconstpointer key);
170
- gboolean (*context_key_equal) (PangoFcFontMap *fcfontmap,
171
- gconstpointer key_a,
172
- gconstpointer key_b);
173
-
174
- void (*fontset_key_substitute)(PangoFcFontMap *fontmap,
175
- PangoFcFontsetKey *fontsetkey,
176
- FcPattern *pattern);
177
- PangoFcFont *(*create_font) (PangoFcFontMap *fontmap,
178
- PangoFcFontKey *fontkey);
179
- /*< private >*/
180
-
181
- /* Padding for future expansion */
182
- void (*_pango_reserved1) (void);
183
- void (*_pango_reserved2) (void);
184
- void (*_pango_reserved3) (void);
185
- void (*_pango_reserved4) (void);
186
- };
187
-
188
- #ifndef PANGO_DISABLE_DEPRECATED
189
- PangoContext * pango_fc_font_map_create_context (PangoFcFontMap *fcfontmap);
190
- #endif
191
- void pango_fc_font_map_shutdown (PangoFcFontMap *fcfontmap);
192
-
193
- #endif
194
-
195
- GType pango_fc_font_map_get_type (void) G_GNUC_CONST;
196
-
197
- void pango_fc_font_map_cache_clear (PangoFcFontMap *fcfontmap);
198
-
199
- /**
200
- * PangoFcDecoderFindFunc:
201
- * @pattern: a fully resolved #FcPattern specifying the font on the system
202
- * @user_data: user data passed to pango_fc_font_map_add_decoder_find_func()
203
- *
204
- * Callback function passed to pango_fc_font_map_add_decoder_find_func().
205
- *
206
- * Return value: a new reference to a custom decoder for this pattern,
207
- * or %NULL if the default decoder handling should be used.
208
- **/
209
- typedef PangoFcDecoder * (*PangoFcDecoderFindFunc) (FcPattern *pattern,
210
- gpointer user_data);
211
-
212
- void pango_fc_font_map_add_decoder_find_func (PangoFcFontMap *fcfontmap,
213
- PangoFcDecoderFindFunc findfunc,
214
- gpointer user_data,
215
- GDestroyNotify dnotify);
216
- PangoFcDecoder *pango_fc_font_map_find_decoder (PangoFcFontMap *fcfontmap,
217
- FcPattern *pattern);
218
-
219
- PangoFontDescription *pango_fc_font_description_from_pattern (FcPattern *pattern,
220
- gboolean include_size);
221
-
222
- /**
223
- * PANGO_FC_GRAVITY:
224
- *
225
- * String representing a fontconfig property name that Pango sets on any
226
- * fontconfig pattern it passes to fontconfig if a #PangoGravity other
227
- * than %PangoGravitySouth is desired.
228
- *
229
- * The property will have a #PangoGravity value as a string, like "east".
230
- * This can be used to write fontconfig configuration rules to choose
231
- * different fonts for horizontal and vertical writing directions.
232
- *
233
- * Since: 1.20
234
- */
235
- #define PANGO_FC_GRAVITY "pangogravity"
236
-
237
- /**
238
- * PANGO_FC_VERSION:
239
- *
240
- * String representing a fontconfig property name that Pango sets on any
241
- * fontconfig pattern it passes to fontconfig.
242
- *
243
- * The property will have an integer value equal to what
244
- * pango_version() returns.
245
- * This can be used to write fontconfig configuration rules that only affect
246
- * certain pango versions (or only pango-using applications, or only
247
- * non-pango-using applications).
248
- *
249
- * Since: 1.20
250
- */
251
- #define PANGO_FC_VERSION "pangoversion"
252
-
253
- /**
254
- * PANGO_FC_PRGNAME:
255
- *
256
- * String representing a fontconfig property name that Pango sets on any
257
- * fontconfig pattern it passes to fontconfig.
258
- *
259
- * The property will have a string equal to what
260
- * g_get_prgname() returns.
261
- * This can be used to write fontconfig configuration rules that only affect
262
- * certain applications.
263
- *
264
- * Since: 1.24
265
- */
266
- #define PANGO_FC_PRGNAME "pangoprgname"
267
-
268
- G_END_DECLS
269
-
270
- #endif /* __PANGO_FC_FONT_MAP_H__ */
@@ -1,112 +0,0 @@
1
- /* Pango
2
- * pangoft2.h:
3
- *
4
- * Copyright (C) 1999 Red Hat Software
5
- * Copyright (C) 2000 Tor Lillqvist
6
- *
7
- * This library is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU Library General Public
9
- * License as published by the Free Software Foundation; either
10
- * version 2 of the License, or (at your option) any later version.
11
- *
12
- * This library is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
- * Library General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU Library General Public
18
- * License along with this library; if not, write to the
19
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20
- * Boston, MA 02111-1307, USA.
21
- */
22
-
23
- #ifndef __PANGOFT2_H__
24
- #define __PANGOFT2_H__
25
-
26
- #include <fontconfig/fontconfig.h>
27
-
28
- #include <pango/pango-layout.h>
29
- #include <pango/pangofc-font.h>
30
-
31
- G_BEGIN_DECLS
32
-
33
- #ifndef PANGO_DISABLE_DEPRECATED
34
- #define PANGO_RENDER_TYPE_FT2 "PangoRenderFT2"
35
- #endif
36
-
37
- #define PANGO_TYPE_FT2_FONT_MAP (pango_ft2_font_map_get_type ())
38
- #define PANGO_FT2_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_FT2_FONT_MAP, PangoFT2FontMap))
39
- #define PANGO_FT2_IS_FONT_MAP(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), PANGO_TYPE_FT2_FONT_MAP))
40
-
41
- typedef struct _PangoFT2FontMap PangoFT2FontMap;
42
-
43
- typedef void (*PangoFT2SubstituteFunc) (FcPattern *pattern,
44
- gpointer data);
45
-
46
- /* Calls for applications */
47
-
48
- void pango_ft2_render (FT_Bitmap *bitmap,
49
- PangoFont *font,
50
- PangoGlyphString *glyphs,
51
- gint x,
52
- gint y);
53
- void pango_ft2_render_transformed (FT_Bitmap *bitmap,
54
- const PangoMatrix *matrix,
55
- PangoFont *font,
56
- PangoGlyphString *glyphs,
57
- int x,
58
- int y);
59
-
60
- void pango_ft2_render_layout_line (FT_Bitmap *bitmap,
61
- PangoLayoutLine *line,
62
- int x,
63
- int y);
64
- void pango_ft2_render_layout_line_subpixel (FT_Bitmap *bitmap,
65
- PangoLayoutLine *line,
66
- int x,
67
- int y);
68
- void pango_ft2_render_layout (FT_Bitmap *bitmap,
69
- PangoLayout *layout,
70
- int x,
71
- int y);
72
- void pango_ft2_render_layout_subpixel (FT_Bitmap *bitmap,
73
- PangoLayout *layout,
74
- int x,
75
- int y);
76
-
77
- GType pango_ft2_font_map_get_type (void) G_GNUC_CONST;
78
-
79
- PangoFontMap *pango_ft2_font_map_new (void);
80
- void pango_ft2_font_map_set_resolution (PangoFT2FontMap *fontmap,
81
- double dpi_x,
82
- double dpi_y);
83
- void pango_ft2_font_map_set_default_substitute (PangoFT2FontMap *fontmap,
84
- PangoFT2SubstituteFunc func,
85
- gpointer data,
86
- GDestroyNotify notify);
87
- void pango_ft2_font_map_substitute_changed (PangoFT2FontMap *fontmap);
88
- #ifndef PANGO_DISABLE_DEPRECATED
89
- PangoContext *pango_ft2_font_map_create_context (PangoFT2FontMap *fontmap);
90
- #endif
91
-
92
-
93
- /* API for rendering modules
94
- */
95
- #ifndef PANGO_DISABLE_DEPRECATED
96
- PangoContext *pango_ft2_get_context (double dpi_x,
97
- double dpi_y);
98
- PangoFontMap *pango_ft2_font_map_for_display (void);
99
- void pango_ft2_shutdown_display (void);
100
-
101
- PangoGlyph pango_ft2_get_unknown_glyph (PangoFont *font);
102
- int pango_ft2_font_get_kerning (PangoFont *font,
103
- PangoGlyph left,
104
- PangoGlyph right);
105
- FT_Face pango_ft2_font_get_face (PangoFont *font);
106
- PangoCoverage *pango_ft2_font_get_coverage (PangoFont *font,
107
- PangoLanguage *language);
108
- #endif /* PANGO_DISABLE_DEPRECATED */
109
-
110
- G_END_DECLS
111
-
112
- #endif /* __PANGOFT2_H__ */
@@ -1,397 +0,0 @@
1
- EXPORTS
2
- pango_alignment_get_type
3
- pango_attr_background_new
4
- pango_attr_fallback_new
5
- pango_attr_family_new
6
- pango_attr_font_desc_new
7
- pango_attr_foreground_new
8
- pango_attr_gravity_hint_new
9
- pango_attr_gravity_new
10
- pango_attr_iterator_copy
11
- pango_attr_iterator_destroy
12
- pango_attr_iterator_get
13
- pango_attr_iterator_get_attrs
14
- pango_attr_iterator_get_font
15
- pango_attr_iterator_next
16
- pango_attr_iterator_range
17
- pango_attr_language_new
18
- pango_attr_letter_spacing_new
19
- pango_attr_list_change
20
- pango_attr_list_copy
21
- pango_attr_list_filter
22
- pango_attr_list_get_iterator
23
- pango_attr_list_get_type
24
- pango_attr_list_insert
25
- pango_attr_list_insert_before
26
- pango_attr_list_new
27
- pango_attr_list_ref
28
- pango_attr_list_splice
29
- pango_attr_list_unref
30
- pango_attr_rise_new
31
- pango_attr_scale_new
32
- pango_attr_shape_new
33
- pango_attr_shape_new_with_data
34
- pango_attr_size_new
35
- pango_attr_size_new_absolute
36
- pango_attr_stretch_new
37
- pango_attr_strikethrough_color_new
38
- pango_attr_strikethrough_new
39
- pango_attr_style_new
40
- pango_attr_type_get_type
41
- pango_attr_type_register
42
- pango_attr_type_get_name
43
- pango_attr_underline_color_new
44
- pango_attr_underline_new
45
- pango_attr_variant_new
46
- pango_attr_weight_new
47
- pango_attribute_init
48
- pango_attribute_copy
49
- pango_attribute_destroy
50
- pango_attribute_equal
51
- pango_bidi_type_for_unichar
52
- pango_bidi_type_get_type
53
- pango_break
54
- pango_color_copy
55
- pango_color_free
56
- pango_color_get_type
57
- pango_color_parse
58
- pango_color_to_string
59
- pango_config_key_get
60
- pango_context_get_base_dir
61
- pango_context_get_base_gravity
62
- pango_context_get_font_description
63
- pango_context_get_font_map
64
- pango_context_get_gravity
65
- pango_context_get_gravity_hint
66
- pango_context_get_language
67
- pango_context_get_matrix
68
- pango_context_get_metrics
69
- pango_context_get_type
70
- pango_context_list_families
71
- pango_context_load_font
72
- pango_context_load_fontset
73
- pango_context_new
74
- pango_context_set_base_dir
75
- pango_context_set_base_gravity
76
- pango_context_set_font_description
77
- pango_context_set_font_map
78
- pango_context_set_gravity_hint
79
- pango_context_set_language
80
- pango_context_set_matrix
81
- pango_coverage_copy
82
- pango_coverage_from_bytes
83
- pango_coverage_get
84
- pango_coverage_level_get_type
85
- pango_coverage_max
86
- pango_coverage_new
87
- pango_coverage_ref
88
- pango_coverage_set
89
- pango_coverage_to_bytes
90
- pango_coverage_unref
91
- pango_default_break
92
- pango_direction_get_type
93
- pango_ellipsize_mode_get_type
94
- pango_engine_get_type
95
- pango_engine_lang_get_type
96
- pango_engine_shape_get_type
97
- pango_extents_to_pixels
98
- pango_find_base_dir
99
- pango_find_map
100
- pango_find_paragraph_boundary
101
- pango_font_describe
102
- pango_font_describe_with_absolute_size
103
- pango_font_description_better_match
104
- pango_font_description_copy
105
- pango_font_description_copy_static
106
- pango_font_description_equal
107
- pango_font_description_free
108
- pango_font_description_from_string
109
- pango_font_description_get_family
110
- pango_font_description_get_gravity
111
- pango_font_description_get_set_fields
112
- pango_font_description_get_size
113
- pango_font_description_get_size_is_absolute
114
- pango_font_description_get_stretch
115
- pango_font_description_get_style
116
- pango_font_description_get_type
117
- pango_font_description_get_variant
118
- pango_font_description_get_weight
119
- pango_font_description_hash
120
- pango_font_description_merge
121
- pango_font_description_merge_static
122
- pango_font_description_new
123
- pango_font_description_set_absolute_size
124
- pango_font_description_set_family
125
- pango_font_description_set_family_static
126
- pango_font_description_set_gravity
127
- pango_font_description_set_size
128
- pango_font_description_set_stretch
129
- pango_font_description_set_style
130
- pango_font_description_set_variant
131
- pango_font_description_set_weight
132
- pango_font_description_to_filename
133
- pango_font_description_to_string
134
- pango_font_description_unset_fields
135
- pango_font_descriptions_free
136
- pango_font_face_describe
137
- pango_font_face_get_face_name
138
- pango_font_face_get_type
139
- pango_font_face_is_synthesized
140
- pango_font_face_list_sizes
141
- pango_font_family_get_name
142
- pango_font_family_get_type
143
- pango_font_family_is_monospace
144
- pango_font_family_list_faces
145
- pango_font_find_shaper
146
- pango_font_get_coverage
147
- pango_font_get_font_map
148
- pango_font_get_glyph_extents
149
- pango_font_get_metrics
150
- pango_font_get_type
151
- pango_font_map_create_context
152
- pango_font_map_get_shape_engine_type
153
- pango_font_map_get_type
154
- pango_font_map_list_families
155
- pango_font_map_load_font
156
- pango_font_map_load_fontset
157
- pango_font_mask_get_type
158
- pango_font_metrics_get_approximate_char_width
159
- pango_font_metrics_get_approximate_digit_width
160
- pango_font_metrics_get_ascent
161
- pango_font_metrics_get_descent
162
- pango_font_metrics_get_strikethrough_position
163
- pango_font_metrics_get_strikethrough_thickness
164
- pango_font_metrics_get_type
165
- pango_font_metrics_get_underline_position
166
- pango_font_metrics_get_underline_thickness
167
- pango_font_metrics_new
168
- pango_font_metrics_ref
169
- pango_font_metrics_unref
170
- pango_fontset_foreach
171
- pango_fontset_get_font
172
- pango_fontset_get_metrics
173
- pango_fontset_get_type
174
- pango_fontset_simple_append
175
- pango_fontset_simple_get_type
176
- pango_fontset_simple_new
177
- pango_fontset_simple_size
178
- pango_get_lib_subdirectory
179
- pango_get_log_attrs
180
- pango_get_mirror_char
181
- pango_get_sysconf_subdirectory
182
- pango_glyph_item_apply_attrs
183
- pango_glyph_item_copy
184
- pango_glyph_item_free
185
- pango_glyph_item_get_logical_widths
186
- pango_glyph_item_get_type
187
- pango_glyph_item_iter_copy
188
- pango_glyph_item_iter_free
189
- pango_glyph_item_iter_get_type
190
- pango_glyph_item_iter_init_end
191
- pango_glyph_item_iter_init_start
192
- pango_glyph_item_iter_next_cluster
193
- pango_glyph_item_iter_prev_cluster
194
- pango_glyph_item_letter_space
195
- pango_glyph_item_split
196
- pango_glyph_string_copy
197
- pango_glyph_string_extents
198
- pango_glyph_string_extents_range
199
- pango_glyph_string_free
200
- pango_glyph_string_get_logical_widths
201
- pango_glyph_string_get_type
202
- pango_glyph_string_get_width
203
- pango_glyph_string_index_to_x
204
- pango_glyph_string_new
205
- pango_glyph_string_set_size
206
- pango_glyph_string_x_to_index
207
- pango_gravity_get_for_matrix
208
- pango_gravity_get_for_script
209
- pango_gravity_get_for_script_and_width
210
- pango_gravity_get_type
211
- pango_gravity_hint_get_type
212
- pango_gravity_to_rotation
213
- pango_is_zero_width
214
- pango_item_copy
215
- pango_item_free
216
- pango_item_get_type
217
- pango_item_new
218
- pango_item_split
219
- pango_itemize
220
- pango_itemize_with_base_dir
221
- pango_language_from_string
222
- pango_language_get_default
223
- pango_language_get_sample_string
224
- pango_language_get_scripts
225
- pango_language_get_type
226
- pango_language_includes_script
227
- pango_language_matches
228
- pango_language_to_string
229
- pango_layout_context_changed
230
- pango_layout_copy
231
- pango_layout_get_alignment
232
- pango_layout_get_attributes
233
- pango_layout_get_auto_dir
234
- pango_layout_get_baseline
235
- pango_layout_get_character_count
236
- pango_layout_get_context
237
- pango_layout_get_cursor_pos
238
- pango_layout_get_ellipsize
239
- pango_layout_get_extents
240
- pango_layout_get_font_description
241
- pango_layout_get_height
242
- pango_layout_get_indent
243
- pango_layout_get_iter
244
- pango_layout_get_justify
245
- pango_layout_get_line
246
- pango_layout_get_line_count
247
- pango_layout_get_line_readonly
248
- pango_layout_get_lines
249
- pango_layout_get_lines_readonly
250
- pango_layout_get_log_attrs
251
- pango_layout_get_log_attrs_readonly
252
- pango_layout_get_pixel_extents
253
- pango_layout_get_pixel_size
254
- pango_layout_get_single_paragraph_mode
255
- pango_layout_get_size
256
- pango_layout_get_spacing
257
- pango_layout_get_tabs
258
- pango_layout_get_text
259
- pango_layout_get_type
260
- pango_layout_get_unknown_glyphs_count
261
- pango_layout_get_width
262
- pango_layout_get_wrap
263
- pango_layout_index_to_line_x
264
- pango_layout_index_to_pos
265
- pango_layout_is_ellipsized
266
- pango_layout_is_wrapped
267
- pango_layout_iter_at_last_line
268
- pango_layout_iter_copy
269
- pango_layout_iter_free
270
- pango_layout_iter_get_baseline
271
- pango_layout_iter_get_char_extents
272
- pango_layout_iter_get_cluster_extents
273
- pango_layout_iter_get_index
274
- pango_layout_iter_get_layout_extents
275
- pango_layout_iter_get_layout
276
- pango_layout_iter_get_line
277
- pango_layout_iter_get_line_extents
278
- pango_layout_iter_get_line_readonly
279
- pango_layout_iter_get_line_yrange
280
- pango_layout_iter_get_run
281
- pango_layout_iter_get_run_extents
282
- pango_layout_iter_get_run_readonly
283
- pango_layout_iter_get_type
284
- pango_layout_iter_next_char
285
- pango_layout_iter_next_cluster
286
- pango_layout_iter_next_line
287
- pango_layout_iter_next_run
288
- pango_layout_line_get_extents
289
- pango_layout_line_get_pixel_extents
290
- pango_layout_line_get_type
291
- pango_layout_line_get_x_ranges
292
- pango_layout_line_index_to_x
293
- pango_layout_line_ref
294
- pango_layout_line_unref
295
- pango_layout_line_x_to_index
296
- pango_layout_move_cursor_visually
297
- pango_layout_new
298
- pango_layout_set_alignment
299
- pango_layout_set_attributes
300
- pango_layout_set_auto_dir
301
- pango_layout_set_ellipsize
302
- pango_layout_set_font_description
303
- pango_layout_set_height
304
- pango_layout_set_indent
305
- pango_layout_set_justify
306
- pango_layout_set_markup
307
- pango_layout_set_markup_with_accel
308
- pango_layout_set_single_paragraph_mode
309
- pango_layout_set_spacing
310
- pango_layout_set_tabs
311
- pango_layout_set_text
312
- pango_layout_set_width
313
- pango_layout_set_wrap
314
- pango_layout_xy_to_index
315
- pango_log2vis_get_embedding_levels
316
- pango_lookup_aliases
317
- pango_map_get_engine
318
- pango_map_get_engines
319
- pango_matrix_concat
320
- pango_matrix_copy
321
- pango_matrix_free
322
- pango_matrix_get_font_scale_factor
323
- pango_matrix_get_type
324
- pango_matrix_rotate
325
- pango_matrix_scale
326
- pango_matrix_transform_distance
327
- pango_matrix_transform_pixel_rectangle
328
- pango_matrix_transform_point
329
- pango_matrix_transform_rectangle
330
- pango_matrix_translate
331
- pango_module_register
332
- pango_parse_enum
333
- pango_parse_markup
334
- pango_parse_stretch
335
- pango_parse_style
336
- pango_parse_variant
337
- pango_parse_weight
338
- pango_quantize_line_geometry
339
- pango_read_line
340
- pango_render_part_get_type
341
- pango_renderer_activate
342
- pango_renderer_deactivate
343
- pango_renderer_draw_error_underline
344
- pango_renderer_draw_glyph
345
- pango_renderer_draw_glyph_item
346
- pango_renderer_draw_glyphs
347
- pango_renderer_draw_layout
348
- pango_renderer_draw_layout_line
349
- pango_renderer_draw_rectangle
350
- pango_renderer_draw_trapezoid
351
- pango_renderer_get_color
352
- pango_renderer_get_layout
353
- pango_renderer_get_layout_line
354
- pango_renderer_get_matrix
355
- pango_renderer_get_type
356
- pango_renderer_part_changed
357
- pango_renderer_set_color
358
- pango_renderer_set_matrix
359
- pango_reorder_items
360
- pango_scan_int
361
- pango_scan_string
362
- pango_scan_word
363
- pango_script_for_unichar
364
- pango_script_get_sample_language
365
- pango_script_get_type
366
- pango_script_iter_free
367
- pango_script_iter_get_range
368
- pango_script_iter_new
369
- pango_script_iter_next
370
- pango_shape
371
- pango_skip_space
372
- pango_split_file_list
373
- pango_stretch_get_type
374
- pango_style_get_type
375
- pango_tab_align_get_type
376
- pango_tab_array_copy
377
- pango_tab_array_free
378
- pango_tab_array_get_positions_in_pixels
379
- pango_tab_array_get_size
380
- pango_tab_array_get_tab
381
- pango_tab_array_get_tabs
382
- pango_tab_array_get_type
383
- pango_tab_array_new
384
- pango_tab_array_new_with_positions
385
- pango_tab_array_resize
386
- pango_tab_array_set_tab
387
- pango_trim_string
388
- pango_underline_get_type
389
- pango_unichar_direction
390
- pango_units_from_double
391
- pango_units_to_double
392
- pango_variant_get_type
393
- pango_version
394
- pango_version_check
395
- pango_version_string
396
- pango_weight_get_type
397
- pango_wrap_mode_get_type