pango 1.0.3-x86-mingw32 → 1.1.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 (140) hide show
  1. data/ext/pango/extconf.rb +3 -0
  2. data/ext/pango/rbpango.c +312 -12
  3. data/ext/pango/rbpango.h +33 -22
  4. data/ext/pango/rbpangoanalysis.c +98 -58
  5. data/ext/pango/rbpangoattribute.c +94 -85
  6. data/ext/pango/rbpangoattriterator.c +39 -28
  7. data/ext/pango/rbpangoattrlist.c +42 -32
  8. data/ext/pango/rbpangocairo.c +38 -172
  9. data/ext/pango/rbpangocairocontext.c +151 -0
  10. data/ext/pango/rbpangocolor.c +49 -38
  11. data/ext/pango/rbpangocontext.c +109 -102
  12. data/ext/pango/rbpangoconversions.h +111 -0
  13. data/ext/pango/rbpangocoverage.c +45 -37
  14. data/ext/pango/rbpangoengine.c +22 -12
  15. data/ext/pango/rbpangofont.c +52 -43
  16. data/ext/pango/rbpangofontdescription.c +102 -91
  17. data/ext/pango/rbpangofontface.c +32 -21
  18. data/ext/pango/rbpangofontfamily.c +31 -20
  19. data/ext/pango/rbpangofontmap.c +44 -36
  20. data/ext/pango/rbpangofontmetrics.c +41 -30
  21. data/ext/pango/rbpangofontset.c +32 -21
  22. data/ext/pango/rbpangofontsetsimple.c +34 -24
  23. data/ext/pango/rbpangoglyphinfo.c +48 -35
  24. data/ext/pango/rbpangoglyphitem.c +43 -33
  25. data/ext/pango/rbpangoglyphstring.c +59 -59
  26. data/ext/pango/rbpangogravity.c +34 -23
  27. data/ext/pango/rbpangoitem.c +43 -34
  28. data/ext/pango/rbpangolanguage.c +44 -34
  29. data/ext/pango/rbpangolayout.c +167 -160
  30. data/ext/pango/rbpangolayoutiter.c +70 -59
  31. data/ext/pango/rbpangolayoutline.c +106 -71
  32. data/ext/pango/rbpangologattr.c +42 -31
  33. data/ext/pango/rbpangomatrix.c +47 -35
  34. data/ext/pango/rbpangoprivate.h +53 -0
  35. data/ext/pango/rbpangorectangle.c +58 -49
  36. data/ext/pango/rbpangorenderer.c +81 -70
  37. data/ext/pango/rbpangoscript.c +37 -27
  38. data/ext/pango/rbpangoscriptiter.c +32 -22
  39. data/ext/pango/rbpangotabarray.c +48 -37
  40. data/lib/1.8/pango.so +0 -0
  41. data/lib/1.9/pango.so +0 -0
  42. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  43. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  46. data/vendor/local/bin/pango-querymodules.exe +0 -0
  47. data/vendor/local/bin/pango-view.exe +0 -0
  48. data/vendor/local/etc/pango/pango.modules +1 -1
  49. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +1 -1
  50. data/vendor/local/include/pango-1.0/pango/pango-context.h +3 -3
  51. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  52. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -3
  53. data/vendor/local/include/pango-1.0/pango/pango-language.h +3 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-layout.h +6 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +1 -1
  56. data/vendor/local/include/pango-1.0/pango/pango-script.h +6 -6
  57. data/vendor/local/include/pango-1.0/pango/pango-utils.h +6 -6
  58. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  59. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  60. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  61. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  62. data/vendor/local/lib/pango-1.0.def +2 -0
  63. data/vendor/local/lib/pango-1.0.lib +0 -0
  64. data/vendor/local/lib/pangocairo-1.0.lib +0 -0
  65. data/vendor/local/lib/pangoft2-1.0.lib +0 -0
  66. data/vendor/local/lib/pangowin32-1.0.def +1 -1
  67. data/vendor/local/lib/pangowin32-1.0.lib +0 -0
  68. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  69. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  70. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  71. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  72. data/vendor/local/manifest/{pango-dev_1.28.3-1_win32.mft → pango-dev_1.29.4-1_win32.mft} +5 -5
  73. data/vendor/local/manifest/{pango_1.28.3-1_win32.mft → pango_1.29.4-1_win32.mft} +2 -2
  74. data/vendor/local/share/doc/{pango-1.28.3 → pango-1.29.4}/COPYING +0 -0
  75. data/vendor/local/share/doc/{pango-dev-1.28.3 → pango-dev-1.29.4}/COPYING +0 -0
  76. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -10
  77. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +25 -27
  78. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +19 -28
  79. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +42 -60
  80. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +97 -147
  81. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -6
  82. data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -3
  83. data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -3
  84. data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -3
  85. data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +5 -5
  86. data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +3 -5
  87. data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +3 -3
  89. data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -3
  91. data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +4 -4
  92. data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +8 -11
  93. data/vendor/local/share/gtk-doc/html/pango/index-1.30.html +38 -0
  94. data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -3
  95. data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +4 -4
  97. data/vendor/local/share/gtk-doc/html/pango/index-all.html +38 -40
  98. data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -3
  99. data/vendor/local/share/gtk-doc/html/pango/index.html +6 -5
  100. data/vendor/local/share/gtk-doc/html/pango/index.sgml +71 -34
  101. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -3
  102. data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +4 -66
  103. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +52 -50
  104. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +217 -278
  105. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +40 -41
  106. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +37 -49
  107. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +481 -628
  108. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +76 -118
  109. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +302 -452
  110. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +492 -517
  111. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +134 -164
  112. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +34 -45
  113. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +244 -359
  114. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +117 -122
  115. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +112 -120
  116. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +394 -523
  117. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +269 -364
  118. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +26 -40
  119. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +72 -75
  120. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +97 -145
  121. data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +114 -188
  122. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +114 -176
  123. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +42 -8
  124. data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +106 -150
  125. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +3 -3
  126. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +35 -35
  127. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -3
  128. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/pango/style.css +2 -1
  130. data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -3
  131. data/vendor/local/share/man/man1/pango-querymodules.1 +12 -3
  132. data/vendor/local/share/man/man1/pango-view.1 +2 -2
  133. data/vendor/local/src/dieterv/packaging/pango_1.29.4-1_win32.log +806 -0
  134. data/vendor/local/src/{tml/packaging/pango_1.28.3-1_win32.sh → dieterv/packaging/pango_1.29.4-1_win32.sh} +7 -7
  135. metadata +19 -19
  136. data/ChangeLog +0 -721
  137. data/ext/pango/rbpangoinits.c +0 -72
  138. data/ext/pango/rbpangomain.c +0 -202
  139. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +0 -799
  140. data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.log +0 -950
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>FreeType Fonts and Rendering</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Pango Reference Manual">
8
8
  <link rel="up" href="rendering.html" title="Rendering with Pango">
