gtk2 0.90.4-x86-mingw32 → 0.90.5-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.
- data/ChangeLog +4 -0
- data/Rakefile +3 -4
- data/ext/gtk2/extconf.rb +8 -0
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +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/bin/pkg-config.exe +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/etc/pango/pango.modules +1 -1
- data/vendor/local/gtk+-bundle_2.22.0-20101016_win32.README.txt +29 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +936 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- 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/libpixman-1.a +0 -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.lib +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/manifest/gtk+-bundle_2.22.0-20101016_win32.mft +2910 -0
- data/vendor/local/manifest/{pango-dev_1.28.1-2_win32.mft → pango-dev_1.28.3-1_win32.mft} +5 -5
- data/vendor/local/manifest/{pango_1.28.1-2_win32.mft → pango_1.28.3-1_win32.mft} +2 -2
- data/vendor/local/share/aclocal/pkg.m4 +155 -0
- data/vendor/local/share/doc/gtk+-bundle_2.22.0-20101016_win32/components.lst +28 -0
- data/vendor/local/share/doc/{pango-1.28.1 → pango-1.28.3}/COPYING +0 -0
- data/vendor/local/share/doc/{pango-dev-1.28.1 → pango-dev-1.28.3}/COPYING +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +44 -50
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +45 -51
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +44 -61
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +89 -101
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +173 -171
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +22 -43
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +70 -91
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/index.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +31 -30
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +6 -27
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +20 -39
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +73 -88
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +405 -320
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +85 -97
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +69 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +695 -645
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +225 -228
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +523 -494
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +819 -742
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +203 -204
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +58 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +422 -405
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +144 -142
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +120 -130
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +618 -576
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +397 -384
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +44 -58
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +73 -84
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +220 -217
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +303 -302
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +293 -292
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +5 -26
- data/vendor/local/share/gtk-doc/html/pango/pango-pango-renderer.html +1009 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +7 -28
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +68 -68
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +72 -72
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -24
- data/vendor/local/share/gtk-doc/html/pango/style.css +21 -13
- data/vendor/local/share/gtk-doc/html/pango/tools.html +3 -24
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.log → gtk+_2.22.0-2_win32.log} +1835 -1832
- data/vendor/local/src/tml/packaging/{gtk+_2.22.0-1_win32.sh → gtk+_2.22.0-2_win32.sh} +26 -1
- data/vendor/local/src/tml/packaging/{pango_1.28.1-2_win32.log → pango_1.28.3-1_win32.log} +293 -413
- data/vendor/local/src/tml/packaging/pango_1.28.3-1_win32.sh +56 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.log +291 -0
- data/vendor/local/src/tml/packaging/pixman_0.18.4-2_win32.sh +141 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +215 -0
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +278 -0
- metadata +3323 -3325
- data/ext/gtk2/Makefile +0 -163
- data/ext/gtk2/rbgdkkeysyms.h +0 -1708
- data/ext/gtk2/rbgtkinits.c +0 -469
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +0 -83
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +0 -10
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +0 -2
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +0 -56
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +0 -2
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +0 -947
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +0 -225
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +0 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +0 -579
| @@ -8,29 +8,8 @@ | |
| 8 8 | 
             
            <link rel="up" href="lowlevel.html" title="Low Level Functionality">
         | 
| 9 9 | 
             
            <link rel="prev" href="PangoFcFont.html" title="PangoFcFont">
         | 
| 10 10 | 
             
            <link rel="next" href="pango-OpenType-Font-Handling.html" title="OpenType Font Handling">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 | 
            -
            <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
         | 
| 14 | 
            -
            <link rel="chapter" href="rendering.html" title="Rendering with Pango">
         | 
| 15 | 
            -
            <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
         | 
| 16 | 
            -
            <link rel="chapter" href="tools.html" title="Pango Tools">
         | 
| 17 | 
            -
            <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
         | 
| 18 | 
            -
            <link rel="index" href="index-all.html" title="Index">
         | 
| 19 | 
            -
            <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
         | 
| 20 | 
            -
            <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
         | 
| 21 | 
            -
            <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
         | 
| 22 | 
            -
            <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
         | 
| 23 | 
            -
            <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
         | 
| 24 | 
            -
            <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
         | 
| 25 | 
            -
            <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
         | 
| 26 | 
            -
            <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
         | 
| 27 | 
            -
            <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
         | 
| 28 | 
            -
            <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
         | 
| 29 | 
            -
            <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
         | 
| 30 | 
            -
            <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
         | 
| 31 | 
            -
            <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
         | 
| 32 | 
            -
            <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
         | 
| 33 | 
            -
            <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
         | 
| 34 13 | 
             
            </head>
         | 
| 35 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| 36 15 | 
             
            <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
         | 
| @@ -49,7 +28,7 @@ | |
| 49 28 | 
             
                              <a href="#PangoFcDecoder.object-hierarchy" class="shortcut">Object Hierarchy</a>
         | 
| 50 29 | 
             
            </td></tr>
         | 
| 51 30 | 
             
            </table>
         | 
| 52 | 
            -
            <div class="refentry" | 
| 31 | 
            +
            <div class="refentry">
         | 
| 53 32 | 
             
            <a name="PangoFcDecoder"></a><div class="titlepage"></div>
         | 
| 54 33 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 55 34 | 
             
            <td valign="top">
         | 
| @@ -58,36 +37,36 @@ | |
| 58 37 | 
             
            </td>
         | 
| 59 38 | 
             
            <td valign="top" align="right"></td>
         | 
| 60 39 | 
             
            </tr></table></div>
         | 
| 61 | 
            -
            <div class="refsynopsisdiv" | 
| 40 | 
            +
            <div class="refsynopsisdiv">
         | 
| 62 41 | 
             
            <a name="PangoFcDecoder.synopsis"></a><h2>Synopsis</h2>
         | 
| 63 | 
            -
            <pre class="synopsis"> | 
| 64 | 
            -
             | 
