pango 0.90.4-x86-mingw32 → 0.90.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/pango/extconf.rb +8 -0
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +35 -9
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-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/etc/pango/pango.modules +1 -1
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
- data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
- data/vendor/local/include/glib-2.0/glib-object.h +1 -0
- data/vendor/local/include/glib-2.0/glib.h +2 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
- data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
- data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
- data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
- data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -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/lib/cairo.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +345 -2
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +71 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +21 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/intl.lib +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-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/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/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- 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/manifest/{cairo-dev_1.10.0-1_win32.mft → cairo-dev_1.10.0-2_win32.mft} +6 -4
- data/vendor/local/manifest/cairo_1.10.0-2_win32.mft +7 -0
- data/vendor/local/manifest/{glib-dev_2.24.2-2_win32.mft → glib-dev_2.26.0-2_win32.mft} +87 -8
- data/vendor/local/manifest/{glib_2.24.2-2_win32.mft → glib_2.26.0-2_win32.mft} +3 -2
- 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/glib-gettext.m4 +2 -2
- data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING +0 -0
- data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-LGPL-2.1 +0 -0
- data/vendor/local/share/doc/{cairo_1.10.0-1_win32 → cairo_1.10.0-2_win32}/COPYING-MPL-1.1 +0 -0
- data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -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/glib-2.0/gdb/glib.py +1 -4
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
- data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
- data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
- data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
- data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
- data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- 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/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
- data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
- data/vendor/local/share/man/man1/gobject-query.1 +4 -4
- 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/{cairo_1.10.0-1_win32.log → cairo_1.10.0-2_win32.log} +175 -174
- data/vendor/local/src/tml/packaging/{cairo_1.10.0-1_win32.sh → cairo_1.10.0-2_win32.sh} +11 -3
- data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
- data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
- 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
- metadata +1471 -1389
- data/ext/pango/Makefile +0 -172
- data/ext/pango/rbpangoversion.h +0 -24
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +0 -5
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +0 -1002
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
- 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="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.
|
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="#pango-FreeType-Fonts-and-Rendering.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="pango-FreeType-Fonts-and-Rendering"></a><div class="titlepage"></div>
|
54
33
|
<div class="refnamediv"><table width="100%"><tr>
|
55
34
|
<td valign="top">
|
@@ -58,84 +37,84 @@
|
|
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="pango-FreeType-Fonts-and-Rendering.synopsis"></a><h2>Synopsis</h2>
|
63
42
|
<a name="PangoFT2FontMap"></a><pre class="synopsis"> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap-struct" title="PangoFT2FontMap">PangoFT2FontMap</a>;
|
64
43
|
#define <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-FT2:CAPS" title="PANGO_RENDER_TYPE_FT2">PANGO_RENDER_TYPE_FT2</a>
|
65
|
-
<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-new" title="pango_ft2_font_map_new ()">pango_ft2_font_map_new</a> (void);
|
66
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-resolution" title="pango_ft2_font_map_set_resolution ()">pango_ft2_font_map_set_resolution</a> (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
67
|
-
<span class="
|
68
|
-
<span class="
|
69
|
-
<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> (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
70
|
-
<span class="returnvalue">void</span> (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()">*PangoFT2SubstituteFunc</a>) (<span class="
|
71
|
-
<
|
44
|
+
<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-new" title="pango_ft2_font_map_new ()">pango_ft2_font_map_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
45
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-resolution" title="pango_ft2_font_map_set_resolution ()">pango_ft2_font_map_set_resolution</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>,
|
46
|
+
<em class="parameter"><code><span class="type">double</span> dpi_x</code></em>,
|
47
|
+
<em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);
|
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
|
+
<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>);
|
72
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>
|
73
|
-
(<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
74
|
-
<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()"><span class="
|
75
|
-
<
|
76
|
-
<
|
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
|
+
<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>);
|
77
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>
|
78
|
-
(<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
79
|
-
<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> (<span class="
|
80
|
-
<span class="
|
81
|
-
<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> (<span class="
|
82
|
-
<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
83
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
84
|
-
<
|
85
|
-
<
|
86
|
-
<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> (<span class="
|
87
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="
|
88
|
-
<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
89
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
90
|
-
<span class="
|
91
|
-
<span class="
|
92
|
-
<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> (<span class="
|
93
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="
|
94
|
-
<span class="
|
95
|
-
<span class="
|
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
|
+
<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
|
+
<em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);
|
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
|
+
<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>);
|
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>,
|
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>,
|
69
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
70
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
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>,
|
73
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
74
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
96
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>
|
97
|
-
(<span class="
|
98
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="
|
99
|
-
<span class="
|
100
|
-
<span class="
|
101
|
-
<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> (<span class="
|
102
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="
|
103
|
-
<span class="
|
104
|
-
<span class="
|
105
|
-
<span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-subpixel" title="pango_ft2_render_layout_subpixel ()">pango_ft2_render_layout_subpixel</a> (<span class="
|
106
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="
|
107
|
-
<span class="
|
108
|
-
<span class="
|
109
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-unknown-glyph" title="pango_ft2_get_unknown_glyph ()">pango_ft2_get_unknown_glyph</a> (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
110
|
-
<span class="returnvalue">int</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-kerning" title="pango_ft2_font_get_kerning ()">pango_ft2_font_get_kerning</a> (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
111
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="
|
112
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="
|
113
|
-
<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> (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
114
|
-
<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> (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
115
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
116
|
-
<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> (void);
|
117
|
-
<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> (void);
|
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>,
|
78
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
79
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
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>,
|
81
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
82
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
83
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
84
|
+
<span class="returnvalue">void</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-subpixel" title="pango_ft2_render_layout_subpixel ()">pango_ft2_render_layout_subpixel</a> (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
|
85
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
86
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
87
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);
|
88
|
+
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-unknown-glyph" title="pango_ft2_get_unknown_glyph ()">pango_ft2_get_unknown_glyph</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);
|
89
|
+
<span class="returnvalue">int</span> <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-kerning" title="pango_ft2_font_get_kerning ()">pango_ft2_font_get_kerning</a> (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
90
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> left</code></em>,
|
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
|
+
<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
|
+
<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>);
|
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
|
+
<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>);
|
118
97
|
</pre>
|
119
98
|
</div>
|
120
|
-
<div class="refsect1"
|
99
|
+
<div class="refsect1">
|
121
100
|
<a name="pango-FreeType-Fonts-and-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
122
101
|
<pre class="synopsis">
|
123
|
-
|
102
|
+
GObject
|
124
103
|
+----<a class="link" href="pango-Fonts.html#PangoFontMap">PangoFontMap</a>
|
125
104
|
+----<a class="link" href="PangoFcFontMap.html" title="PangoFcFontMap">PangoFcFontMap</a>
|
126
105
|
+----PangoFT2FontMap
|
127
106
|
</pre>
|
128
107
|
</div>
|
129
|
-
<div class="refsect1"
|
108
|
+
<div class="refsect1">
|
130
109
|
<a name="pango-FreeType-Fonts-and-Rendering.description"></a><h2>Description</h2>
|
131
110
|
<p>
|
132
111
|
The macros and functions in this section are used to access fonts and render
|
133
112
|
text to bitmaps using the FreeType 2 library.
|
134
113
|
</p>
|
135
114
|
</div>
|
136
|
-
<div class="refsect1"
|
115
|
+
<div class="refsect1">
|
137
116
|
<a name="pango-FreeType-Fonts-and-Rendering.details"></a><h2>Details</h2>
|
138
|
-
<div class="refsect2"
|
117
|
+
<div class="refsect2">
|
139
118
|
<a name="PangoFT2FontMap-struct"></a><h3>PangoFT2FontMap</h3>
|
140
119
|
<pre class="programlisting">typedef struct _PangoFT2FontMap PangoFT2FontMap;</pre>
|
141
120
|
<p>
|
@@ -143,11 +122,11 @@ The <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMa
|
|
143
122
|
</p>
|
144
123
|
</div>
|
145
124
|
<hr>
|
146
|
-
<div class="refsect2"
|
125
|
+
<div class="refsect2">
|
147
126
|
<a name="PANGO-RENDER-TYPE-FT2:CAPS"></a><h3>PANGO_RENDER_TYPE_FT2</h3>
|
148
127
|
<pre class="programlisting">#define PANGO_RENDER_TYPE_FT2 "PangoRenderFT2"
|
149
128
|
</pre>
|
150
|
-
<div class="warning"
|
129
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
151
130
|
<h3 class="title">Warning</h3>
|
152
131
|
<p><code class="literal">PANGO_RENDER_TYPE_FT2</code> is deprecated and should not be used in newly-written code.</p>
|
153
132
|
</div>
|
@@ -157,21 +136,22 @@ with the FreeType backend. See <a class="link" href="PangoFcFont.html#PANGO-REND
|
|
157
136
|
</p>
|
158
137
|
</div>
|
159
138
|
<hr>
|
160
|
-
<div class="refsect2"
|
139
|
+
<div class="refsect2">
|
161
140
|
<a name="pango-ft2-font-map-new"></a><h3>pango_ft2_font_map_new ()</h3>
|
162
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_ft2_font_map_new (void);</pre>
|
141
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_ft2_font_map_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
163
142
|
<p>
|
164
143
|
Create a new <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> object; a fontmap is used
|
165
144
|
to cache information about available fonts, and holds
|
166
145
|
certain global parameters such as the resolution and
|
167
146
|
the default substitute function (see
|
168
|
-
<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 ()"><code class="function">pango_ft2_font_map_set_default_substitute()</code></a>)
|
147
|
+
<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 ()"><code class="function">pango_ft2_font_map_set_default_substitute()</code></a>).
|
148
|
+
</p>
|
169
149
|
<div class="variablelist"><table border="0">
|
170
150
|
<col align="left" valign="top">
|
171
151
|
<tbody><tr>
|
172
152
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
173
153
|
<td> the newly created fontmap object. Unref
|
174
|
-
with <
|
154
|
+
with <code class="function">g_object_unref()</code> when you are finished with it.
|
175
155
|
|
176
156
|
</td>
|
177
157
|
</tr></tbody>
|
@@ -179,29 +159,30 @@ with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#
|
|
179
159
|
<p class="since">Since 1.2</p>
|
180
160
|
</div>
|
181
161
|
<hr>
|
182
|
-
<div class="refsect2"
|
162
|
+
<div class="refsect2">
|
183
163
|
<a name="pango-ft2-font-map-set-resolution"></a><h3>pango_ft2_font_map_set_resolution ()</h3>
|
184
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_font_map_set_resolution (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
185
|
-
<span class="
|
186
|
-
<span class="
|
164
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_font_map_set_resolution (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>,
|
165
|
+
<em class="parameter"><code><span class="type">double</span> dpi_x</code></em>,
|
166
|
+
<em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);</pre>
|
187
167
|
<p>
|
188
|
-
Sets the horizontal and vertical resolutions for the fontmap
|
168
|
+
Sets the horizontal and vertical resolutions for the fontmap.
|
169
|
+
</p>
|
189
170
|
<div class="variablelist"><table border="0">
|
190
171
|
<col align="left" valign="top">
|
191
172
|
<tbody>
|
192
173
|
<tr>
|
193
174
|
<td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
|
194
|
-
<td>
|
175
|
+
<td>a <span class="type">PangoFT2Fontmap</span>
|
195
176
|
</td>
|
196
177
|
</tr>
|
197
178
|
<tr>
|
198
179
|
<td><p><span class="term"><em class="parameter"><code>dpi_x</code></em> :</span></p></td>
|
199
|
-
<td>
|
180
|
+
<td>dots per inch in the X direction
|
200
181
|
</td>
|
201
182
|
</tr>
|
202
183
|
<tr>
|
203
184
|
<td><p><span class="term"><em class="parameter"><code>dpi_y</code></em> :</span></p></td>
|
204
|
-
<td>
|
185
|
+
<td>dots per inch in the Y direction
|
205
186
|
</td>
|
206
187
|
</tr>
|
207
188
|
</tbody>
|
@@ -209,26 +190,27 @@ Sets the horizontal and vertical resolutions for the fontmap.</p>
|
|
209
190
|
<p class="since">Since 1.2</p>
|
210
191
|
</div>
|
211
192
|
<hr>
|
212
|
-
<div class="refsect2"
|
193
|
+
<div class="refsect2">
|
213
194
|
<a name="pango-ft2-font-map-create-context"></a><h3>pango_ft2_font_map_create_context ()</h3>
|
214
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_ft2_font_map_create_context (<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
215
|
-
<div class="warning"
|
195
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_ft2_font_map_create_context (<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>);</pre>
|
196
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
216
197
|
<h3 class="title">Warning</h3>
|
217
198
|
<p><code class="literal">pango_ft2_font_map_create_context</code> has been deprecated since version 1.22 and should not be used in newly-written code. Use <a class="link" href="pango-Fonts.html#pango-font-map-create-context" title="pango_font_map_create_context ()"><code class="function">pango_font_map_create_context()</code></a> instead.</p>
|
218
199
|
</div>
|
219
200
|
<p>
|
220
|
-
Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the given fontmap
|
201
|
+
Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the given fontmap.
|
202
|
+
</p>
|
221
203
|
<div class="variablelist"><table border="0">
|
222
204
|
<col align="left" valign="top">
|
223
205
|
<tbody>
|
224
206
|
<tr>
|
225
207
|
<td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
|
226
|
-
<td>
|
208
|
+
<td>a <span class="type">PangoFT2Fontmap</span>
|
227
209
|
</td>
|
228
210
|
</tr>
|
229
211
|
<tr>
|
230
212
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
231
|
-
<td> the newly created context; free with <
|
213
|
+
<td> the newly created context; free with <code class="function">g_object_unref()</code>.
|
232
214
|
|
233
215
|
</td>
|
234
216
|
</tr>
|
@@ -237,10 +219,10 @@ Create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span cl
|
|
237
219
|
<p class="since">Since 1.2</p>
|
238
220
|
</div>
|
239
221
|
<hr>
|
240
|
-
<div class="refsect2"
|
222
|
+
<div class="refsect2">
|
241
223
|
<a name="PangoFT2SubstituteFunc"></a><h3>PangoFT2SubstituteFunc ()</h3>
|
242
|
-
<pre class="programlisting"><span class="returnvalue">void</span> (*PangoFT2SubstituteFunc) (<span class="
|
243
|
-
<
|
224
|
+
<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>
|
244
226
|
<p>
|
245
227
|
Function type for doing final config tweaking on prepared FcPatterns.
|
246
228
|
</p>
|
@@ -261,40 +243,41 @@ Function type for doing final config tweaking on prepared FcPatterns.
|
|
261
243
|
</table></div>
|
262
244
|
</div>
|
263
245
|
<hr>
|
264
|
-
<div class="refsect2"
|
246
|
+
<div class="refsect2">
|
265
247
|
<a name="pango-ft2-font-map-set-default-substitute"></a><h3>pango_ft2_font_map_set_default_substitute ()</h3>
|
266
248
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_font_map_set_default_substitute
|
267
|
-
(<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
268
|
-
<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc" title="PangoFT2SubstituteFunc ()"><span class="
|
269
|
-
<
|
270
|
-
<
|
249
|
+
(<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
|
+
<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>
|
271
253
|
<p>
|
272
254
|
Sets a function that will be called to do final configuration
|
273
255
|
substitution on a <span class="type">FcPattern</span> before it is used to load
|
274
256
|
the font. This function can be used to do things like set
|
275
|
-
hinting and antialiasing options
|
257
|
+
hinting and antialiasing options.
|
258
|
+
</p>
|
276
259
|
<div class="variablelist"><table border="0">
|
277
260
|
<col align="left" valign="top">
|
278
261
|
<tbody>
|
279
262
|
<tr>
|
280
263
|
<td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
|
281
|
-
<td>
|
264
|
+
<td>a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a>
|
282
265
|
</td>
|
283
266
|
</tr>
|
284
267
|
<tr>
|
285
268
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
286
|
-
<td>
|
269
|
+
<td>function to call to to do final config tweaking
|
287
270
|
on <span class="type">FcPattern</span> objects.
|
288
271
|
</td>
|
289
272
|
</tr>
|
290
273
|
<tr>
|
291
274
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
292
|
-
<td>
|
275
|
+
<td>data to pass to <em class="parameter"><code>func</code></em>
|
293
276
|
</td>
|
294
277
|
</tr>
|
295
278
|
<tr>
|
296
279
|
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
297
|
-
<td>
|
280
|
+
<td>function to call when <em class="parameter"><code>data</code></em> is no longer used.
|
298
281
|
</td>
|
299
282
|
</tr>
|
300
283
|
</tbody>
|
@@ -302,50 +285,52 @@ hinting and antialiasing options.</p>
|
|
302
285
|
<p class="since">Since 1.2</p>
|
303
286
|
</div>
|
304
287
|
<hr>
|
305
|
-
<div class="refsect2"
|
288
|
+
<div class="refsect2">
|
306
289
|
<a name="pango-ft2-font-map-substitute-changed"></a><h3>pango_ft2_font_map_substitute_changed ()</h3>
|
307
290
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_font_map_substitute_changed
|
308
|
-
(<a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="
|
291
|
+
(<em class="parameter"><code><a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap"><span class="type">PangoFT2FontMap</span></a> *fontmap</code></em>);</pre>
|
309
292
|
<p>
|
310
293
|
Call this function any time the results of the
|
311
294
|
default substitution function set with
|
312
295
|
<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 ()"><code class="function">pango_ft2_font_map_set_default_substitute()</code></a> change.
|
313
296
|
That is, if your substitution function will return different
|
314
|
-
results for the same input pattern, you must call this function
|
297
|
+
results for the same input pattern, you must call this function.
|
298
|
+
</p>
|
315
299
|
<div class="variablelist"><table border="0">
|
316
300
|
<col align="left" valign="top">
|
317
301
|
<tbody><tr>
|
318
302
|
<td><p><span class="term"><em class="parameter"><code>fontmap</code></em> :</span></p></td>
|
319
|
-
<td>
|
303
|
+
<td>a <span class="type">PangoFT2Fontmap</span>
|
320
304
|
</td>
|
321
305
|
</tr></tbody>
|
322
306
|
</table></div>
|
323
307
|
<p class="since">Since 1.2</p>
|
324
308
|
</div>
|
325
309
|
<hr>
|
326
|
-
<div class="refsect2"
|
310
|
+
<div class="refsect2">
|
327
311
|
<a name="pango-ft2-get-context"></a><h3>pango_ft2_get_context ()</h3>
|
328
|
-
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_ft2_get_context (<span class="
|
329
|
-
<span class="
|
330
|
-
<div class="warning"
|
312
|
+
<pre class="programlisting"><a class="link" href="pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * pango_ft2_get_context (<em class="parameter"><code><span class="type">double</span> dpi_x</code></em>,
|
313
|
+
<em class="parameter"><code><span class="type">double</span> dpi_y</code></em>);</pre>
|
314
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
331
315
|
<h3 class="title">Warning</h3>
|
332
316
|
<p><code class="literal">pango_ft2_get_context</code> has been deprecated since version 1.22 and should not be used in newly-written code. Use <a class="link" href="pango-Fonts.html#pango-font-map-create-context" title="pango_font_map_create_context ()"><code class="function">pango_font_map_create_context()</code></a> instead.</p>
|
333
317
|
</div>
|
334
318
|
<p>
|
335
319
|
Retrieves a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the default PangoFT2 fontmap
|
336
320
|
(see <code class="function">pango_ft2_fontmap_get_for_display()</code>) and sets the resolution
|
337
|
-
for the default fontmap to <em class="parameter"><code>dpi_x</code></em> by <em class="parameter"><code>dpi_y</code></em
|
321
|
+
for the default fontmap to <em class="parameter"><code>dpi_x</code></em> by <em class="parameter"><code>dpi_y</code></em>.
|
322
|
+
</p>
|
338
323
|
<div class="variablelist"><table border="0">
|
339
324
|
<col align="left" valign="top">
|
340
325
|
<tbody>
|
341
326
|
<tr>
|
342
327
|
<td><p><span class="term"><em class="parameter"><code>dpi_x</code></em> :</span></p></td>
|
343
|
-
<td>
|
328
|
+
<td>the horizontal DPI of the target device
|
344
329
|
</td>
|
345
330
|
</tr>
|
346
331
|
<tr>
|
347
332
|
<td><p><span class="term"><em class="parameter"><code>dpi_y</code></em> :</span></p></td>
|
348
|
-
<td>
|
333
|
+
<td>the vertical DPI of the target device
|
349
334
|
</td>
|
350
335
|
</tr>
|
351
336
|
<tr>
|
@@ -358,94 +343,96 @@ for the default fontmap to <em class="parameter"><code>dpi_x</code></em> by <em
|
|
358
343
|
</table></div>
|
359
344
|
</div>
|
360
345
|
<hr>
|
361
|
-
<div class="refsect2"
|
346
|
+
<div class="refsect2">
|
362
347
|
<a name="pango-ft2-render"></a><h3>pango_ft2_render ()</h3>
|
363
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render (<span class="
|
364
|
-
<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
365
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
366
|
-
<
|
367
|
-
<
|
348
|
+
<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
|
+
<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>
|
368
353
|
<p>
|
369
|
-
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap
|
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.
|
355
|
+
</p>
|
370
356
|
<div class="variablelist"><table border="0">
|
371
357
|
<col align="left" valign="top">
|
372
358
|
<tbody>
|
373
359
|
<tr>
|
374
360
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
375
|
-
<td>
|
361
|
+
<td>the FreeType2 bitmap onto which to draw the string
|
376
362
|
</td>
|
377
363
|
</tr>
|
378
364
|
<tr>
|
379
365
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
380
|
-
<td>
|
366
|
+
<td>the font in which to draw the string
|
381
367
|
</td>
|
382
368
|
</tr>
|
383
369
|
<tr>
|
384
370
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
385
|
-
<td>
|
371
|
+
<td>the glyph string to draw
|
386
372
|
</td>
|
387
373
|
</tr>
|
388
374
|
<tr>
|
389
375
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
390
|
-
<td>
|
376
|
+
<td>the x position of the start of the string (in pixels)
|
391
377
|
</td>
|
392
378
|
</tr>
|
393
379
|
<tr>
|
394
380
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
395
|
-
<td>
|
381
|
+
<td>the y position of the baseline (in pixels)
|
396
382
|
</td>
|
397
383
|
</tr>
|
398
384
|
</tbody>
|
399
385
|
</table></div>
|
400
386
|
</div>
|
401
387
|
<hr>
|
402
|
-
<div class="refsect2"
|
388
|
+
<div class="refsect2">
|
403
389
|
<a name="pango-ft2-render-transformed"></a><h3>pango_ft2_render_transformed ()</h3>
|
404
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_transformed (<span class="
|
405
|
-
const <a class="link" href="pango-Glyph-Storage.html#PangoMatrix" title="PangoMatrix"><span class="
|
406
|
-
<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
407
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="
|
408
|
-
<span class="
|
409
|
-
<span class="
|
390
|
+
<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>,
|
392
|
+
<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>,
|
394
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
395
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
410
396
|
<p>
|
411
|
-
Renders a <a class="link" href="pango-Glyph-Storage.html#PangoGlyphString" title="PangoGlyphString"><span class="type">PangoGlyphString</span></a> onto a FreeType2 bitmap, possibly
|
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
|
412
398
|
transforming the layed-out coordinates through a transformation
|
413
399
|
matrix. Note that the transformation matrix for <em class="parameter"><code>font</code></em> is not
|
414
400
|
changed, so to produce correct rendering results, the <em class="parameter"><code>font</code></em>
|
415
401
|
must have been loaded using a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with an identical
|
416
|
-
transformation matrix to that passed in to this function
|
402
|
+
transformation matrix to that passed in to this function.
|
403
|
+
</p>
|
417
404
|
<div class="variablelist"><table border="0">
|
418
405
|
<col align="left" valign="top">
|
419
406
|
<tbody>
|
420
407
|
<tr>
|
421
408
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
422
|
-
<td>
|
409
|
+
<td>the FreeType2 bitmap onto which to draw the string
|
423
410
|
</td>
|
424
411
|
</tr>
|
425
412
|
<tr>
|
426
413
|
<td><p><span class="term"><em class="parameter"><code>matrix</code></em> :</span></p></td>
|
427
|
-
<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
|
428
415
|
</td>
|
429
416
|
</tr>
|
430
417
|
<tr>
|
431
418
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
432
|
-
<td>
|
419
|
+
<td>the font in which to draw the string
|
433
420
|
</td>
|
434
421
|
</tr>
|
435
422
|
<tr>
|
436
423
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
437
|
-
<td>
|
424
|
+
<td>the glyph string to draw
|
438
425
|
</td>
|
439
426
|
</tr>
|
440
427
|
<tr>
|
441
428
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
442
|
-
<td>
|
429
|
+
<td>the x position of the start of the string (in Pango
|
443
430
|
units in user space coordinates)
|
444
431
|
</td>
|
445
432
|
</tr>
|
446
433
|
<tr>
|
447
434
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
448
|
-
<td>
|
435
|
+
<td>the y position of the baseline (in Pango units
|
449
436
|
in user space coordinates)
|
450
437
|
</td>
|
451
438
|
</tr>
|
@@ -454,75 +441,77 @@ transformation matrix to that passed in to this function.</p>
|
|
454
441
|
<p class="since">Since 1.6</p>
|
455
442
|
</div>
|
456
443
|
<hr>
|
457
|
-
<div class="refsect2"
|
444
|
+
<div class="refsect2">
|
458
445
|
<a name="pango-ft2-render-layout-line"></a><h3>pango_ft2_render_layout_line ()</h3>
|
459
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_line (<span class="
|
460
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="
|
461
|
-
<span class="
|
462
|
-
<span class="
|
446
|
+
<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>,
|
448
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
449
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
463
450
|
<p>
|
464
|
-
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap
|
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
|
452
|
+
</p>
|
465
453
|
<div class="variablelist"><table border="0">
|
466
454
|
<col align="left" valign="top">
|
467
455
|
<tbody>
|
468
456
|
<tr>
|
469
457
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
470
|
-
<td>
|
458
|
+
<td>a <span class="type">FT_Bitmap</span> to render the line onto
|
471
459
|
</td>
|
472
460
|
</tr>
|
473
461
|
<tr>
|
474
462
|
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
|
475
|
-
<td>
|
463
|
+
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
|
476
464
|
</td>
|
477
465
|
</tr>
|
478
466
|
<tr>
|
479
467
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
480
|
-
<td>
|
468
|
+
<td>the x position of start of string (in pixels)
|
481
469
|
</td>
|
482
470
|
</tr>
|
483
471
|
<tr>
|
484
472
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
485
|
-
<td>
|
473
|
+
<td>the y position of baseline (in pixels)
|
486
474
|
</td>
|
487
475
|
</tr>
|
488
476
|
</tbody>
|
489
477
|
</table></div>
|
490
478
|
</div>
|
491
479
|
<hr>
|
492
|
-
<div class="refsect2"
|
480
|
+
<div class="refsect2">
|
493
481
|
<a name="pango-ft2-render-layout-line-subpixel"></a><h3>pango_ft2_render_layout_line_subpixel ()</h3>
|
494
482
|
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_line_subpixel
|
495
|
-
(<span class="
|
496
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="
|
497
|
-
<span class="
|
498
|
-
<span class="
|
483
|
+
(<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>,
|
485
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
486
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
499
487
|
<p>
|
500
|
-
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="PangoLayoutLine"><span class="type">PangoLayoutLine</span></a> onto a FreeType2 bitmap, with he
|
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
|
501
489
|
location specified in fixed-point Pango units rather than
|
502
490
|
pixels. (Using this will avoid extra inaccuracies from
|
503
491
|
rounding to integer pixels multiple times, even if the
|
504
|
-
final glyph positions are integers.)
|
492
|
+
final glyph positions are integers.)
|
493
|
+
</p>
|
505
494
|
<div class="variablelist"><table border="0">
|
506
495
|
<col align="left" valign="top">
|
507
496
|
<tbody>
|
508
497
|
<tr>
|
509
498
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
510
|
-
<td>
|
499
|
+
<td>a <span class="type">FT_Bitmap</span> to render the line onto
|
511
500
|
</td>
|
512
501
|
</tr>
|
513
502
|
<tr>
|
514
503
|
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
|
515
|
-
<td>
|
504
|
+
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine" title="struct PangoLayoutLine"><span class="type">PangoLayoutLine</span></a>
|
516
505
|
</td>
|
517
506
|
</tr>
|
518
507
|
<tr>
|
519
508
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
520
|
-
<td>
|
509
|
+
<td>the x position of start of string (in Pango units)
|
521
510
|
</td>
|
522
511
|
</tr>
|
523
512
|
<tr>
|
524
513
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
525
|
-
<td>
|
514
|
+
<td>the y position of baseline (in Pango units)
|
526
515
|
</td>
|
527
516
|
</tr>
|
528
517
|
</tbody>
|
@@ -530,74 +519,76 @@ final glyph positions are integers.)</p>
|
|
530
519
|
<p class="since">Since 1.6</p>
|
531
520
|
</div>
|
532
521
|
<hr>
|
533
|
-
<div class="refsect2"
|
522
|
+
<div class="refsect2">
|
534
523
|
<a name="pango-ft2-render-layout"></a><h3>pango_ft2_render_layout ()</h3>
|
535
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout (<span class="
|
536
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="
|
537
|
-
<span class="
|
538
|
-
<span class="
|
524
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
|
525
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
526
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
527
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
539
528
|
<p>
|
540
|
-
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> onto a FreeType2 bitmap
|
529
|
+
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> onto a FreeType2 bitmap
|
530
|
+
</p>
|
541
531
|
<div class="variablelist"><table border="0">
|
542
532
|
<col align="left" valign="top">
|
543
533
|
<tbody>
|
544
534
|
<tr>
|
545
535
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
546
|
-
<td>
|
536
|
+
<td>a <span class="type">FT_Bitmap</span> to render the layout onto
|
547
537
|
</td>
|
548
538
|
</tr>
|
549
539
|
<tr>
|
550
540
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
551
|
-
<td>
|
541
|
+
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
552
542
|
</td>
|
553
543
|
</tr>
|
554
544
|
<tr>
|
555
545
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
556
|
-
<td>
|
546
|
+
<td>the X position of the left of the layout (in pixels)
|
557
547
|
</td>
|
558
548
|
</tr>
|
559
549
|
<tr>
|
560
550
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
561
|
-
<td>
|
551
|
+
<td>the Y position of the top of the layout (in pixels)
|
562
552
|
</td>
|
563
553
|
</tr>
|
564
554
|
</tbody>
|
565
555
|
</table></div>
|
566
556
|
</div>
|
567
557
|
<hr>
|
568
|
-
<div class="refsect2"
|
558
|
+
<div class="refsect2">
|
569
559
|
<a name="pango-ft2-render-layout-subpixel"></a><h3>pango_ft2_render_layout_subpixel ()</h3>
|
570
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_subpixel (<span class="
|
571
|
-
<a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="
|
572
|
-
<span class="
|
573
|
-
<span class="
|
560
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_render_layout_subpixel (<em class="parameter"><code><span class="type">FT_Bitmap</span> *bitmap</code></em>,
|
561
|
+
<em class="parameter"><code><a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
562
|
+
<em class="parameter"><code><span class="type">int</span> x</code></em>,
|
563
|
+
<em class="parameter"><code><span class="type">int</span> y</code></em>);</pre>
|
574
564
|
<p>
|
575
565
|
Render a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> onto a FreeType2 bitmap, with he
|
576
566
|
location specified in fixed-point Pango units rather than
|
577
567
|
pixels. (Using this will avoid extra inaccuracies from
|
578
568
|
rounding to integer pixels multiple times, even if the
|
579
|
-
final glyph positions are integers.)
|
569
|
+
final glyph positions are integers.)
|
570
|
+
</p>
|
580
571
|
<div class="variablelist"><table border="0">
|
581
572
|
<col align="left" valign="top">
|
582
573
|
<tbody>
|
583
574
|
<tr>
|
584
575
|
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
585
|
-
<td>
|
576
|
+
<td>a <span class="type">FT_Bitmap</span> to render the layout onto
|
586
577
|
</td>
|
587
578
|
</tr>
|
588
579
|
<tr>
|
589
580
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
590
|
-
<td>
|
581
|
+
<td>a <a class="link" href="pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>
|
591
582
|
</td>
|
592
583
|
</tr>
|
593
584
|
<tr>
|
594
585
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
595
|
-
<td>
|
586
|
+
<td>the X position of the left of the layout (in Pango units)
|
596
587
|
</td>
|
597
588
|
</tr>
|
598
589
|
<tr>
|
599
590
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
600
|
-
<td>
|
591
|
+
<td>the Y position of the top of the layout (in Pango units)
|
601
592
|
</td>
|
602
593
|
</tr>
|
603
594
|
</tbody>
|
@@ -605,10 +596,10 @@ final glyph positions are integers.)</p>
|
|
605
596
|
<p class="since">Since 1.6</p>
|
606
597
|
</div>
|
607
598
|
<hr>
|
608
|
-
<div class="refsect2"
|
599
|
+
<div class="refsect2">
|
609
600
|
<a name="pango-ft2-get-unknown-glyph"></a><h3>pango_ft2_get_unknown_glyph ()</h3>
|
610
|
-
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_ft2_get_unknown_glyph (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
611
|
-
<div class="warning"
|
601
|
+
<pre class="programlisting"><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="returnvalue">PangoGlyph</span></a> pango_ft2_get_unknown_glyph (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
602
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
612
603
|
<h3 class="title">Warning</h3>
|
613
604
|
<p><code class="literal">pango_ft2_get_unknown_glyph</code> is deprecated and should not be used in newly-written code.</p>
|
614
605
|
</div>
|
@@ -619,13 +610,14 @@ Return the index of a glyph suitable for drawing unknown characters with
|
|
619
610
|
<p>
|
620
611
|
If you want to draw an unknown-box for a character that is not covered
|
621
612
|
by the font,
|
622
|
-
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
|
613
|
+
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.
|
614
|
+
</p>
|
623
615
|
<div class="variablelist"><table border="0">
|
624
616
|
<col align="left" valign="top">
|
625
617
|
<tbody>
|
626
618
|
<tr>
|
627
619
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
628
|
-
<td>
|
620
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
629
621
|
</td>
|
630
622
|
</tr>
|
631
623
|
<tr>
|
@@ -637,12 +629,12 @@ use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
637
629
|
</table></div>
|
638
630
|
</div>
|
639
631
|
<hr>
|
640
|
-
<div class="refsect2"
|
632
|
+
<div class="refsect2">
|
641
633
|
<a name="pango-ft2-font-get-kerning"></a><h3>pango_ft2_font_get_kerning ()</h3>
|
642
|
-
<pre class="programlisting"><span class="returnvalue">int</span> pango_ft2_font_get_kerning (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
643
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="
|
644
|
-
<a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="
|
645
|
-
<div class="warning"
|
634
|
+
<pre class="programlisting"><span class="returnvalue">int</span> pango_ft2_font_get_kerning (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>,
|
635
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> left</code></em>,
|
636
|
+
<em class="parameter"><code><a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a> right</code></em>);</pre>
|
637
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
646
638
|
<h3 class="title">Warning</h3>
|
647
639
|
<p><code class="literal">pango_ft2_font_get_kerning</code> is deprecated and should not be used in newly-written code.</p>
|
648
640
|
</div>
|
@@ -650,23 +642,24 @@ use <a class="link" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS"
|
|
650
642
|
Retrieves kerning information for a combination of two glyphs.
|
651
643
|
</p>
|
652
644
|
<p>
|
653
|
-
Use <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()"><code class="function">pango_fc_font_kern_glyphs()</code></a> instead
|
645
|
+
Use <a class="link" href="PangoFcFont.html#pango-fc-font-kern-glyphs" title="pango_fc_font_kern_glyphs ()"><code class="function">pango_fc_font_kern_glyphs()</code></a> instead.
|
646
|
+
</p>
|
654
647
|
<div class="variablelist"><table border="0">
|
655
648
|
<col align="left" valign="top">
|
656
649
|
<tbody>
|
657
650
|
<tr>
|
658
651
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
659
|
-
<td>
|
652
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
660
653
|
</td>
|
661
654
|
</tr>
|
662
655
|
<tr>
|
663
656
|
<td><p><span class="term"><em class="parameter"><code>left</code></em> :</span></p></td>
|
664
|
-
<td>
|
657
|
+
<td>the left <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
|
665
658
|
</td>
|
666
659
|
</tr>
|
667
660
|
<tr>
|
668
661
|
<td><p><span class="term"><em class="parameter"><code>right</code></em> :</span></p></td>
|
669
|
-
<td>
|
662
|
+
<td>the right <a class="link" href="pango-Glyph-Storage.html#PangoGlyph" title="PangoGlyph"><span class="type">PangoGlyph</span></a>
|
670
663
|
</td>
|
671
664
|
</tr>
|
672
665
|
<tr>
|
@@ -679,10 +672,10 @@ the given combination of glyphs.
|
|
679
672
|
</table></div>
|
680
673
|
</div>
|
681
674
|
<hr>
|
682
|
-
<div class="refsect2"
|
675
|
+
<div class="refsect2">
|
683
676
|
<a name="pango-ft2-font-get-face"></a><h3>pango_ft2_font_get_face ()</h3>
|
684
|
-
<pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_ft2_font_get_face (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
685
|
-
<div class="warning"
|
677
|
+
<pre class="programlisting"><span class="returnvalue">FT_Face</span> pango_ft2_font_get_face (<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a> *font</code></em>);</pre>
|
678
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
686
679
|
<h3 class="title">Warning</h3>
|
687
680
|
<p><code class="literal">pango_ft2_font_get_face</code> is deprecated and should not be used in newly-written code.</p>
|
688
681
|
</div>
|
@@ -693,62 +686,64 @@ This may be useful if you want to use FreeType2 functions directly.
|
|
693
686
|
<p>
|
694
687
|
Use <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> instead; when you are done with a
|
695
688
|
face from <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> you must call
|
696
|
-
<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
|
689
|
+
<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>.
|
690
|
+
</p>
|
697
691
|
<div class="variablelist"><table border="0">
|
698
692
|
<col align="left" valign="top">
|
699
693
|
<tbody>
|
700
694
|
<tr>
|
701
695
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
702
|
-
<td>
|
696
|
+
<td>a <a class="link" href="pango-Fonts.html#PangoFont"><span class="type">PangoFont</span></a>
|
703
697
|
</td>
|
704
698
|
</tr>
|
705
699
|
<tr>
|
706
700
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
707
701
|
<td> a pointer to a <span class="type">FT_Face</span> structure, with the size set correctly,
|
708
|
-
or <a href="/usr/share/gtk-doc/html/
|
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>.
|
709
703
|
</td>
|
710
704
|
</tr>
|
711
705
|
</tbody>
|
712
706
|
</table></div>
|
713
707
|
</div>
|
714
708
|
<hr>
|
715
|
-
<div class="refsect2"
|
709
|
+
<div class="refsect2">
|
716
710
|
<a name="pango-ft2-font-get-coverage"></a><h3>pango_ft2_font_get_coverage ()</h3>
|
717
|
-
<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 (<a class="link" href="pango-Fonts.html#PangoFont"><span class="
|
718
|
-
<a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage" title="PangoLanguage"><span class="
|
719
|
-
<div class="warning"
|
711
|
+
<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>
|
713
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
720
714
|
<h3 class="title">Warning</h3>
|
721
715
|
<p><code class="literal">pango_ft2_font_get_coverage</code> is deprecated and should not be used in newly-written code.</p>
|
722
716
|
</div>
|
723
717
|
<p>
|
724
718
|
Gets the <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a> for a <span class="type">PangoFT2Font</span>. Use
|
725
|
-
<a class="link" href="pango-Fonts.html#pango-font-get-coverage" title="pango_font_get_coverage ()"><code class="function">pango_font_get_coverage()</code></a> instead
|
719
|
+
<a class="link" href="pango-Fonts.html#pango-font-get-coverage" title="pango_font_get_coverage ()"><code class="function">pango_font_get_coverage()</code></a> instead.
|
720
|
+
</p>
|
726
721
|
<div class="variablelist"><table border="0">
|
727
722
|
<col align="left" valign="top">
|
728
723
|
<tbody>
|
729
724
|
<tr>
|
730
725
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
731
|
-
<td>
|
726
|
+
<td>a <span class="type">PangoFT2Font</span>.
|
732
727
|
</td>
|
733
728
|
</tr>
|
734
729
|
<tr>
|
735
730
|
<td><p><span class="term"><em class="parameter"><code>language</code></em> :</span></p></td>
|
736
|
-
<td>
|
731
|
+
<td>a language tag.
|
737
732
|
</td>
|
738
733
|
</tr>
|
739
734
|
<tr>
|
740
735
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
741
|
-
<td>
|
736
|
+
<td>a <a class="link" href="pango-Coverage-Maps.html#PangoCoverage" title="PangoCoverage"><span class="type">PangoCoverage</span></a>.
|
742
737
|
</td>
|
743
738
|
</tr>
|
744
739
|
</tbody>
|
745
740
|
</table></div>
|
746
741
|
</div>
|
747
742
|
<hr>
|
748
|
-
<div class="refsect2"
|
743
|
+
<div class="refsect2">
|
749
744
|
<a name="pango-ft2-font-map-for-display"></a><h3>pango_ft2_font_map_for_display ()</h3>
|
750
|
-
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_ft2_font_map_for_display (void);</pre>
|
751
|
-
<div class="warning"
|
745
|
+
<pre class="programlisting"><a class="link" href="pango-Fonts.html#PangoFontMap"><span class="returnvalue">PangoFontMap</span></a> * pango_ft2_font_map_for_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
746
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
752
747
|
<h3 class="title">Warning</h3>
|
753
748
|
<p><code class="literal">pango_ft2_font_map_for_display</code> is deprecated and should not be used in newly-written code.</p>
|
754
749
|
</div>
|
@@ -757,7 +752,8 @@ Returns a <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2
|
|
757
752
|
not be freed. If the font map is no longer needed, it can
|
758
753
|
be released with <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-shutdown-display" title="pango_ft2_shutdown_display ()"><code class="function">pango_ft2_shutdown_display()</code></a>. Use of the
|
759
754
|
global PangoFT2 fontmap is deprecated; use <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-new" title="pango_ft2_font_map_new ()"><code class="function">pango_ft2_font_map_new()</code></a>
|
760
|
-
instead
|
755
|
+
instead.
|
756
|
+
</p>
|
761
757
|
<div class="variablelist"><table border="0">
|
762
758
|
<col align="left" valign="top">
|
763
759
|
<tbody><tr>
|
@@ -768,21 +764,22 @@ instead.</p>
|
|
768
764
|
</table></div>
|
769
765
|
</div>
|
770
766
|
<hr>
|
771
|
-
<div class="refsect2"
|
767
|
+
<div class="refsect2">
|
772
768
|
<a name="pango-ft2-shutdown-display"></a><h3>pango_ft2_shutdown_display ()</h3>
|
773
|
-
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_shutdown_display (void);</pre>
|
774
|
-
<div class="warning"
|
769
|
+
<pre class="programlisting"><span class="returnvalue">void</span> pango_ft2_shutdown_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
770
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
775
771
|
<h3 class="title">Warning</h3>
|
776
772
|
<p><code class="literal">pango_ft2_shutdown_display</code> is deprecated and should not be used in newly-written code.</p>
|
777
773
|
</div>
|
778
774
|
<p>
|
779
775
|
Free the global fontmap. (See <a class="link" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-for-display" title="pango_ft2_font_map_for_display ()"><code class="function">pango_ft2_font_map_for_display()</code></a>)
|
780
|
-
Use of the global PangoFT2 fontmap is deprecated
|
776
|
+
Use of the global PangoFT2 fontmap is deprecated.
|
777
|
+
</p>
|
781
778
|
</div>
|
782
779
|
</div>
|
783
780
|
</div>
|
784
781
|
<div class="footer">
|
785
782
|
<hr>
|
786
|
-
Generated by GTK-Doc V1.
|
783
|
+
Generated by GTK-Doc V1.15.1</div>
|
787
784
|
</body>
|
788
785
|
</html>
|