9
9
  <link rel="prev" href="pango-Win32-Fonts-and-Rendering.html" title="Win32 Fonts and Rendering">
10
10
  <link rel="next" href="pango-Xft-Fonts-and-Rendering.html" title="Xft Fonts and Rendering">
11
- <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -47,34 +47,34 @@
47
47
  <em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);
48
48
  <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-create-context" title="pango_ft2_font_map_create_context ()">pango_ft2_font_map_create_context</a> (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>);
49
49
  <span class="returnvalue">void</span> (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()">*PangoFT2SubstituteFunc</a>) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
50
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
50
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
51
51
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-default-substitute" title="pango_ft2_font_map_set_default_substitute ()">pango_ft2_font_map_set_default_substitute</a>
52
52
  (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>,
53
53
  <em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()"><span class="type">PangoFT2SubstituteFunc</span></a> func</code></em>,
54
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
55
- <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
54
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
55
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);
56
56
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-substitute-changed" title="pango_ft2_font_map_substitute_changed ()">pango_ft2_font_map_substitute_changed</a>
57
57
  (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>);
58
58
  <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-context" title="pango_ft2_get_context ()">pango_ft2_get_context</a> (<em class="parameter"><code><span class="type">double</span> dpi_x</code></em>,
59
59
  <em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);