| 65 | 
            -
            <span class="returnvalue">FcCharSet</span> *         <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a>        (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class=" | 
| 66 | 
            -
                                                                     <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 67 | 
            -
            <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a>          (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class=" | 
| 68 | 
            -
                                                                     <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 69 | 
            -
                                                                     < | 
| 42 | 
            +
            <pre class="synopsis">struct              <a class="link" href="PangoFcDecoder.html#PangoFcDecoder-struct" title="struct PangoFcDecoder">PangoFcDecoder</a>;
         | 
| 43 | 
            +
            struct              <a class="link" href="PangoFcDecoder.html#PangoFcDecoderClass" title="struct PangoFcDecoderClass">PangoFcDecoderClass</a>;
         | 
| 44 | 
            +
            <span class="returnvalue">FcCharSet</span> *         <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-charset" title="pango_fc_decoder_get_charset ()">pango_fc_decoder_get_charset</a>        (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
         | 
| 45 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);
         | 
| 46 | 
            +
            <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          <a class="link" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph" title="pango_fc_decoder_get_glyph ()">pango_fc_decoder_get_glyph</a>          (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
         | 
| 47 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
         | 
| 48 | 
            +
                                                                     <em class="parameter"><code><span class="type">guint32</span> wc</code></em>);
         | 
| 70 49 | 
             
            </pre>
         | 
| 71 50 | 
             
            </div>
         | 
| 72 | 
            -
            <div class="refsect1" | 
| 51 | 
            +
            <div class="refsect1">
         | 
| 73 52 | 
             
            <a name="PangoFcDecoder.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 74 53 | 
             
            <pre class="synopsis">
         | 
| 75 | 
            -
               | 
| 54 | 
            +
              GObject
         | 
| 76 55 | 
             
               +----PangoFcDecoder
         | 
| 77 56 | 
             
            </pre>
         | 
| 78 57 | 
             
            </div>
         | 
| 79 | 
            -
            <div class="refsect1" | 
| 58 | 
            +
            <div class="refsect1">
         | 
| 80 59 | 
             
            <a name="PangoFcDecoder.description"></a><h2>Description</h2>
         | 
| 81 60 | 
             
            <p>
         | 
| 82 61 | 
             
            PangoFcDecoder represents a decoder that an application provides
         | 
| 83 62 | 
             
            for handling a font that is encoded in a custom way.
         | 
| 84 63 | 
             
            </p>
         | 
| 85 64 | 
             
            </div>
         | 
| 86 | 
            -
            <div class="refsect1" | 
| 65 | 
            +
            <div class="refsect1">
         | 
| 87 66 | 
             
            <a name="PangoFcDecoder.details"></a><h2>Details</h2>
         | 
| 88 | 
            -
            <div class="refsect2" | 
| 89 | 
            -
            <a name="PangoFcDecoder-struct"></a><h3>PangoFcDecoder</h3>
         | 
| 90 | 
            -
            <pre class="programlisting"> | 
| 67 | 
            +
            <div class="refsect2">
         | 
| 68 | 
            +
            <a name="PangoFcDecoder-struct"></a><h3>struct PangoFcDecoder</h3>
         | 
| 69 | 
            +
            <pre class="programlisting">struct PangoFcDecoder;</pre>
         | 
| 91 70 | 
             
            <p>
         | 
| 92 71 | 
             
            <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> is a virtual base class that implementations will
         | 
| 93 72 | 
             
            inherit from.  It's the interface that is used to define a custom
         | 
| @@ -97,28 +76,30 @@ function callback that was originally registered with | |
| 97 76 | 
             
            information about the supported charset for a font as well as the
         | 
| 98 77 | 
             
            individual character to glyph conversions.  Pango gets that
         | 
| 99 78 | 
             
            information via the <span class="type">get_charset</span> and <span class="type">get_glyph</span> callbacks into your
         | 
| 100 | 
            -
            object implementation | 
| 79 | 
            +
            object implementation.
         | 
| 80 | 
            +
            </p>
         | 
| 101 81 | 
             
            <p class="since">Since 1.6</p>
         | 
| 102 82 | 
             
            </div>
         | 
| 103 83 | 
             
            <hr>
         | 
| 104 | 
            -
            <div class="refsect2" | 
| 105 | 
            -
            <a name="PangoFcDecoderClass"></a><h3>PangoFcDecoderClass</h3>
         | 
| 106 | 
            -
            <pre class="programlisting"> | 
| 84 | 
            +
            <div class="refsect2">
         | 
| 85 | 
            +
            <a name="PangoFcDecoderClass"></a><h3>struct PangoFcDecoderClass</h3>
         | 
| 86 | 
            +
            <pre class="programlisting">struct PangoFcDecoderClass {
         | 
| 107 87 | 
             
              FcCharSet  *(*get_charset) (PangoFcDecoder *decoder,
         | 
| 108 88 | 
             
            			      PangoFcFont    *fcfont);
         | 
| 109 89 | 
             
              PangoGlyph  (*get_glyph)   (PangoFcDecoder *decoder,
         | 
| 110 90 | 
             
            			      PangoFcFont    *fcfont,
         | 
| 111 91 | 
             
            			      guint32         wc);
         | 
| 112 | 
            -
            } | 
| 92 | 
            +
            };
         | 
| 113 93 | 
             
            </pre>
         | 
| 114 94 | 
             
            <p>
         | 
| 115 | 
            -
            Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a | 
| 95 | 
            +
            Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>.
         | 
| 96 | 
            +
            </p>
         | 
| 116 97 | 
             
            <div class="variablelist"><table border="0">
         | 
| 117 98 | 
             
            <col align="left" valign="top">
         | 
| 118 99 | 
             
            <tbody>
         | 
| 119 100 | 
             
            <tr>
         | 
| 120 101 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-charset"></a>get_charset</code></em> ()</span></p></td>
         | 
| 121 | 
            -
            <td> | 
| 102 | 
            +
            <td>This returns an <span class="type">FcCharset</span> given a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> that
         | 
| 122 103 | 
             
             includes a list of supported characters in the font.  The
         | 
| 123 104 | 
             
             <span class="type">FcCharSet</span> that is returned should be an internal reference to your
         | 
| 124 105 | 
             
             code.  Pango will not free this structure.  It is important that
         | 
| @@ -128,7 +109,7 @@ Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDec | |
| 128 109 | 
             
            </tr>
         | 
| 129 110 | 
             
            <tr>
         | 
| 130 111 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcDecoderClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
         | 
| 131 | 
            -
            <td> | 
| 112 | 
            +
            <td>This returns a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for a given Unicode
         | 