60
60
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render" title="pango_ft2_render ()">pango_ft2_render</a> (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
61
61
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
62
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
63
- <em class="parameter"><code><span class="type">gint</span> x</code></em>,
64
- <em class="parameter"><code><span class="type">gint</span> y</code></em>);
62
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
63
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
64
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
65
65
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-transformed" title="pango_ft2_render_transformed ()">pango_ft2_render_transformed</a> (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
66
- <em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
66
+ <em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
67
67
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
68
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
68
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
69
69
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
70
70
  <em class="parameter"><code><span class="type">int</span> y</code></em>);
71
71
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line" title="pango_ft2_render_layout_line ()">pango_ft2_render_layout_line</a> (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
72
- <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
72
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
73
73
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
74
74
  <em class="parameter"><code><span class="type">int</span> y</code></em>);
75
75
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line-subpixel" title="pango_ft2_render_layout_line_subpixel ()">pango_ft2_render_layout_line_subpixel</a>
76
76
  (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
77
- <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
77
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
78
78
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
79
79
  <em class="parameter"><code><span class="type">int</span> y</code></em>);
80
80
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout" title="pango_ft2_render_layout ()">pango_ft2_render_layout</a> (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
@@ -91,7 +91,7 @@
91
91
  <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> right</code></em>);
92
92
  <span class="returnvalue">FT_Face</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-face" title="pango_ft2_font_get_face ()">pango_ft2_font_get_face</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
93
93
  <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="returnvalue">PangoCoverage</span></a> * <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-coverage" title="pango_ft2_font_get_coverage ()">pango_ft2_font_get_coverage</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
94
- <em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
94
+ <em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);
95
95
  <a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-for-display" title="pango_ft2_font_map_for_display ()">pango_ft2_font_map_for_display</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
96
96
  <span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-shutdown-display" title="pango_ft2_shutdown_display ()">pango_ft2_shutdown_display</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
97
97
  </pre>
@@ -99,7 +99,7 @@
99
99
  <div class="refsect1">
100
100
  <a name="pango-FreeType-Fonts-and-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
101
101
  <pre class="synopsis">
102
- GObject
102
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
103
103
  +----<a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
104
104
  +----<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
105
105
  +----PangoFT2FontMap