| 132 113 | 
             
             code point.
         | 
| 133 114 | 
             
            </td>
         | 
| 134 115 | 
             
            </tr>
         | 
| @@ -137,26 +118,27 @@ Class structure for <a class="link" href="PangoFcDecoder.html" title="PangoFcDec | |
| 137 118 | 
             
            <p class="since">Since 1.6</p>
         | 
| 138 119 | 
             
            </div>
         | 
| 139 120 | 
             
            <hr>
         | 
| 140 | 
            -
            <div class="refsect2" | 
| 121 | 
            +
            <div class="refsect2">
         | 
| 141 122 | 
             
            <a name="pango-fc-decoder-get-charset"></a><h3>pango_fc_decoder_get_charset ()</h3>
         | 
| 142 | 
            -
            <pre class="programlisting"><span class="returnvalue">FcCharSet</span> *         pango_fc_decoder_get_charset        (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class=" | 
| 143 | 
            -
                                                                     <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 123 | 
            +
            <pre class="programlisting"><span class="returnvalue">FcCharSet</span> *         pango_fc_decoder_get_charset        (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
         | 
| 124 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>);</pre>
         | 
| 144 125 | 
             
            <p>
         | 
| 145 126 | 
             
            Generates an <span class="type">FcCharSet</span> of supported characters for the fcfont
         | 
| 146 127 | 
             
            given.  The returned <span class="type">FcCharSet</span> will be a reference to an
         | 
| 147 128 | 
             
            internal value stored by the <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> and must not
         | 
| 148 | 
            -
            be modified or freed | 
| 129 | 
            +
            be modified or freed.
         | 
| 130 | 
            +
            </p>
         | 
| 149 131 | 
             
            <div class="variablelist"><table border="0">
         | 
| 150 132 | 
             
            <col align="left" valign="top">
         | 
| 151 133 | 
             
            <tbody>
         | 
| 152 134 | 
             
            <tr>
         | 
| 153 135 | 
             
            <td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
         | 
| 154 | 
            -
            <td> | 
| 136 | 
            +
            <td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
         | 
| 155 137 | 
             
            </td>
         | 
| 156 138 | 
             
            </tr>
         | 
| 157 139 | 
             
            <tr>
         | 
| 158 140 | 
             
            <td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
         | 
| 159 | 
            -
            <td> | 
| 141 | 
            +
            <td>the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.
         | 
| 160 142 | 
             
            </td>
         | 
| 161 143 | 
             
            </tr>
         | 
| 162 144 | 
             
            <tr>
         | 
| @@ -171,33 +153,34 @@ be modified or freed.</p> | |
| 171 153 | 
             
            <p class="since">Since 1.6</p>
         | 
| 172 154 | 
             
            </div>
         | 
| 173 155 | 
             
            <hr>
         | 
| 174 | 
            -
            <div class="refsect2" | 
| 156 | 
            +
            <div class="refsect2">
         | 
| 175 157 | 
             
            <a name="pango-fc-decoder-get-glyph"></a><h3>pango_fc_decoder_get_glyph ()</h3>
         | 
| 176 | 
            -
            <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          pango_fc_decoder_get_glyph          (<a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class=" | 
| 177 | 
            -
                                                                     <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 178 | 
            -
                                                                     < | 
| 158 | 
            +
            <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          pango_fc_decoder_get_glyph          (<em class="parameter"><code><a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a> *decoder</code></em>,
         | 
| 159 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *fcfont</code></em>,
         | 
| 160 | 
            +
                                                                     <em class="parameter"><code><span class="type">guint32</span> wc</code></em>);</pre>
         | 
| 179 161 | 
             
            <p>
         | 
| 180 162 | 
             
            Generates a <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> for the given Unicode point using the
         | 
| 181 163 | 
             
            custom decoder. For complex scripts where there can be multiple
         | 
| 182 164 | 
             
            glyphs for a single character, the decoder will return whatever
         | 
| 183 165 | 
             
            glyph is most convenient for it. (Usually whatever glyph is directly
         | 
| 184 | 
            -
            in the fonts character map table.) | 
| 166 | 
            +
            in the fonts character map table.)
         | 
| 167 | 
            +
            </p>
         | 
| 185 168 | 
             
            <div class="variablelist"><table border="0">
         | 
| 186 169 | 
             
            <col align="left" valign="top">
         | 
| 187 170 | 
             
            <tbody>
         | 
| 188 171 | 
             
            <tr>
         | 
| 189 172 | 
             
            <td><p><span class="term"><em class="parameter"><code>decoder</code></em> :</span></p></td>
         | 
| 190 | 
            -
            <td> | 
| 173 | 
            +
            <td>a <a class="link" href="PangoFcDecoder.html" title="PangoFcDecoder"><span class="type">PangoFcDecoder</span></a>
         | 
| 191 174 | 
             
            </td>
         | 
| 192 175 | 
             
            </tr>
         | 
| 193 176 | 
             
            <tr>
         | 
| 194 177 | 
             
            <td><p><span class="term"><em class="parameter"><code>fcfont</code></em> :</span></p></td>
         | 
| 195 | 
            -
            <td> | 
| 178 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> to query.
         | 
| 196 179 | 
             
            </td>
         | 
| 197 180 | 
             
            </tr>
         | 
| 198 181 | 
             
            <tr>
         | 
| 199 182 | 
             
            <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
         | 
| 200 | 
            -
            <td> | 
| 183 | 
            +
            <td>the Unicode code point to convert to a single <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>.
         | 
| 201 184 | 
             
            </td>
         | 
| 202 185 | 
             
            </tr>
         | 
| 203 186 | 
             
            <tr>
         | 
| @@ -215,6 +198,6 @@ covered by the font. | |
| 215 198 | 
             
            </div>
         | 
| 216 199 | 
             
            <div class="footer">
         | 
| 217 200 | 
             
            <hr>
         | 
| 218 | 
            -
                      Generated by GTK-Doc V1. | 
| 201 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 219 202 | 
             
            </body>
         | 
| 220 203 | 
             
            </html>
         | 
| @@ -8,29 +8,8 @@ | |
| 8 8 | 
             
            <link rel="up" href="lowlevel.html" title="Low Level Functionality">
         | 
| 9 9 | 
             
            <link rel="prev" href="PangoFcFontMap.html" title="PangoFcFontMap">
         | 
| 10 10 | 
             
            <link rel="next" href="PangoFcDecoder.html" title="PangoFcDecoder">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 | 
            -
            <link rel="chapter" href="pango.html" title="Basic Pango Interfaces">
         | 
| 14 | 
            -
            <link rel="chapter" href="rendering.html" title="Rendering with Pango">
         | 
| 15 | 
            -
            <link rel="chapter" href="lowlevel.html" title="Low Level Functionality">
         | 
| 16 | 
            -
            <link rel="chapter" href="tools.html" title="Pango Tools">
         | 
| 17 | 
            -
            <link rel="chapter" href="pango-hierarchy.html" title="Object Hierarchy">
         | 
| 18 | 
            -
            <link rel="index" href="index-all.html" title="Index">
         | 
| 19 | 
            -
            <link rel="index" href="index-deprecated.html" title="Index of deprecated symbols">
         | 
| 20 | 
            -
            <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
         | 
| 21 | 
            -
            <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
         | 
| 22 | 
            -
            <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
         | 
| 23 | 
            -
            <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
         | 
| 24 | 
            -
            <link rel="index" href="index-1.10.html" title="Index of new symbols in 1.10">
         | 
| 25 | 
            -
            <link rel="index" href="index-1.12.html" title="Index of new symbols in 1.12">
         | 
| 26 | 
            -
            <link rel="index" href="index-1.14.html" title="Index of new symbols in 1.14">
         | 
| 27 | 
            -
            <link rel="index" href="index-1.16.html" title="Index of new symbols in 1.16">
         | 
| 28 | 
            -
            <link rel="index" href="index-1.18.html" title="Index of new symbols in 1.18">
         | 
| 29 | 
            -
            <link rel="index" href="index-1.20.html" title="Index of new symbols in 1.20">
         | 
| 30 | 
            -
            <link rel="index" href="index-1.22.html" title="Index of new symbols in 1.22">
         | 
| 31 | 
            -
            <link rel="index" href="index-1.24.html" title="Index of new symbols in 1.24">
         | 
| 32 | 
            -
            <link rel="index" href="index-1.26.html" title="Index of new symbols in 1.26">
         | 
| 33 | 
            -
            <link rel="index" href="index-1.28.html" title="Index of new symbols in 1.26">
         | 
| 34 13 | 
             
            </head>
         | 
| 35 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| 36 15 | 
             
            <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
         | 
| @@ -51,7 +30,7 @@ | |
| 51 30 | 
             
                              <a href="#PangoFcFont.properties" class="shortcut">Properties</a>
         | 
| 52 31 | 
             
            </td></tr>
         | 
| 53 32 | 
             
            </table>
         | 
| 54 | 
            -
            <div class="refentry" | 
| 33 | 
            +
            <div class="refentry">
         | 
| 55 34 | 
             
            <a name="PangoFcFont"></a><div class="titlepage"></div>
         | 
| 56 35 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 57 36 | 
             
            <td valign="top">
         | 
| @@ -60,40 +39,40 @@ | |
| 60 39 | 
             
            </td>
         | 
| 61 40 | 
             
            <td valign="top" align="right"></td>
         | 
| 62 41 | 
             
            </tr></table></div>
         | 
| 63 | 
            -
            <div class="refsynopsisdiv" | 
| 42 | 
            +
            <div class="refsynopsisdiv">
         | 
| 64 43 | 
             
            <a name="PangoFcFont.synopsis"></a><h2>Synopsis</h2>
         | 
| 65 | 
            -
            <pre class="synopsis"> | 
| 66 | 
            -
             | 
| 44 | 
            +
            <pre class="synopsis">struct              <a class="link" href="PangoFcFont.html#PangoFcFont-struct" title="struct PangoFcFont">PangoFcFont</a>;
         | 
| 45 | 
            +
            struct              <a class="link" href="PangoFcFont.html#PangoFcFontClass" title="struct PangoFcFontClass">PangoFcFontClass</a>;
         | 
| 67 46 | 
             
            #define             <a class="link" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS" title="PANGO_RENDER_TYPE_FC">PANGO_RENDER_TYPE_FC</a>
         | 
| 68 | 
            -
            <span class="returnvalue">FT_Face</span>             <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a>             (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 69 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a>           (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 70 | 
            -
            < | 
| 71 | 
            -
                                                                     < | 
| 72 | 
            -
            < | 
| 73 | 
            -
                                                                     < | 
| 74 | 
            -
            <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a>     (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 75 | 
            -
                                                                     < | 
| 76 | 
            -
            <span class="returnvalue">void</span>                <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a>           (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 77 | 
            -
                                                                     <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class=" | 
| 47 | 
            +
            <span class="returnvalue">FT_Face</span>             <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()">pango_fc_font_lock_face</a>             (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
         | 
| 48 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()">pango_fc_font_unlock_face</a>           (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);
         | 
| 49 | 
            +
            <span class="returnvalue">gboolean</span>            <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()">pango_fc_font_has_char</a>              (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 50 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
         | 
| 51 | 
            +
            <span class="returnvalue">guint</span>               <a class="link" href="PangoFcFont.html#pango-fc-font-get-glyph" title="pango_fc_font_get_glyph ()">pango_fc_font_get_glyph</a>             (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 52 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
         | 
| 53 | 
            +
            <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          <a class="link" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph" title="pango_fc_font_get_unknown_glyph ()">pango_fc_font_get_unknown_glyph</a>     (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 54 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);
         | 
| 55 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()">pango_fc_font_kern_glyphs</a>           (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 56 | 
            +
                                                                     <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>);
         | 
| 78 57 | 
             
            </pre>
         | 
| 79 58 | 
             
            </div>
         | 
| 80 | 
            -
            <div class="refsect1" | 
| 59 | 
            +
            <div class="refsect1">
         | 
| 81 60 | 
             
            <a name="PangoFcFont.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 82 61 | 
             
            <pre class="synopsis">
         | 
| 83 | 
            -
               | 
| 62 | 
            +
              GObject
         | 
| 84 63 | 
             
               +----<a class="link" href="pango-Fonts.html#PangoFont">PangoFont</a>
         | 
| 85 64 | 
             
                     +----PangoFcFont
         | 
| 86 65 | 
             
                           +----<a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont">PangoXftFont</a>
         | 
| 87 66 | 
             
            </pre>
         | 
| 88 67 | 
             
            </div>
         | 
| 89 | 
            -
            <div class="refsect1" | 
| 68 | 
            +
            <div class="refsect1">
         | 
| 90 69 | 
             
            <a name="PangoFcFont.properties"></a><h2>Properties</h2>
         | 
| 91 70 | 
             
            <pre class="synopsis">
         | 
| 92 71 | 
             
              "<a class="link" href="PangoFcFont.html#PangoFcFont--fontmap" title='The "fontmap" property'>fontmap</a>"                  <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>*       : Read / Write
         | 
| 93 | 
            -
              "<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>"                  < | 
| 72 | 
            +
              "<a class="link" href="PangoFcFont.html#PangoFcFont--pattern" title='The "pattern" property'>pattern</a>"                  <span class="type">gpointer</span>              : Read / Write / Construct Only
         | 
| 94 73 | 
             
            </pre>
         | 
| 95 74 | 
             
            </div>
         | 
| 96 | 
            -
            <div class="refsect1" | 
| 75 | 
            +
            <div class="refsect1">
         | 
| 97 76 | 
             
            <a name="PangoFcFont.description"></a><h2>Description</h2>
         | 
| 98 77 | 
             
            <p>
         | 
| 99 78 | 
             
            <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementation using the
         | 
| @@ -106,23 +85,24 @@ take advantage of the wide range of shapers implemented using | |
| 106 85 | 
             
            FreeType that come with Pango.
         | 
| 107 86 | 
             
            </p>
         | 
| 108 87 | 
             
            </div>
         | 
| 109 | 
            -
            <div class="refsect1" | 
| 88 | 
            +
            <div class="refsect1">
         | 
| 110 89 | 
             
            <a name="PangoFcFont.details"></a><h2>Details</h2>
         | 
| 111 | 
            -
            <div class="refsect2" | 
| 112 | 
            -
            <a name="PangoFcFont-struct"></a><h3>PangoFcFont</h3>
         | 
| 113 | 
            -
            <pre class="programlisting"> | 
| 90 | 
            +
            <div class="refsect2">
         | 
| 91 | 
            +
            <a name="PangoFcFont-struct"></a><h3>struct PangoFcFont</h3>
         | 
| 92 | 
            +
            <pre class="programlisting">struct PangoFcFont;</pre>
         | 
| 114 93 | 
             
            <p>
         | 
| 115 94 | 
             
            <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> is a base class for font implementations
         | 
| 116 95 | 
             
            using the Fontconfig and FreeType libraries and is used in
         | 
| 117 96 | 
             
            conjunction with <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>. When deriving from this
         | 
| 118 97 | 
             
            class, you need to implement all of its virtual functions
         | 
| 119 98 | 
             
            other than <code class="function">shutdown()</code> along with the <code class="function">get_glyph_extents()</code>
         | 
| 120 | 
            -
            virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a | 
| 99 | 
            +
            virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>.
         | 
| 100 | 
            +
            </p>
         | 
| 121 101 | 
             
            </div>
         | 
| 122 102 | 
             
            <hr>
         | 
| 123 | 
            -
            <div class="refsect2" | 
| 124 | 
            -
            <a name="PangoFcFontClass"></a><h3>PangoFcFontClass</h3>
         | 
| 125 | 
            -
            <pre class="programlisting"> | 
| 103 | 
            +
            <div class="refsect2">
         | 
| 104 | 
            +
            <a name="PangoFcFontClass"></a><h3>struct PangoFcFontClass</h3>
         | 
| 105 | 
            +
            <pre class="programlisting">struct PangoFcFontClass {
         | 
| 126 106 | 
             
              FT_Face    (*lock_face)         (PangoFcFont      *font);
         | 
| 127 107 | 
             
              void       (*unlock_face)       (PangoFcFont      *font);
         | 
| 128 108 | 
             
              gboolean   (*has_char)          (PangoFcFont      *font,
         | 
| @@ -132,22 +112,23 @@ virtual function from <a class="link" href="pango-Fonts.html#PangoFont"><span cl | |
| 132 112 | 
             
              PangoGlyph (*get_unknown_glyph) (PangoFcFont      *font,
         | 
| 133 113 | 
             
            				   gunichar          wc);
         | 
| 134 114 | 
             
              void       (*shutdown)          (PangoFcFont      *font);
         | 
| 135 | 
            -
            } | 
| 115 | 
            +
            };
         | 
| 136 116 | 
             
            </pre>
         | 
| 137 117 | 
             
            <p>
         | 
| 138 | 
            -
            Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a | 
| 118 | 
            +
            Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
         | 
| 119 | 
            +
            </p>
         | 
| 139 120 | 
             
            <div class="variablelist"><table border="0">
         | 
| 140 121 | 
             
            <col align="left" valign="top">
         | 
| 141 122 | 
             
            <tbody>
         | 
| 142 123 | 
             
            <tr>
         | 
| 143 124 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.lock-face"></a>lock_face</code></em> ()</span></p></td>
         | 
| 144 | 
            -
            <td> | 
| 125 | 
            +
            <td>Returns the FT_Face of the font and increases
         | 
| 145 126 | 
             
             the reference count for the face by one.
         | 
| 146 127 | 
             
            </td>
         | 
| 147 128 | 
             
            </tr>
         | 
| 148 129 | 
             
            <tr>
         | 
| 149 130 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.unlock-face"></a>unlock_face</code></em> ()</span></p></td>
         | 
| 150 | 
            -
            <td> | 
| 131 | 
            +
            <td>Decreases the reference count for the
         | 
| 151 132 | 
             
             FT_Face of the font by one. When the count is zero,
         | 
| 152 133 | 
             
             the <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> subclass is allowed to free the
         | 
| 153 134 | 
             
             FT_Face.
         | 
| @@ -155,58 +136,60 @@ Class structure for <a class="link" href="PangoFcFont.html" title="PangoFcFont"> | |
| 155 136 | 
             
            </tr>
         | 
| 156 137 | 
             
            <tr>
         | 
| 157 138 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.has-char"></a>has_char</code></em> ()</span></p></td>
         | 
| 158 | 
            -
            <td> | 
| 139 | 
            +
            <td>Return <code class="literal">TRUE</code> if the the font contains a glyph
         | 
| 159 140 | 
             
              corresponding to the specified character.
         | 
| 160 141 | 
             
            </td>
         | 
| 161 142 | 
             
            </tr>
         | 
| 162 143 | 
             
            <tr>
         | 
| 163 144 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-glyph"></a>get_glyph</code></em> ()</span></p></td>
         | 
| 164 | 
            -
            <td> | 
| 145 | 
            +
            <td>Gets the glyph that corresponds to the given
         | 
| 165 146 | 
             
              Unicode character.
         | 
| 166 147 | 
             
            </td>
         | 
| 167 148 | 
             
            </tr>
         | 
| 168 149 | 
             
            <tr>
         | 
| 169 150 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.get-unknown-glyph"></a>get_unknown_glyph</code></em> ()</span></p></td>
         | 
| 170 | 
            -
            <td> | 
| 151 | 
            +
            <td>Gets the glyph that should be used to
         | 
| 171 152 | 
             
              display an unknown-glyph indication for the specified
         | 
| 172 153 | 
             
              Unicode character.
         | 
| 173 | 
            -
              May be <a href="/usr/share/gtk-doc/html/ | 
| 154 | 
            +
              May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
         | 
| 174 155 | 
             
            </td>
         | 
| 175 156 | 
             
            </tr>
         | 
| 176 157 | 
             
            <tr>
         | 
| 177 158 | 
             
            <td><p><span class="term"><em class="structfield"><code><a name="PangoFcFontClass.shutdown"></a>shutdown</code></em> ()</span></p></td>
         | 
| 178 | 
            -
            <td> | 
| 159 | 
            +
            <td>Performs any font-specific shutdown code that
         | 
| 179 160 | 
             
              needs to be done when pango_fc_font_map_shutdown is called.
         | 
| 180 | 
            -
              May be <a href="/usr/share/gtk-doc/html/ | 
| 161 | 
            +
              May be <a href="/gnome/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
         | 
| 181 162 | 
             
            </td>
         | 
| 182 163 | 
             
            </tr>
         | 
| 183 164 | 
             
            </tbody>
         | 
| 184 165 | 
             
            </table></div>
         | 
| 185 166 | 
             
            </div>
         | 
| 186 167 | 
             
            <hr>
         | 
| 187 | 
            -
            <div class="refsect2" | 
| 168 | 
            +
            <div class="refsect2">
         | 
| 188 169 | 
             
            <a name="PANGO-RENDER-TYPE-FC:CAPS"></a><h3>PANGO_RENDER_TYPE_FC</h3>
         | 
| 189 170 | 
             
            <pre class="programlisting">#define PANGO_RENDER_TYPE_FC "PangoRenderFc"
         | 
| 190 171 | 
             
            </pre>
         | 
| 191 172 | 
             
            <p>
         | 
| 192 173 | 
             
            A string constant used to identify shape engines that work
         | 
| 193 174 | 
             
            with the fontconfig based backends. See the <em class="parameter"><code>engine_type</code></em> field
         | 
| 194 | 
            -
            of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="PangoEngineInfo"><span class="type">PangoEngineInfo</span></a | 
| 175 | 
            +
            of <a class="link" href="pango-Engines.html#PangoEngineInfo" title="struct PangoEngineInfo"><span class="type">PangoEngineInfo</span></a>.
         | 
| 176 | 
            +
            </p>
         | 
| 195 177 | 
             
            </div>
         | 
| 196 178 | 
             
            <hr>
         | 
| 197 | 
            -
            <div class="refsect2" | 
| 179 | 
            +
            <div class="refsect2">
         | 
| 198 180 | 
             
            <a name="pango-fc-font-lock-face"></a><h3>pango_fc_font_lock_face ()</h3>
         | 
| 199 | 
            -
            <pre class="programlisting"><span class="returnvalue">FT_Face</span>             pango_fc_font_lock_face             (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 181 | 
            +
            <pre class="programlisting"><span class="returnvalue">FT_Face</span>             pango_fc_font_lock_face             (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
         | 
| 200 182 | 
             
            <p>
         | 
| 201 183 | 
             
            Gets the FreeType <span class="type">FT_Face</span> associated with a font,
         | 
| 202 184 | 
             
            This face will be kept around until you call
         | 
| 203 | 
            -
            <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a | 
| 185 | 
            +
            <a class="link" href="PangoFcFont.html#pango-fc-font-unlock-face" title="pango_fc_font_unlock_face ()"><code class="function">pango_fc_font_unlock_face()</code></a>.
         | 
| 186 | 
            +
            </p>
         | 
| 204 187 | 
             
            <div class="variablelist"><table border="0">
         | 
| 205 188 | 
             
            <col align="left" valign="top">
         | 
| 206 189 | 
             
            <tbody>
         | 
| 207 190 | 
             
            <tr>
         | 
| 208 191 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 209 | 
            -
            <td> | 
| 192 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
         | 
| 210 193 | 
             
            </td>
         | 
| 211 194 | 
             
            </tr>
         | 
| 212 195 | 
             
            <tr>
         | 
| @@ -220,45 +203,47 @@ This face will be kept around until you call | |
| 220 203 | 
             
            <p class="since">Since 1.4</p>
         | 
| 221 204 | 
             
            </div>
         | 
| 222 205 | 
             
            <hr>
         | 
| 223 | 
            -
            <div class="refsect2" | 
| 206 | 
            +
            <div class="refsect2">
         | 
| 224 207 | 
             
            <a name="pango-fc-font-unlock-face"></a><h3>pango_fc_font_unlock_face ()</h3>
         | 
| 225 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                pango_fc_font_unlock_face           (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 208 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                pango_fc_font_unlock_face           (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>);</pre>
         | 
| 226 209 | 
             
            <p>
         | 
| 227 210 | 
             
            Releases a font previously obtained with
         | 
| 228 | 
            -
            <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a | 
| 211 | 
            +
            <a class="link" href="PangoFcFont.html#pango-fc-font-lock-face" title="pango_fc_font_lock_face ()"><code class="function">pango_fc_font_lock_face()</code></a>.
         | 
| 212 | 
            +
            </p>
         | 
| 229 213 | 
             
            <div class="variablelist"><table border="0">
         | 
| 230 214 | 
             
            <col align="left" valign="top">
         | 
| 231 215 | 
             
            <tbody><tr>
         | 
| 232 216 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 233 | 
            -
            <td> | 
| 217 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>.
         | 
| 234 218 | 
             
            </td>
         | 
| 235 219 | 
             
            </tr></tbody>
         | 
| 236 220 | 
             
            </table></div>
         | 
| 237 221 | 
             
            <p class="since">Since 1.4</p>
         | 
| 238 222 | 
             
            </div>
         | 
| 239 223 | 
             
            <hr>
         | 
| 240 | 
            -
            <div class="refsect2" | 
| 224 | 
            +
            <div class="refsect2">
         | 
| 241 225 | 
             
            <a name="pango-fc-font-has-char"></a><h3>pango_fc_font_has_char ()</h3>
         | 
| 242 | 
            -
            <pre class="programlisting">< | 
| 243 | 
            -
                                                                     < | 
| 226 | 
            +
            <pre class="programlisting"><span class="returnvalue">gboolean</span>            pango_fc_font_has_char              (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 227 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
         | 
| 244 228 | 
             
            <p>
         | 
| 245 | 
            -
            Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em | 
| 229 | 
            +
            Determines whether <em class="parameter"><code>font</code></em> has a glyph for the codepoint <em class="parameter"><code>wc</code></em>.
         | 
| 230 | 
            +
            </p>
         | 
| 246 231 | 
             
            <div class="variablelist"><table border="0">
         | 
| 247 232 | 
             
            <col align="left" valign="top">
         | 
| 248 233 | 
             
            <tbody>
         | 
| 249 234 | 
             
            <tr>
         | 
| 250 235 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 251 | 
            -
            <td> | 
| 236 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
         | 
| 252 237 | 
             
            </td>
         | 
| 253 238 | 
             
            </tr>
         | 
| 254 239 | 
             
            <tr>
         | 
| 255 240 | 
             
            <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
         | 
| 256 | 
            -
            <td> | 
| 241 | 
            +
            <td>Unicode codepoint to look up
         | 
| 257 242 | 
             
            </td>
         | 
| 258 243 | 
             
            </tr>
         | 
| 259 244 | 
             
            <tr>
         | 
| 260 245 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 261 | 
            -
            <td> < | 
| 246 | 
            +
            <td> <code class="literal">TRUE</code> if <em class="parameter"><code>font</code></em> has the requested codepoint.
         | 
| 262 247 |  | 
| 263 248 | 
             
            </td>
         | 
| 264 249 | 
             
            </tr>
         | 
| @@ -267,25 +252,26 @@ Determines whether <em class="parameter"><code>font</code></em> has a glyph for | |
| 267 252 | 
             
            <p class="since">Since 1.4</p>
         | 
| 268 253 | 
             
            </div>
         | 
| 269 254 | 
             
            <hr>
         | 
| 270 | 
            -
            <div class="refsect2" | 
| 255 | 
            +
            <div class="refsect2">
         | 
| 271 256 | 
             
            <a name="pango-fc-font-get-glyph"></a><h3>pango_fc_font_get_glyph ()</h3>
         | 
| 272 | 
            -
            <pre class="programlisting">< | 
| 273 | 
            -
                                                                     < | 
| 257 | 
            +
            <pre class="programlisting"><span class="returnvalue">guint</span>               pango_fc_font_get_glyph             (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 258 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
         | 
| 274 259 | 
             
            <p>
         | 
| 275 260 | 
             
            Gets the glyph index for a given Unicode character
         | 
| 276 261 | 
             
            for <em class="parameter"><code>font</code></em>. If you only want to determine
         | 
| 277 | 
            -
            whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a | 
| 262 | 
            +
            whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango-fc-font-has-char" title="pango_fc_font_has_char ()"><code class="function">pango_fc_font_has_char()</code></a>.
         | 
| 263 | 
            +
            </p>
         | 
| 278 264 | 
             
            <div class="variablelist"><table border="0">
         | 
| 279 265 | 
             
            <col align="left" valign="top">
         | 
| 280 266 | 
             
            <tbody>
         | 
| 281 267 | 
             
            <tr>
         | 
| 282 268 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 283 | 
            -
            <td> | 
| 269 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
         | 
| 284 270 | 
             
            </td>
         | 
| 285 271 | 
             
            </tr>
         | 
| 286 272 | 
             
            <tr>
         | 
| 287 273 | 
             
            <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
         | 
| 288 | 
            -
            <td> | 
| 274 | 
            +
            <td>Unicode character to look up
         | 
| 289 275 | 
             
            </td>
         | 
| 290 276 | 
             
            </tr>
         | 
| 291 277 | 
             
            <tr>
         | 
| @@ -300,11 +286,11 @@ whether the font has the glyph, use <a class="link" href="PangoFcFont.html#pango | |
| 300 286 | 
             
            <p class="since">Since 1.4</p>
         | 
| 301 287 | 
             
            </div>
         | 
| 302 288 | 
             
            <hr>
         | 
| 303 | 
            -
            <div class="refsect2" | 
| 289 | 
            +
            <div class="refsect2">
         | 
| 304 290 | 
             
            <a name="pango-fc-font-get-unknown-glyph"></a><h3>pango_fc_font_get_unknown_glyph ()</h3>
         | 
| 305 | 
            -
            <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          pango_fc_font_get_unknown_glyph     (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 306 | 
            -
                                                                     < | 
| 307 | 
            -
            <div class="warning"  | 
| 291 | 
            +
            <pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a>          pango_fc_font_get_unknown_glyph     (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 292 | 
            +
                                                                     <em class="parameter"><code><span class="type">gunichar</span> wc</code></em>);</pre>
         | 
| 293 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 308 294 | 
             
            <h3 class="title">Warning</h3>
         | 
| 309 295 | 
             
            <p><code class="literal">pango_fc_font_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 310 296 | 
             
            </div>
         | 
| @@ -313,18 +299,19 @@ Returns the index of a glyph suitable for drawing <em class="parameter"><code>wc | |
| 313 299 | 
             
            unknown character.
         | 
| 314 300 | 
             
            </p>
         | 
| 315 301 | 
             
            <p>
         | 
| 316 | 
            -
            Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead | 
| 302 | 
            +
            Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" title="PANGO_GET_UNKNOWN_GLYPH()"><code class="function">PANGO_GET_UNKNOWN_GLYPH()</code></a> instead.
         | 
| 303 | 
            +
            </p>
         | 
| 317 304 | 
             
            <div class="variablelist"><table border="0">
         | 
| 318 305 | 
             
            <col align="left" valign="top">
         | 
| 319 306 | 
             
            <tbody>
         | 
| 320 307 | 
             
            <tr>
         | 
| 321 308 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 322 | 
            -
            <td> | 
| 309 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
         | 
| 323 310 | 
             
            </td>
         | 
| 324 311 | 
             
            </tr>
         | 
| 325 312 | 
             
            <tr>
         | 
| 326 313 | 
             
            <td><p><span class="term"><em class="parameter"><code>wc</code></em> :</span></p></td>
         | 
| 327 | 
            -
            <td> | 
| 314 | 
            +
            <td>the Unicode character for which a glyph is needed.
         | 
| 328 315 | 
             
            </td>
         | 
| 329 316 | 
             
            </tr>
         | 
| 330 317 | 
             
            <tr>
         | 
| @@ -338,24 +325,25 @@ Use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS" | |
| 338 325 | 
             
            <p class="since">Since 1.4</p>
         | 
| 339 326 | 
             
            </div>
         | 
| 340 327 | 
             
            <hr>
         | 
| 341 | 
            -
            <div class="refsect2" | 
| 328 | 
            +
            <div class="refsect2">
         | 
| 342 329 | 
             
            <a name="pango-fc-font-kern-glyphs"></a><h3>pango_fc_font_kern_glyphs ()</h3>
         | 
| 343 | 
            -
            <pre class="programlisting"><span class="returnvalue">void</span>                pango_fc_font_kern_glyphs           (<a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class=" | 
| 344 | 
            -
                                                                     <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class=" | 
| 330 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                pango_fc_font_kern_glyphs           (<em class="parameter"><code><a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a> *font</code></em>,
         | 
| 331 | 
            +
                                                                     <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>);</pre>
         | 
| 345 332 | 
             
            <p>
         | 
| 346 333 | 
             
            Adjust each adjacent pair of glyphs in <em class="parameter"><code>glyphs</code></em> according to
         | 
| 347 | 
            -
            kerning information in <em class="parameter"><code>font</code></em | 
| 334 | 
            +
            kerning information in <em class="parameter"><code>font</code></em>.
         | 
| 335 | 
            +
            </p>
         | 
| 348 336 | 
             
            <div class="variablelist"><table border="0">
         | 
| 349 337 | 
             
            <col align="left" valign="top">
         | 
| 350 338 | 
             
            <tbody>
         | 
| 351 339 | 
             
            <tr>
         | 
| 352 340 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 353 | 
            -
            <td> | 
| 341 | 
            +
            <td>a <a class="link" href="PangoFcFont.html" title="PangoFcFont"><span class="type">PangoFcFont</span></a>
         | 
| 354 342 | 
             
            </td>
         | 
| 355 343 | 
             
            </tr>
         | 
| 356 344 | 
             
            <tr>
         | 
| 357 345 | 
             
            <td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
         | 
| 358 | 
            -
            <td> | 
| 346 | 
            +
            <td>a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="struct PangoGlyphString"><span class="type">PangoGlyphString</span></a>
         | 
| 359 347 | 
             
            </td>
         | 
| 360 348 | 
             
            </tr>
         | 
| 361 349 | 
             
            </tbody>
         | 
| @@ -363,21 +351,21 @@ kerning information in <em class="parameter"><code>font</code></em>.</p> | |
| 363 351 | 
             
            <p class="since">Since 1.4</p>
         | 
| 364 352 | 
             
            </div>
         | 
| 365 353 | 
             
            </div>
         | 
| 366 | 
            -
            <div class="refsect1" | 
| 354 | 
            +
            <div class="refsect1">
         | 
| 367 355 | 
             
            <a name="PangoFcFont.property-details"></a><h2>Property Details</h2>
         | 
| 368 | 
            -
            <div class="refsect2" | 
| 356 | 
            +
            <div class="refsect2">
         | 
| 369 357 | 
             
            <a name="PangoFcFont--fontmap"></a><h3>The <code class="literal">"fontmap"</code> property</h3>
         | 
| 370 358 | 
             
            <pre class="programlisting">  "fontmap"                  <a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap"><span class="type">PangoFcFontMap</span></a>*       : Read / Write</pre>
         | 
| 371 359 | 
             
            <p>The PangoFc font map this font is associated with (Since: 1.26).</p>
         | 
| 372 360 | 
             
            </div>
         | 
| 373 361 | 
             
            <hr>
         | 
| 374 | 
            -
            <div class="refsect2" | 
| 362 | 
            +
            <div class="refsect2">
         | 
| 375 363 | 
             
            <a name="PangoFcFont--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
         | 
| 376 | 
            -
            <pre class="programlisting">  "pattern"                  < | 
| 364 | 
            +
            <pre class="programlisting">  "pattern"                  <span class="type">gpointer</span>              : Read / Write / Construct Only</pre>
         | 
| 377 365 | 
             
            <p>The fontconfig pattern for this font.</p>
         | 
| 378 366 | 
             
            </div>
         | 
| 379 367 | 
             
            </div>
         | 
| 380 | 
            -
            <div class="refsect1" | 
| 368 | 
            +
            <div class="refsect1">
         | 
| 381 369 | 
             
            <a name="PangoFcFont.see-also"></a><h2>See Also</h2>
         | 
| 382 370 | 
             
            <p>
         | 
| 383 371 | 
             
            </p>
         | 
| @@ -397,6 +385,6 @@ Fontconfig-based backend involves deriving from both | |
| 397 385 | 
             
            </div>
         | 
| 398 386 | 
             
            <div class="footer">
         | 
| 399 387 | 
             
            <hr>
         | 
| 400 | 
            -
                      Generated by GTK-Doc V1. | 
| 388 | 
            +
                      Generated by GTK-Doc V1.15.1</div>
         | 
| 401 389 | 
             
            </body>
         | 
| 402 390 | 
             
            </html>
         |