@@ -150,10 +150,8 @@ the default substitute function (see
150
150
  <col align="left" valign="top">
151
151
  <tbody><tr>
152
152
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
153
- <td> the newly created fontmap object. Unref
154
- with <code class="function">g_object_unref()</code> when you are finished with it.
155
-
156
- </td>
153
+ <td>the newly created fontmap object. Unref
154
+ with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when you are finished with it.</td>
157
155
  </tr></tbody>
158
156
  </table></div>
159
157
  <p class="since">Since 1.2</p>
@@ -177,13 +175,11 @@ Sets the horizontal and vertical resolutions for the fontmap.
177
175
  </tr>
178
176
  <tr>
179
177
  <td><p><span class="term"><em class="parameter"><code>dpi_x</code></em> :</span></p></td>
180
- <td>dots per inch in the X direction
181
- </td>
178
+ <td>dots per inch in the X direction</td>
182
179
  </tr>
183
180
  <tr>
184
181
  <td><p><span class="term"><em class="parameter"><code>dpi_y</code></em> :</span></p></td>
185
- <td>dots per inch in the Y direction
186
- </td>
182
+ <td>dots per inch in the Y direction</td>
187
183
  </tr>
188
184
  </tbody>
189
185
  </table></div>
@@ -210,9 +206,7 @@ Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span cl
210
206
  </tr>
211
207
  <tr>
212
208
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
213
- <td> the newly created context; free with <code class="function">g_object_unref()</code>.
214
-
215
- </td>
209
+ <td>the newly created context; free with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td>
216
210
  </tr>
217
211
  </tbody>
218
212
  </table></div>
@@ -222,7 +216,7 @@ Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span cl
222
216
  <div class="refsect2">
223
217
  <a name="PangoFT2SubstituteFunc"></a><h3>PangoFT2SubstituteFunc ()</h3>
224
218
  <pre class="programlisting"><span class="returnvalue">void</span> (*PangoFT2SubstituteFunc) (<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>,
225
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
219
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
226
220
  <p>
227
221
  Function type for doing final config tweaking on prepared FcPatterns.
228
222
  </p>
@@ -231,13 +225,11 @@ Function type for doing final config tweaking on prepared FcPatterns.
231
225
  <tbody>
232
226
  <tr>
233
227
  <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
234
- <td>the <span class="type">FcPattern</span> to tweak.
235
- </td>
228
+ <td>the <span class="type">FcPattern</span> to tweak.</td>
236
229
  </tr>
237
230
  <tr>
238
231
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
239
- <td>user data.
240
- </td>
232
+ <td>user data.</td>
241
233
  </tr>
242
234
  </tbody>
243
235
  </table></div>
@@ -248,8 +240,8 @@ Function type for doing final config tweaking on prepared FcPatterns.
248
240
  <pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_font_map_set_default_substitute
249
241
  (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>,
250
242
  <em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()"><span class="type">PangoFT2SubstituteFunc</span></a> func</code></em>,
251
- <em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
252
- <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
243
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
244
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
253
245
  <p>
254
246
  Sets a function that will be called to do final configuration
255
247
  substitution on a <span class="type">FcPattern</span> before it is used to load
@@ -267,8 +259,7 @@ hinting and antialiasing options.
267
259
  <tr>
268
260
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
269
261
  <td>function to call to to do final config tweaking
270
- on <span class="type">FcPattern</span> objects.
271
- </td>
262
+ on <span class="type">FcPattern</span> objects.</td>
272
263
  </tr>
273
264
  <tr>
274
265
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
@@ -277,8 +268,7 @@ hinting and antialiasing options.
277
268
  </tr>
278
269
  <tr>
279
270
  <td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
280
- <td>function to call when <em class="parameter"><code>data</code></em> is no longer used.
281
- </td>
271
+ <td>function to call when <em class="parameter"><code>data</code></em> is no longer used.</td>
282
272
  </tr>
283
273
  </tbody>
284
274
  </table></div>
@@ -325,18 +315,15 @@ for the default fontmap to <em class="parameter"><code>dpi_x</code></em> by <em
325
315
  <tbody>
326
316
  <tr>
327
317
  <td><p><span class="term"><em class="parameter"><code>dpi_x</code></em> :</span></p></td>
328
- <td>the horizontal DPI of the target device
329
- </td>
318
+ <td>the horizontal DPI of the target device</td>
330
319
  </tr>
331
320
  <tr>
332
321
  <td><p><span class="term"><em class="parameter"><code>dpi_y</code></em> :</span></p></td>
333
- <td>the vertical DPI of the target device
334
- </td>
322
+ <td>the vertical DPI of the target device</td>
335
323
  </tr>
336
324
  <tr>
337
325
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
338
- <td> the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
339
-
326
+ <td>the new <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>
340
327
  </td>
341
328
  </tr>
342
329
  </tbody>
@@ -347,39 +334,34 @@ for the default fontmap to <em class="parameter"><code>dpi_x</code></em> by <em
347
334
  <a name="pango-ft2-render"></a><h3>pango_ft2_render ()</h3>
348
335
  <pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
349
336
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
350
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
351
- <em class="parameter"><code><span class="type">gint</span> x</code></em>,
352
- <em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
337
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
338
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
339
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
353
340
  <p>
354
- Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap.
341
+ Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap.
355
342
  </p>
356
343
  <div class="variablelist"><table border="0">
357
344
  <col align="left" valign="top">
358
345
  <tbody>
359
346
  <tr>
360
347
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
361
- <td>the FreeType2 bitmap onto which to draw the string
362
- </td>
348
+ <td>the FreeType2 bitmap onto which to draw the string</td>
363
349
  </tr>
364
350
  <tr>
365
351
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
366
- <td>the font in which to draw the string
367
- </td>
352
+ <td>the font in which to draw the string</td>
368
353
  </tr>
369
354
  <tr>
370
355
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
371
- <td>the glyph string to draw
372
- </td>
356
+ <td>the glyph string to draw</td>
373
357
  </tr>
374
358
  <tr>
375
359
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
376
- <td>the x position of the start of the string (in pixels)
377
- </td>
360
+ <td>the x position of the start of the string (in pixels)</td>
378
361
  </tr>
379
362
  <tr>
380
363
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
381
- <td>the y position of the baseline (in pixels)
382
- </td>
364
+ <td>the y position of the baseline (in pixels)</td>
383
365
  </tr>
384
366
  </tbody>
385
367
  </table></div>
@@ -388,13 +370,13 @@ Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title
388
370
  <div class="refsect2">
389
371
  <a name="pango-ft2-render-transformed"></a><h3>pango_ft2_render_transformed ()</h3>
390
372
  <pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_transformed (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
391
- <em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
373
+ <em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a> *matrix</code></em>,
392
374
  <em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
393
- <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
375
+ <em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> *glyphs</code></em>,
394
376
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
395
377
  <em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
396
378
  <p>
397
- Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap, possibly
379
+ Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap, possibly
398
380
  transforming the layed-out coordinates through a transformation
399
381
  matrix. Note that the transformation matrix for <em class="parameter"><code>font</code></em> is not
400
382
  changed, so to produce correct rendering results, the <em class="parameter"><code>font</code></em>
@@ -406,35 +388,29 @@ transformation matrix to that passed in to this function.
406
388
  <tbody>
407
389
  <tr>
408
390
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
409
- <td>the FreeType2 bitmap onto which to draw the string
410
- </td>
391
+ <td>the FreeType2 bitmap onto which to draw the string</td>
411
392
  </tr>
412
393
  <tr>
413
394
  <td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
414
- <td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="struct PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use an identity transformation
415
- </td>
395
+ <td>a <a class="link" href="pango-Glyph-Storage.html#PangoMatrix"><span class="type">PangoMatrix</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use an identity transformation</td>
416
396
  </tr>
417
397
  <tr>
418
398
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
419
- <td>the font in which to draw the string
420
- </td>
399
+ <td>the font in which to draw the string</td>
421
400
  </tr>
422
401
  <tr>
423
402
  <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
424
- <td>the glyph string to draw
425
- </td>
403
+ <td>the glyph string to draw</td>
426
404
  </tr>
427
405
  <tr>
428
406
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
429
407
  <td>the x position of the start of the string (in Pango
430
- units in user space coordinates)
431
- </td>
408
+ units in user space coordinates)</td>
432
409
  </tr>
433
410
  <tr>
434
411
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
435
412
  <td>the y position of the baseline (in Pango units
436
- in user space coordinates)
437
- </td>
413
+ in user space coordinates)</td>
438
414
  </tr>
439
415
  </tbody>
440
416
  </table></div>
@@ -444,34 +420,31 @@ transformation matrix to that passed in to this function.
444
420
  <div class="refsect2">
445
421
  <a name="pango-ft2-render-layout-line"></a><h3>pango_ft2_render_layout_line ()</h3>
446
422
  <pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_line (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
447
- <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
423
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
448
424
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
449
425
  <em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
450
426
  <p>
451
- Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap
427
+ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap
452
428
  </p>
453
429
  <div class="variablelist"><table border="0">
454
430
  <col align="left" valign="top">
455
431
  <tbody>
456
432
  <tr>
457
433
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
458
- <td>a <span class="type">FT_Bitmap</span> to render the line onto
459
- </td>
434
+ <td>a <span class="type">FT_Bitmap</span> to render the line onto</td>
460
435
  </tr>
461
436
  <tr>
462
437
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
463
- <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
438
+ <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
464
439
  </td>
465
440
  </tr>
466
441
  <tr>
467
442
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
468
- <td>the x position of start of string (in pixels)
469
- </td>
443
+ <td>the x position of start of string (in pixels)</td>
470
444
  </tr>
471
445
  <tr>
472
446
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
473
- <td>the y position of baseline (in pixels)
474
- </td>
447
+ <td>the y position of baseline (in pixels)</td>
475
448
  </tr>
476
449
  </tbody>
477
450
  </table></div>
@@ -481,11 +454,11 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title=
481
454
  <a name="pango-ft2-render-layout-line-subpixel"></a><h3>pango_ft2_render_layout_line_subpixel ()</h3>
482
455
  <pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_line_subpixel
483
456
  (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
484
- <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
457
+ <em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> *line</code></em>,
485
458
  <em class="parameter"><code><span class="type">int</span> x</code></em>,
486
459
  <em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
487
460
  <p>
488
- Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap, with he
461
+ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap, with he
489
462
  location specified in fixed-point Pango units rather than
490
463
  pixels. (Using this will avoid extra inaccuracies from
491
464
  rounding to integer pixels multiple times, even if the
@@ -496,23 +469,20 @@ final glyph positions are integers.)
496
469
  <tbody>
497
470
  <tr>
498
471
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
499
- <td>a <span class="type">FT_Bitmap</span> to render the line onto
500
- </td>
472
+ <td>a <span class="type">FT_Bitmap</span> to render the line onto</td>
501
473
  </tr>
502
474
  <tr>
503
475
  <td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
504
- <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
476
+ <td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
505
477
  </td>
506
478
  </tr>
507
479
  <tr>
508
480
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
509
- <td>the x position of start of string (in Pango units)
510
- </td>
481
+ <td>the x position of start of string (in Pango units)</td>
511
482
  </tr>
512
483
  <tr>
513
484
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
514
- <td>the y position of baseline (in Pango units)
515
- </td>
485
+ <td>the y position of baseline (in Pango units)</td>
516
486
  </tr>
517
487
  </tbody>
518
488
  </table></div>
@@ -533,8 +503,7 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
533
503
  <tbody>
534
504
  <tr>
535
505
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
536
- <td>a <span class="type">FT_Bitmap</span> to render the layout onto
537
- </td>
506
+ <td>a <span class="type">FT_Bitmap</span> to render the layout onto</td>
538
507
  </tr>
539
508
  <tr>
540
509
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
@@ -543,13 +512,11 @@ Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span clas
543
512
  </tr>
544
513
  <tr>
545
514
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
546
- <td>the X position of the left of the layout (in pixels)
547
- </td>
515
+ <td>the X position of the left of the layout (in pixels)</td>
548
516
  </tr>
549
517
  <tr>
550
518
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
551
- <td>the Y position of the top of the layout (in pixels)
552
- </td>
519
+ <td>the Y position of the top of the layout (in pixels)</td>
553
520
  </tr>
554
521
  </tbody>
555
522
  </table></div>
@@ -573,8 +540,7 @@ final glyph positions are integers.)
573
540
  <tbody>
574
541
  <tr>
575
542
  <td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
576
- <td>a <span class="type">FT_Bitmap</span> to render the layout onto
577
- </td>
543
+ <td>a <span class="type">FT_Bitmap</span> to render the layout onto</td>
578
544
  </tr>
579
545
  <tr>
580
546
  <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
@@ -583,13 +549,11 @@ final glyph positions are integers.)
583
549
  </tr>
584
550
  <tr>
585
551
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
586
- <td>the X position of the left of the layout (in Pango units)
587
- </td>
552
+ <td>the X position of the left of the layout (in Pango units)</td>
588
553
  </tr>
589
554
  <tr>
590
555
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
591
- <td>the Y position of the top of the layout (in Pango units)
592
- </td>
556
+ <td>the Y position of the top of the layout (in Pango units)</td>
593
557
  </tr>
594
558
  </tbody>
595
559
  </table></div>
@@ -622,7 +586,7 @@ use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
622
586
  </tr>
623
587
  <tr>
624
588
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
625
- <td> a glyph index into <em class="parameter"><code>font</code></em>, or <a class="link" href="pango-Glyph-Storage.html#PANGO-GLYPH-EMPTY:CAPS" title="PANGO_GLYPH_EMPTY"><code class="literal">PANGO_GLYPH_EMPTY</code></a>
589
+ <td>a glyph index into <em class="parameter"><code>font</code></em>, or <a class="link" href="pango-Glyph-Storage.html#PANGO-GLYPH-EMPTY:CAPS" title="PANGO_GLYPH_EMPTY"><code class="literal">PANGO_GLYPH_EMPTY</code></a>
626
590
  </td>
627
591
  </tr>
628
592
  </tbody>
@@ -664,9 +628,8 @@ Use <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pan
664
628
  </tr>
665
629
  <tr>
666
630
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
667
- <td> The amount of kerning (in Pango units) to apply for
668
- the given combination of glyphs.
669
- </td>
631
+ <td>The amount of kerning (in Pango units) to apply for
632
+ the given combination of glyphs.</td>
670
633
  </tr>
671
634
  </tbody>
672
635
  </table></div>
@@ -698,9 +661,8 @@ face from <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title=
698
661
  </tr>
699
662
  <tr>
700
663
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
701
- <td> a pointer to a <span class="type">FT_Face</span> structure, with the size set correctly,
702
- or <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em> is <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
703
- </td>
664
+ <td>a pointer to a <span class="type">FT_Face</span> structure, with the size set correctly,
665
+ or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>font</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
704
666
  </tr>
705
667
  </tbody>
706
668
  </table></div>
@@ -709,7 +671,7 @@ face from <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title=
709
671
  <div class="refsect2">
710
672
  <a name="pango-ft2-font-get-coverage"></a><h3>pango_ft2_font_get_coverage ()</h3>
711
673
  <pre class="programlisting"><a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="returnvalue">PangoCoverage</span></a> * pango_ft2_font_get_coverage (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
712
- <em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);</pre>
674
+ <em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> *language</code></em>);</pre>
713
675
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
714
676
  <h3 class="title">Warning</h3>
715
677
  <p><code class="literal">pango_ft2_font_get_coverage</code> is deprecated and should not be used in newly-written code.</p>
@@ -723,18 +685,15 @@ Gets the <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="Pa
723
685
  <tbody>
724
686
  <tr>
725
687
  <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
726
- <td>a <span class="type">PangoFT2Font</span>.
727
- </td>
688
+ <td>a <span class="type">PangoFT2Font</span>.</td>
728
689
  </tr>
729
690
  <tr>
730
691
  <td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
731
- <td>a language tag.
732
- </td>
692
+ <td>a language tag.</td>
733
693
  </tr>
734
694
  <tr>
735
695
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
736
- <td>a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>.
737
- </td>
696
+ <td>a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>.</td>
738
697
  </tr>
739
698
  </tbody>
740
699
  </table></div>
@@ -758,8 +717,7 @@ instead.
758
717
  <col align="left" valign="top">
759
718
  <tbody><tr>
760
719
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
761
- <td> a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a>.
762
- </td>
720
+ <td>a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a>.</td>
763
721
  </tr></tbody>
764
722
  </table></div>
765
723
  </div>
@@ -780,6 +738,6 @@ Use of the global PangoFT2 fontmap is deprecated.
780
738
  </div>
781
739
  <div class="footer">
782
740
  <hr>
783
- Generated by GTK-Doc V1.15.1</div>
741
+ Generated by GTK-Doc V1.18</div>
784
742
  </body>
785
743
  </html>