pango 0.90.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +678 -0
- data/README +33 -0
- data/Rakefile +83 -0
- data/ext/pango/Makefile +172 -0
- data/ext/pango/depend +7 -0
- data/ext/pango/extconf.rb +75 -0
- data/ext/pango/pango.def +18 -0
- data/ext/pango/rbpango.c +27 -0
- data/ext/pango/rbpango.h +93 -0
- data/ext/pango/rbpangoanalysis.c +197 -0
- data/ext/pango/rbpangoattribute.c +557 -0
- data/ext/pango/rbpangoattriterator.c +137 -0
- data/ext/pango/rbpangoattrlist.c +104 -0
- data/ext/pango/rbpangocairo.c +229 -0
- data/ext/pango/rbpangocolor.c +121 -0
- data/ext/pango/rbpangocontext.c +341 -0
- data/ext/pango/rbpangocoverage.c +104 -0
- data/ext/pango/rbpangoengine.c +65 -0
- data/ext/pango/rbpangofont.c +123 -0
- data/ext/pango/rbpangofontdescription.c +300 -0
- data/ext/pango/rbpangofontface.c +71 -0
- data/ext/pango/rbpangofontfamily.c +74 -0
- data/ext/pango/rbpangofontmap.c +104 -0
- data/ext/pango/rbpangofontmetrics.c +85 -0
- data/ext/pango/rbpangofontset.c +68 -0
- data/ext/pango/rbpangofontsetsimple.c +53 -0
- data/ext/pango/rbpangoglyphinfo.c +119 -0
- data/ext/pango/rbpangoglyphitem.c +129 -0
- data/ext/pango/rbpangoglyphstring.c +162 -0
- data/ext/pango/rbpangogravity.c +43 -0
- data/ext/pango/rbpangoinits.c +71 -0
- data/ext/pango/rbpangoitem.c +110 -0
- data/ext/pango/rbpangolanguage.c +88 -0
- data/ext/pango/rbpangolayout.c +593 -0
- data/ext/pango/rbpangolayoutiter.c +202 -0
- data/ext/pango/rbpangolayoutline.c +256 -0
- data/ext/pango/rbpangologattr.c +107 -0
- data/ext/pango/rbpangomain.c +213 -0
- data/ext/pango/rbpangomatrix.c +155 -0
- data/ext/pango/rbpangorectangle.c +178 -0
- data/ext/pango/rbpangorenderer.c +204 -0
- data/ext/pango/rbpangoscript.c +80 -0
- data/ext/pango/rbpangoscriptiter.c +91 -0
- data/ext/pango/rbpangotabarray.c +128 -0
- data/ext/pango/rbpangoversion.h +24 -0
- data/extconf.rb +49 -0
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- data/lib/pango.rb +70 -0
- data/sample/attribute.rb +82 -0
- data/sample/break.rb +26 -0
- data/sample/gdk_layout.rb +27 -0
- data/sample/glyphstring.rb +61 -0
- data/sample/item.rb +35 -0
- data/sample/label.rb +23 -0
- data/sample/layout.rb +102 -0
- data/sample/pango_cairo.rb +66 -0
- data/sample/parse.rb +33 -0
- data/sample/sample.txt +10 -0
- data/sample/script.rb +21 -0
- data/test/pango-test-utils.rb +9 -0
- data/test/run-test.rb +28 -0
- data/test/test-attribute.rb +19 -0
- data/test/test-language.rb +7 -0
- data/test/test_layout.rb +20 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/freetype-config +160 -0
- data/vendor/local/bin/freetype6.dll +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +123 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +188 -0
- data/vendor/local/bin/glib-mkenums +511 -0
- 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/intl.dll +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libexpat-1.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libgcc_s_dw2-1.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/libpng14-14.dll +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/xmlwf.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/fonts.conf +151 -0
- data/vendor/local/etc/fonts/fonts.dtd +224 -0
- data/vendor/local/etc/pango/pango.modules +5 -0
- data/vendor/local/include/autosprintf.h +66 -0
- data/vendor/local/include/cairo/cairo-deprecated.h +123 -0
- data/vendor/local/include/cairo/cairo-features.h +27 -0
- data/vendor/local/include/cairo/cairo-ft.h +82 -0
- data/vendor/local/include/cairo/cairo-gobject.h +186 -0
- data/vendor/local/include/cairo/cairo-pdf.h +94 -0
- data/vendor/local/include/cairo/cairo-ps.h +114 -0
- data/vendor/local/include/cairo/cairo-script-interpreter.h +117 -0
- data/vendor/local/include/cairo/cairo-svg.h +82 -0
- data/vendor/local/include/cairo/cairo-version.h +8 -0
- data/vendor/local/include/cairo/cairo-win32.h +112 -0
- data/vendor/local/include/cairo/cairo.h +2684 -0
- data/vendor/local/include/expat.h +1014 -0
- data/vendor/local/include/expat_external.h +115 -0
- data/vendor/local/include/fontconfig/fcfreetype.h +59 -0
- data/vendor/local/include/fontconfig/fcprivate.h +123 -0
- data/vendor/local/include/fontconfig/fontconfig.h +963 -0
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +477 -0
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +780 -0
- data/vendor/local/include/freetype2/freetype/config/ftmodule.h +20 -0
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +733 -0
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +173 -0
- data/vendor/local/include/freetype2/freetype/freetype.h +3919 -0
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +179 -0
- data/vendor/local/include/freetype2/freetype/ftbbox.h +94 -0
- data/vendor/local/include/freetype2/freetype/ftbdf.h +209 -0
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +227 -0
- data/vendor/local/include/freetype2/freetype/ftcache.h +1125 -0
- data/vendor/local/include/freetype2/freetype/ftchapters.h +103 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +166 -0
- data/vendor/local/include/freetype2/freetype/fterrdef.h +244 -0
- data/vendor/local/include/freetype2/freetype/fterrors.h +206 -0
- data/vendor/local/include/freetype2/freetype/ftgasp.h +120 -0
- data/vendor/local/include/freetype2/freetype/ftglyph.h +613 -0
- data/vendor/local/include/freetype2/freetype/ftgxval.h +358 -0
- data/vendor/local/include/freetype2/freetype/ftgzip.h +102 -0
- data/vendor/local/include/freetype2/freetype/ftimage.h +1301 -0
- data/vendor/local/include/freetype2/freetype/ftincrem.h +353 -0
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +213 -0
- data/vendor/local/include/freetype2/freetype/ftlist.h +277 -0
- data/vendor/local/include/freetype2/freetype/ftlzw.h +99 -0
- data/vendor/local/include/freetype2/freetype/ftmac.h +274 -0
- data/vendor/local/include/freetype2/freetype/ftmm.h +378 -0
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +483 -0
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +155 -0
- data/vendor/local/include/freetype2/freetype/ftotval.h +203 -0
- data/vendor/local/include/freetype2/freetype/ftoutln.h +537 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +172 -0
- data/vendor/local/include/freetype2/freetype/ftrender.h +230 -0
- data/vendor/local/include/freetype2/freetype/ftsizes.h +159 -0
- data/vendor/local/include/freetype2/freetype/ftsnames.h +200 -0
- data/vendor/local/include/freetype2/freetype/ftstroke.h +716 -0
- data/vendor/local/include/freetype2/freetype/ftsynth.h +80 -0
- data/vendor/local/include/freetype2/freetype/ftsystem.h +347 -0
- data/vendor/local/include/freetype2/freetype/fttrigon.h +350 -0
- data/vendor/local/include/freetype2/freetype/fttypes.h +588 -0
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +274 -0
- data/vendor/local/include/freetype2/freetype/ftxf86.h +83 -0
- data/vendor/local/include/freetype2/freetype/t1tables.h +504 -0
- data/vendor/local/include/freetype2/freetype/ttnameid.h +1247 -0
- data/vendor/local/include/freetype2/freetype/tttables.h +759 -0
- data/vendor/local/include/freetype2/freetype/tttags.h +107 -0
- data/vendor/local/include/freetype2/freetype/ttunpat.h +59 -0
- data/vendor/local/include/ft2build.h +61 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +237 -0
- data/vendor/local/include/glib-2.0/gio/gasyncinitable.h +119 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gbufferedinputstream.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +82 -0
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +103 -0
- data/vendor/local/include/glib-2.0/gio/gcharsetconverter.h +60 -0
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +57 -0
- data/vendor/local/include/glib-2.0/gio/gconverter.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +80 -0
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +80 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +133 -0
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +116 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +225 -0
- data/vendor/local/include/glib-2.0/gio/gemblem.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +62 -0
- data/vendor/local/include/glib-2.0/gio/gfile.h +1017 -0
- data/vendor/local/include/glib-2.0/gio/gfileattribute.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +133 -0
- data/vendor/local/include/glib-2.0/gio/gfileicon.h +56 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +951 -0
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gfilenamecompleter.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +119 -0
- data/vendor/local/include/glib-2.0/gio/gfilterinputstream.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gfilteroutputstream.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gicon.h +91 -0
- data/vendor/local/include/glib-2.0/gio/ginetaddress.h +103 -0
- data/vendor/local/include/glib-2.0/gio/ginetsocketaddress.h +69 -0
- data/vendor/local/include/glib-2.0/gio/ginitable.h +96 -0
- data/vendor/local/include/glib-2.0/gio/ginputstream.h +172 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +703 -0
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +48 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +132 -0
- data/vendor/local/include/glib-2.0/gio/gioscheduler.h +52 -0
- data/vendor/local/include/glib-2.0/gio/giostream.h +112 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +339 -0
- data/vendor/local/include/glib-2.0/gio/gloadableicon.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryinputstream.h +82 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gmount.h +242 -0
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gnativevolumemonitor.h +62 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +69 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +207 -0
- data/vendor/local/include/glib-2.0/gio/gresolver.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gseekable.h +99 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +125 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +176 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddress.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +89 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +130 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnection.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h +105 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsocketservice.h +88 -0
- data/vendor/local/include/glib-2.0/gio/gsrvtarget.h +52 -0
- data/vendor/local/include/glib-2.0/gio/gtcpconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gthemedicon.h +63 -0
- data/vendor/local/include/glib-2.0/gio/gthreadedsocketservice.h +81 -0
- data/vendor/local/include/glib-2.0/gio/gvfs.h +125 -0
- data/vendor/local/include/glib-2.0/gio/gvolume.h +211 -0
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +55 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +54 -0
- data/vendor/local/include/glib-2.0/glib-object.h +41 -0
- data/vendor/local/include/glib-2.0/glib.h +97 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +63 -0
- data/vendor/local/include/glib-2.0/glib/garray.h +179 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +120 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +85 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +68 -0
- data/vendor/local/include/glib-2.0/glib/gbase64.h +57 -0
- data/vendor/local/include/glib-2.0/glib/gbitlock.h +43 -0
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +191 -0
- data/vendor/local/include/glib-2.0/glib/gcache.h +69 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +86 -0
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +77 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +138 -0
- data/vendor/local/include/glib-2.0/glib/gdataset.h +122 -0
- data/vendor/local/include/glib-2.0/glib/gdate.h +263 -0
- data/vendor/local/include/glib-2.0/glib/gdir.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gerror.h +98 -0
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +128 -0
- data/vendor/local/include/glib-2.0/glib/ghash.h +166 -0
- data/vendor/local/include/glib-2.0/glib/ghook.h +181 -0
- data/vendor/local/include/glib-2.0/glib/ghostutils.h +40 -0
- data/vendor/local/include/glib-2.0/glib/gi18n-lib.h +38 -0
- data/vendor/local/include/glib-2.0/glib/gi18n.h +34 -0
- data/vendor/local/include/glib-2.0/glib/giochannel.h +366 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +250 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +120 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +277 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +304 -0
- data/vendor/local/include/glib-2.0/glib/gmappedfile.h +49 -0
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +163 -0
- data/vendor/local/include/glib-2.0/glib/gmem.h +203 -0
- data/vendor/local/include/glib-2.0/glib/gmessages.h +343 -0
- data/vendor/local/include/glib-2.0/glib/gnode.h +288 -0
- data/vendor/local/include/glib-2.0/glib/goption.h +370 -0
- data/vendor/local/include/glib-2.0/glib/gpattern.h +49 -0
- data/vendor/local/include/glib-2.0/glib/gpoll.h +93 -0
- data/vendor/local/include/glib-2.0/glib/gprimes.h +51 -0
- data/vendor/local/include/glib-2.0/glib/gprintf.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gqsort.h +46 -0
- data/vendor/local/include/glib-2.0/glib/gquark.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gqueue.h +127 -0
- data/vendor/local/include/glib-2.0/glib/grand.h +85 -0
- data/vendor/local/include/glib-2.0/glib/gregex.h +243 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +97 -0
- data/vendor/local/include/glib-2.0/glib/gscanner.h +278 -0
- data/vendor/local/include/glib-2.0/glib/gsequence.h +128 -0
- data/vendor/local/include/glib-2.0/glib/gshell.h +55 -0
- data/vendor/local/include/glib-2.0/glib/gslice.h +86 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +114 -0
- data/vendor/local/include/glib-2.0/glib/gspawn.h +139 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +159 -0
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +267 -0
- data/vendor/local/include/glib-2.0/glib/gstring.h +178 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +292 -0
- data/vendor/local/include/glib-2.0/glib/gthread.h +408 -0
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +114 -0
- data/vendor/local/include/glib-2.0/glib/gtimer.h +65 -0
- data/vendor/local/include/glib-2.0/glib/gtree.h +91 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +451 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +404 -0
- data/vendor/local/include/glib-2.0/glib/gurifuncs.h +81 -0
- data/vendor/local/include/glib-2.0/glib/gutils.h +490 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +224 -0
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +305 -0
- data/vendor/local/include/glib-2.0/glib/gwin32.h +114 -0
- data/vendor/local/include/glib-2.0/gmodule.h +101 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +236 -0
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +251 -0
- data/vendor/local/include/glib-2.0/gobject/genums.h +261 -0
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +169 -0
- data/vendor/local/include/glib-2.0/gobject/gobject.h +562 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +166 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +410 -0
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +1083 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +509 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +51 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +1608 -0
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +263 -0
- data/vendor/local/include/glib-2.0/gobject/gtypeplugin.h +134 -0
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +159 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluearray.h +77 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +222 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +243 -0
- data/vendor/local/include/libintl.h +464 -0
- data/vendor/local/include/libpng14/png.h +2701 -0
- data/vendor/local/include/libpng14/pngconf.h +1525 -0
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +280 -0
- data/vendor/local/include/pango-1.0/pango/pango-bidi-type.h +135 -0
- data/vendor/local/include/pango-1.0/pango/pango-break.h +120 -0
- data/vendor/local/include/pango-1.0/pango/pango-context.h +111 -0
- data/vendor/local/include/pango-1.0/pango/pango-coverage.h +58 -0
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +381 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +60 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pango-font.h +386 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +96 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontset.h +127 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +94 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +135 -0
- data/vendor/local/include/pango-1.0/pango/pango-gravity.h +114 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +72 -0
- data/vendor/local/include/pango-1.0/pango/pango-language.h +56 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +291 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +117 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +60 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +197 -0
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +260 -0
- data/vendor/local/include/pango-1.0/pango/pango-script.h +144 -0
- data/vendor/local/include/pango-1.0/pango/pango-tabs.h +76 -0
- data/vendor/local/include/pango-1.0/pango/pango-types.h +100 -0
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +143 -0
- data/vendor/local/include/pango-1.0/pango/pango.h +48 -0
- data/vendor/local/include/pango-1.0/pango/pangocairo.h +154 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +110 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +151 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +270 -0
- data/vendor/local/include/pango-1.0/pango/pangoft2.h +112 -0
- data/vendor/local/include/pango-1.0/pango/pangowin32.h +120 -0
- data/vendor/local/include/png.h +2701 -0
- data/vendor/local/include/pngconf.h +1525 -0
- data/vendor/local/include/zconf.h +461 -0
- data/vendor/local/include/zlib.h +1589 -0
- data/vendor/local/lib/GNU.Gettext.dll +0 -0
- data/vendor/local/lib/cairo.def +322 -0
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/expat.lib +0 -0
- data/vendor/local/lib/fontconfig.def +195 -0
- data/vendor/local/lib/fontconfig.lib +0 -0
- data/vendor/local/lib/freetype.def +186 -0
- data/vendor/local/lib/freetype.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +800 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +1381 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +284 -0
- data/vendor/local/lib/gmodule-2.0.def +11 -0
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +349 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.def +3 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/intl.lib +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libexpat.def +73 -0
- data/vendor/local/lib/libexpat.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.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/libintl.def +31 -0
- data/vendor/local/lib/libintl.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/libpng.def +192 -0
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pango-1.0.def +395 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.def +34 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.def +85 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.def +30 -0
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-png.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo.pc +13 -0
- data/vendor/local/lib/pkgconfig/fontconfig.pc +11 -0
- data/vendor/local/lib/pkgconfig/freetype2.pc +12 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +15 -0
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpng.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpng14.pc +11 -0
- data/vendor/local/lib/pkgconfig/pango.pc +13 -0
- data/vendor/local/lib/pkgconfig/pangocairo.pc +11 -0
- data/vendor/local/lib/pkgconfig/pangoft2.pc +11 -0
- data/vendor/local/lib/pkgconfig/pangowin32.pc +11 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +67 -0
- data/vendor/local/man/man1/xmlwf.1 +251 -0
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +83 -0
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +5 -0
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
- data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +81 -0
- data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +3 -0
- data/vendor/local/manifest/glib-dev_2.24.2-2_win32.mft +491 -0
- data/vendor/local/manifest/glib_2.24.2-2_win32.mft +101 -0
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +2 -0
- data/vendor/local/manifest/pango-dev_1.28.1-2_win32.mft +116 -0
- data/vendor/local/manifest/pango_1.28.1-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/freetype2.m4 +194 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +211 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +432 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING +33 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING-LGPL-2.1 +510 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING-MPL-1.1 +470 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +42484 -4
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +5046 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +238 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +208 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +243 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +230 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +237 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +230 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +251 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +245 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +266 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +276 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +262 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +259 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +273 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +303 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +289 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +241 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +208 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +205 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +259 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +255 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +236 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +246 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +250 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +218 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +262 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +404 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +240 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +242 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +313 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +242 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +602 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +435 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +218 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +212 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +237 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +278 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +265 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +212 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +128 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +133 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +1463 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +264 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +590 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.html +1352 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +644 -0
- data/vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html +165 -0
- data/vendor/local/share/doc/gettext/bindtextdomain.3.html +160 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext.html +8 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html +305 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html +356 -0
- data/vendor/local/share/doc/gettext/csharpdoc/begin.html +11 -0
- data/vendor/local/share/doc/gettext/csharpdoc/index.html +10 -0
- data/vendor/local/share/doc/gettext/csharpdoc/namespaces.html +6 -0
- data/vendor/local/share/doc/gettext/envsubst.1.html +213 -0
- data/vendor/local/share/doc/gettext/gettext.1.html +266 -0
- data/vendor/local/share/doc/gettext/gettext.3.html +186 -0
- data/vendor/local/share/doc/gettext/ngettext.1.html +280 -0
- data/vendor/local/share/doc/gettext/ngettext.3.html +143 -0
- data/vendor/local/share/doc/gettext/textdomain.3.html +150 -0
- data/vendor/local/share/doc/glib-2.24.2/COPYING +482 -0
- data/vendor/local/share/doc/glib-dev-2.24.2/COPYING +482 -0
- data/vendor/local/share/doc/libasprintf/autosprintf_all.html +174 -0
- data/vendor/local/share/doc/pango-1.28.1/COPYING +482 -0
- data/vendor/local/share/doc/pango-dev-1.28.1/COPYING +482 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +252 -0
- data/vendor/local/share/glib-2.0/gdb/gobject.py +305 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +111 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +277 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +122 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +53 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +123 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +121 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +117 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +62 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +120 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +92 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +93 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +373 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +330 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +478 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +344 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +320 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +1291 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +622 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +134 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +210 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +834 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +318 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +410 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +169 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +715 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +410 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +335 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +291 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +470 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +595 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +384 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +644 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +574 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1457 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +1076 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +1396 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +2743 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +50 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +53 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +44 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +62 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +1175 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +473 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +641 -0
- data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +147 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +164 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +134 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +82 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +108 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +956 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.html +141 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +708 -0
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +73 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +265 -0
- data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +1390 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +531 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +343 -0
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +568 -0
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +295 -0
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +620 -0
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +245 -0
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +388 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +993 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +544 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +1416 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +272 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +7450 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +115 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +520 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +155 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +3116 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +262 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +353 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +182 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +183 -0
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +261 -0
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +479 -0
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +331 -0
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +717 -0
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +195 -0
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +388 -0
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +808 -0
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +185 -0
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +362 -0
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1465 -0
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +848 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +263 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +248 -0
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +1006 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +787 -0
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +350 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +979 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +2152 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +297 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +930 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +548 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +274 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +741 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +258 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +377 -0
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +197 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +381 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +280 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +237 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +237 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +306 -0
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +274 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1028 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +709 -0
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +180 -0
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +128 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +153 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +155 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +1088 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +97 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4499 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +171 -0
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +45 -0
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +80 -0
- data/vendor/local/share/gtk-doc/html/gio/ch19.html +75 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20s02.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20s03.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/extending.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +465 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +381 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +163 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +163 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +927 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +328 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +297 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +313 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +918 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +1235 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +1384 -0
- data/vendor/local/share/gtk-doc/html/gio/gvfs-overview.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +47 -0
- data/vendor/local/share/gtk-doc/html/gio/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/icons.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/index.html +318 -0
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +1795 -0
- data/vendor/local/share/gtk-doc/html/gio/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +42 -0
- data/vendor/local/share/gtk-doc/html/gio/networking.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +293 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +47 -0
- data/vendor/local/share/gtk-doc/html/gio/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +92 -0
- data/vendor/local/share/gtk-doc/html/gio/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/utils.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +47 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +180 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +312 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +563 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +362 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +102 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +124 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +83 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +194 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +419 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +389 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +413 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +158 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +340 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +7835 -0
- data/vendor/local/share/gtk-doc/html/glib/file-name-encodings.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +893 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +818 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +413 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +430 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +802 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +372 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +500 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +2054 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +560 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1686 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +398 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +1187 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +1665 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +460 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +528 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +2042 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1278 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1406 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +548 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1023 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1810 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +3798 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +1815 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +295 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +1512 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1367 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +229 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +629 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2196 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2556 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +612 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1451 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +389 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +1029 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +141 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +706 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +510 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +703 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1045 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +1523 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1466 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +204 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +2648 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +752 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +269 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +578 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +483 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +1353 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +238 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1283 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1212 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +924 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +466 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +301 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2947 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1290 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +1719 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +3379 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +606 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3411 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +245 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +188 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +263 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +314 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +3356 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +150 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +438 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +476 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +438 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +159 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +118 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +64 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +160 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +120 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +59 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +93 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2395 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +302 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +2084 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +2556 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.html +80 -0
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +72 -0
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +131 -0
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1171 -0
- data/vendor/local/share/gtk-doc/html/glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +336 -0
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +2717 -0
- data/vendor/local/share/gtk-doc/html/glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/mainloop-states.gif +0 -0
- data/vendor/local/share/gtk-doc/html/glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +41 -0
- data/vendor/local/share/gtk-doc/html/glib/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +710 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +453 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +85 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +51 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +46 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +46 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +72 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +178 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +42 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +42 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +50 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2577 -0
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +136 -0
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +113 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +293 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +263 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +92 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +214 -0
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +355 -0
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +295 -0
- data/vendor/local/share/gtk-doc/html/gobject/glue.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +406 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2355 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +847 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1423 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +776 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +2741 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +5242 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +2609 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +4227 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +413 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +230 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +234 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +270 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +117 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +723 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +757 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +143 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +287 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +316 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +76 -0
- data/vendor/local/share/gtk-doc/html/gobject/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +100 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +86 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +113 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +122 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +257 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +283 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +125 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +167 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +160 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +121 -0
- data/vendor/local/share/gtk-doc/html/gobject/index.html +187 -0
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +734 -0
- data/vendor/local/share/gtk-doc/html/gobject/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +72 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +80 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +66 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +82 -0
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +377 -0
- data/vendor/local/share/gtk-doc/html/gobject/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +35 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +40 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +63 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +43 -0
- data/vendor/local/share/gtk-doc/html/gobject/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +201 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +227 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +220 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +402 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +779 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +310 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +1002 -0
- data/vendor/local/share/gtk-doc/html/pango/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +102 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +62 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +68 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +136 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +114 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +94 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +80 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +92 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +80 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +60 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +55 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +132 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +112 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +120 -0
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +1537 -0
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +158 -0
- data/vendor/local/share/gtk-doc/html/pango/index.html +165 -0
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +1089 -0
- data/vendor/local/share/gtk-doc/html/pango/layout.gif +0 -0
- data/vendor/local/share/gtk-doc/html/pango/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +89 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +138 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +441 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +1198 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +385 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +305 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3075 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +788 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +2100 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +2977 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +715 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +278 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1729 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1135 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +453 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2440 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1534 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +297 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +431 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +800 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +1096 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +1031 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +78 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +92 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +799 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +993 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +84 -0
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +71 -0
- data/vendor/local/share/gtk-doc/html/pango/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/rotated-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/pango/tools.html +54 -0
- data/vendor/local/share/gtk-doc/html/pango/up.png +0 -0
- 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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.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/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.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/locale.alias +77 -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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.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/gettext-runtime.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/gettext-runtime.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/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/envsubst.1 +54 -0
- data/vendor/local/share/man/man1/fc-cache.1 +70 -0
- data/vendor/local/share/man/man1/fc-cat.1 +44 -0
- data/vendor/local/share/man/man1/fc-list.1 +72 -0
- data/vendor/local/share/man/man1/fc-match.1 +73 -0
- data/vendor/local/share/man/man1/fc-query.1 +57 -0
- data/vendor/local/share/man/man1/fc-scan.1 +52 -0
- data/vendor/local/share/man/man1/gettext.1 +69 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +307 -0
- data/vendor/local/share/man/man1/glib-mkenums.1 +234 -0
- data/vendor/local/share/man/man1/gobject-query.1 +83 -0
- data/vendor/local/share/man/man1/ngettext.1 +68 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +47 -0
- data/vendor/local/share/man/man1/pango-view.1 +118 -0
- data/vendor/local/share/man/man3/FcAtomicCreate.3 +19 -0
- data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicLock.3 +18 -0
- data/vendor/local/share/man/man3/FcAtomicNewFile.3 +17 -0
- data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +18 -0
- data/vendor/local/share/man/man3/FcAtomicUnlock.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksAdd.3 +18 -0
- data/vendor/local/share/man/man3/FcBlanksCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksIsMember.3 +18 -0
- data/vendor/local/share/man/man3/FcCacheCopySet.3 +18 -0
- data/vendor/local/share/man/man3/FcCacheDir.3 +16 -0
- data/vendor/local/share/man/man3/FcCacheNumFont.3 +17 -0
- data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +16 -0
- data/vendor/local/share/man/man3/FcCacheSubdir.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetAddChar.3 +19 -0
- data/vendor/local/share/man/man3/FcCharSetCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetCount.3 +16 -0
- data/vendor/local/share/man/man3/FcCharSetCoverage.3 +23 -0
- data/vendor/local/share/man/man3/FcCharSetCreate.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetDestroy.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetEqual.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetHasChar.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetIntersect.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetMerge.3 +23 -0
- data/vendor/local/share/man/man3/FcCharSetNew.3 +16 -0
- data/vendor/local/share/man/man3/FcCharSetNextPage.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetSubtract.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetUnion.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcConfigDestroy.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigEnableHome.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigFilename.3 +26 -0
- data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigGetCache.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +18 -0
- data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +16 -0
- data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigGetFonts.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigHome.3 +18 -0
- data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +23 -0
- data/vendor/local/share/man/man3/FcConfigReference.3 +21 -0
- data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigSubstitute.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +24 -0
- data/vendor/local/share/man/man3/FcConfigUptoDate.3 +18 -0
- data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +27 -0
- data/vendor/local/share/man/man3/FcDirCacheLoad.3 +21 -0
- data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +19 -0
- data/vendor/local/share/man/man3/FcDirCacheRead.3 +21 -0
- data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +20 -0
- data/vendor/local/share/man/man3/FcDirCacheUnload.3 +17 -0
- data/vendor/local/share/man/man3/FcDirCacheValid.3 +17 -0
- data/vendor/local/share/man/man3/FcDirSave.3 +22 -0
- data/vendor/local/share/man/man3/FcDirScan.3 +26 -0
- data/vendor/local/share/man/man3/FcFileIsDir.3 +17 -0
- data/vendor/local/share/man/man3/FcFileScan.3 +31 -0
- data/vendor/local/share/man/man3/FcFini.3 +19 -0
- data/vendor/local/share/man/man3/FcFontList.3 +21 -0
- data/vendor/local/share/man/man3/FcFontMatch.3 +25 -0
- data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +21 -0
- data/vendor/local/share/man/man3/FcFontSetAdd.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcFontSetDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcFontSetList.3 +25 -0
- data/vendor/local/share/man/man3/FcFontSetMatch.3 +28 -0
- data/vendor/local/share/man/man3/FcFontSetPrint.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSetSort.3 +39 -0
- data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSort.3 +33 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +22 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +21 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +28 -0
- data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +21 -0
- data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +21 -0
- data/vendor/local/share/man/man3/FcGetLangs.3 +16 -0
- data/vendor/local/share/man/man3/FcGetVersion.3 +16 -0
- data/vendor/local/share/man/man3/FcInit.3 +19 -0
- data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +19 -0
- data/vendor/local/share/man/man3/FcInitLoadConfig.3 +17 -0
- data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +17 -0
- data/vendor/local/share/man/man3/FcInitReinitialize.3 +19 -0
- data/vendor/local/share/man/man3/FcIsLower.3 +17 -0
- data/vendor/local/share/man/man3/FcIsUpper.3 +17 -0
- data/vendor/local/share/man/man3/FcLangGetCharSet.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetAdd.3 +20 -0
- data/vendor/local/share/man/man3/FcLangSetCompare.3 +22 -0
- data/vendor/local/share/man/man3/FcLangSetContains.3 +22 -0
- data/vendor/local/share/man/man3/FcLangSetCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcLangSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcLangSetEqual.3 +18 -0
- data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetHasLang.3 +23 -0
- data/vendor/local/share/man/man3/FcLangSetHash.3 +20 -0
- data/vendor/local/share/man/man3/FcMatrixCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcMatrixEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcMatrixInit.3 +17 -0
- data/vendor/local/share/man/man3/FcMatrixMultiply.3 +20 -0
- data/vendor/local/share/man/man3/FcMatrixRotate.3 +27 -0
- data/vendor/local/share/man/man3/FcMatrixScale.3 +27 -0
- data/vendor/local/share/man/man3/FcMatrixShear.3 +27 -0
- data/vendor/local/share/man/man3/FcNameConstant.3 +18 -0
- data/vendor/local/share/man/man3/FcNameGetConstant.3 +16 -0
- data/vendor/local/share/man/man3/FcNameGetObjectType.3 +16 -0
- data/vendor/local/share/man/man3/FcNameParse.3 +16 -0
- data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +19 -0
- data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +19 -0
- data/vendor/local/share/man/man3/FcNameUnparse.3 +18 -0
- data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +19 -0
- data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +17 -0
- data/vendor/local/share/man/man3/FcObjectSetAdd.3 +18 -0
- data/vendor/local/share/man/man3/FcObjectSetBuild.3 +26 -0
- data/vendor/local/share/man/man3/FcObjectSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +49 -0
- data/vendor/local/share/man/man3/FcPatternAdd.3 +23 -0
- data/vendor/local/share/man/man3/FcPatternAddWeak.3 +20 -0
- data/vendor/local/share/man/man3/FcPatternBuild.3 +50 -0
- data/vendor/local/share/man/man3/FcPatternCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcPatternDel.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternDuplicate.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternEqual.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +19 -0
- data/vendor/local/share/man/man3/FcPatternFilter.3 +20 -0
- data/vendor/local/share/man/man3/FcPatternFormat.3 +205 -0
- data/vendor/local/share/man/man3/FcPatternGet-Type.3 +56 -0
- data/vendor/local/share/man/man3/FcPatternGet.3 +22 -0
- data/vendor/local/share/man/man3/FcPatternHash.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternPrint.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternReference.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternRemove.3 +19 -0
- data/vendor/local/share/man/man3/FcStrBasename.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCmp.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +19 -0
- data/vendor/local/share/man/man3/FcStrCopy.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCopyFilename.3 +23 -0
- data/vendor/local/share/man/man3/FcStrDirname.3 +18 -0
- data/vendor/local/share/man/man3/FcStrDowncase.3 +17 -0
- data/vendor/local/share/man/man3/FcStrFree.3 +17 -0
- data/vendor/local/share/man/man3/FcStrListCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcStrListDone.3 +16 -0
- data/vendor/local/share/man/man3/FcStrListNext.3 +16 -0
- data/vendor/local/share/man/man3/FcStrPlus.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetAdd.3 +17 -0
- data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcStrSetDel.3 +18 -0
- data/vendor/local/share/man/man3/FcStrSetDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcStrSetEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetMember.3 +18 -0
- data/vendor/local/share/man/man3/FcStrStr.3 +20 -0
- data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +20 -0
- data/vendor/local/share/man/man3/FcToLower.3 +17 -0
- data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +19 -0
- data/vendor/local/share/man/man3/FcUtf16Len.3 +27 -0
- data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +23 -0
- data/vendor/local/share/man/man3/FcUtf8Len.3 +24 -0
- data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +21 -0
- data/vendor/local/share/man/man3/FcValueDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcValueEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcValuePrint.3 +18 -0
- data/vendor/local/share/man/man3/FcValueSave.3 +17 -0
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +72 -0
- data/vendor/local/share/man/man3/bindtextdomain.3 +69 -0
- data/vendor/local/share/man/man3/dcgettext.3 +1 -0
- data/vendor/local/share/man/man3/dcngettext.3 +1 -0
- data/vendor/local/share/man/man3/dgettext.3 +1 -0
- data/vendor/local/share/man/man3/dngettext.3 +1 -0
- data/vendor/local/share/man/man3/gettext.3 +99 -0
- data/vendor/local/share/man/man3/libpng.3 +4455 -0
- data/vendor/local/share/man/man3/libpngpf.3 +808 -0
- data/vendor/local/share/man/man3/ngettext.3 +60 -0
- data/vendor/local/share/man/man3/textdomain.3 +57 -0
- data/vendor/local/share/man/man5/fonts-conf.5 +644 -0
- data/vendor/local/share/man/man5/png.5 +74 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-1_win32.log +1262 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-1_win32.sh +76 -0
- data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.log +188 -0
- data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.sh +68 -0
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +999 -0
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +79 -0
- data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.log +364 -0
- data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.sh +93 -0
- data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log +10423 -0
- data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh +457 -0
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.log +2602 -0
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +290 -0
- data/vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.log +272 -0
- data/vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.sh +71 -0
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.log +1070 -0
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +579 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +42 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +189 -0
- metadata +1537 -0
@@ -0,0 +1,132 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 1.4</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
|
+
<link rel="prev" href="index-1.2.html" title="Index of new symbols in 1.2">
|
10
|
+
<link rel="next" href="index-1.6.html" title="Index of new symbols in 1.6">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
|
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
|
+
</head>
|
35
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
36
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
37
|
+
<td><a accesskey="p" href="index-1.2.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
38
|
+
<td> </td>
|
39
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
40
|
+
<th width="100%" align="center">Pango Reference Manual</th>
|
41
|
+
<td><a accesskey="n" href="index-1.6.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
42
|
+
</tr></table>
|
43
|
+
<div class="index" title="Index of new symbols in 1.4">
|
44
|
+
<div class="titlepage"><div><div><h2 class="title">
|
45
|
+
<a name="index-1.4"></a>Index of new symbols in 1.4</h2></div></div></div>
|
46
|
+
<div class="index"><div class="indexdiv">
|
47
|
+
<h3>P</h3>
|
48
|
+
<dl>
|
49
|
+
<dt>PangoFontsetForeachFunc, <a class="indexterm" href="pango-Fonts.html#PangoFontsetForeachFunc">PangoFontsetForeachFunc ()</a>
|
50
|
+
</dt>
|
51
|
+
<dt>pango_attr_fallback_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-fallback-new">pango_attr_fallback_new ()</a>
|
52
|
+
</dt>
|
53
|
+
<dt>pango_fc_font_description_from_pattern, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-description-from-pattern">pango_fc_font_description_from_pattern ()</a>
|
54
|
+
</dt>
|
55
|
+
<dt>pango_fc_font_get_glyph, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-get-glyph">pango_fc_font_get_glyph ()</a>
|
56
|
+
</dt>
|
57
|
+
<dt>pango_fc_font_get_unknown_glyph, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph">pango_fc_font_get_unknown_glyph ()</a>
|
58
|
+
</dt>
|
59
|
+
<dt>pango_fc_font_has_char, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-has-char">pango_fc_font_has_char ()</a>
|
60
|
+
</dt>
|
61
|
+
<dt>pango_fc_font_kern_glyphs, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-kern-glyphs">pango_fc_font_kern_glyphs ()</a>
|
62
|
+
</dt>
|
63
|
+
<dt>pango_fc_font_lock_face, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-lock-face">pango_fc_font_lock_face ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>pango_fc_font_map_cache_clear, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-cache-clear">pango_fc_font_map_cache_clear ()</a>
|
66
|
+
</dt>
|
67
|
+
<dt>pango_fc_font_map_create_context, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-create-context">pango_fc_font_map_create_context ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>pango_fc_font_map_shutdown, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-shutdown">pango_fc_font_map_shutdown ()</a>
|
70
|
+
</dt>
|
71
|
+
<dt>pango_fc_font_unlock_face, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-unlock-face">pango_fc_font_unlock_face ()</a>
|
72
|
+
</dt>
|
73
|
+
<dt>pango_find_base_dir, <a class="indexterm" href="pango-Bidirectional-Text.html#pango-find-base-dir">pango_find_base_dir ()</a>
|
74
|
+
</dt>
|
75
|
+
<dt>pango_fontset_foreach, <a class="indexterm" href="pango-Fonts.html#pango-fontset-foreach">pango_fontset_foreach ()</a>
|
76
|
+
</dt>
|
77
|
+
<dt>pango_font_face_list_sizes, <a class="indexterm" href="pango-Fonts.html#pango-font-face-list-sizes">pango_font_face_list_sizes ()</a>
|
78
|
+
</dt>
|
79
|
+
<dt>pango_font_family_is_monospace, <a class="indexterm" href="pango-Fonts.html#pango-font-family-is-monospace">pango_font_family_is_monospace ()</a>
|
80
|
+
</dt>
|
81
|
+
<dt>pango_font_map_get_shape_engine_type, <a class="indexterm" href="pango-Fonts.html#pango-font-map-get-shape-engine-type">pango_font_map_get_shape_engine_type ()</a>
|
82
|
+
</dt>
|
83
|
+
<dt>pango_itemize_with_base_dir, <a class="indexterm" href="pango-Text-Processing.html#pango-itemize-with-base-dir">pango_itemize_with_base_dir ()</a>
|
84
|
+
</dt>
|
85
|
+
<dt>pango_language_includes_script, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-includes-script">pango_language_includes_script ()</a>
|
86
|
+
</dt>
|
87
|
+
<dt>pango_layout_get_auto_dir, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-auto-dir">pango_layout_get_auto_dir ()</a>
|
88
|
+
</dt>
|
89
|
+
<dt>pango_layout_set_auto_dir, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-auto-dir">pango_layout_set_auto_dir ()</a>
|
90
|
+
</dt>
|
91
|
+
<dt>pango_log2vis_get_embedding_levels, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels">pango_log2vis_get_embedding_levels ()</a>
|
92
|
+
</dt>
|
93
|
+
<dt>pango_map_get_engines, <a class="indexterm" href="pango-Modules.html#pango-map-get-engines">pango_map_get_engines ()</a>
|
94
|
+
</dt>
|
95
|
+
<dt>pango_ot_buffer_add_glyph, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-add-glyph">pango_ot_buffer_add_glyph ()</a>
|
96
|
+
</dt>
|
97
|
+
<dt>pango_ot_buffer_clear, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-clear">pango_ot_buffer_clear ()</a>
|
98
|
+
</dt>
|
99
|
+
<dt>pango_ot_buffer_destroy, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-destroy">pango_ot_buffer_destroy ()</a>
|
100
|
+
</dt>
|
101
|
+
<dt>pango_ot_buffer_get_glyphs, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-get-glyphs">pango_ot_buffer_get_glyphs ()</a>
|
102
|
+
</dt>
|
103
|
+
<dt>pango_ot_buffer_new, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-new">pango_ot_buffer_new ()</a>
|
104
|
+
</dt>
|
105
|
+
<dt>pango_ot_buffer_output, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-output">pango_ot_buffer_output ()</a>
|
106
|
+
</dt>
|
107
|
+
<dt>pango_ot_buffer_set_rtl, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-rtl">pango_ot_buffer_set_rtl ()</a>
|
108
|
+
</dt>
|
109
|
+
<dt>pango_ot_ruleset_position, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-position">pango_ot_ruleset_position ()</a>
|
110
|
+
</dt>
|
111
|
+
<dt>pango_ot_ruleset_substitute, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-substitute">pango_ot_ruleset_substitute ()</a>
|
112
|
+
</dt>
|
113
|
+
<dt>pango_script_for_unichar, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-for-unichar">pango_script_for_unichar ()</a>
|
114
|
+
</dt>
|
115
|
+
<dt>pango_script_get_sample_language, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-get-sample-language">pango_script_get_sample_language ()</a>
|
116
|
+
</dt>
|
117
|
+
<dt>pango_script_iter_free, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-free">pango_script_iter_free ()</a>
|
118
|
+
</dt>
|
119
|
+
<dt>pango_script_iter_get_range, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-get-range">pango_script_iter_get_range ()</a>
|
120
|
+
</dt>
|
121
|
+
<dt>pango_script_iter_new, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-new">pango_script_iter_new ()</a>
|
122
|
+
</dt>
|
123
|
+
<dt>pango_script_iter_next, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-next">pango_script_iter_next ()</a>
|
124
|
+
</dt>
|
125
|
+
</dl>
|
126
|
+
</div></div>
|
127
|
+
</div>
|
128
|
+
<div class="footer">
|
129
|
+
<hr>
|
130
|
+
Generated by GTK-Doc V1.13</div>
|
131
|
+
</body>
|
132
|
+
</html>
|
@@ -0,0 +1,112 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 1.6</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
|
+
<link rel="prev" href="index-1.4.html" title="Index of new symbols in 1.4">
|
10
|
+
<link rel="next" href="index-1.8.html" title="Index of new symbols in 1.8">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
|
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
|
+
</head>
|
35
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
36
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
37
|
+
<td><a accesskey="p" href="index-1.4.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
38
|
+
<td> </td>
|
39
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
40
|
+
<th width="100%" align="center">Pango Reference Manual</th>
|
41
|
+
<td><a accesskey="n" href="index-1.8.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
42
|
+
</tr></table>
|
43
|
+
<div class="index" title="Index of new symbols in 1.6">
|
44
|
+
<div class="titlepage"><div><div><h2 class="title">
|
45
|
+
<a name="index-1.6"></a>Index of new symbols in 1.6</h2></div></div></div>
|
46
|
+
<div class="index"><div class="indexdiv">
|
47
|
+
<h3>P</h3>
|
48
|
+
<dl>
|
49
|
+
<dt>PangoFcDecoder, <a class="indexterm" href="PangoFcDecoder.html#PangoFcDecoder-struct">PangoFcDecoder</a>
|
50
|
+
</dt>
|
51
|
+
<dt>PangoFcDecoderClass, <a class="indexterm" href="PangoFcDecoder.html#PangoFcDecoderClass">PangoFcDecoderClass</a>
|
52
|
+
</dt>
|
53
|
+
<dt>PangoMatrix, <a class="indexterm" href="pango-Glyph-Storage.html#PangoMatrix">PangoMatrix</a>
|
54
|
+
</dt>
|
55
|
+
<dt>pango_attr_letter_spacing_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-letter-spacing-new">pango_attr_letter_spacing_new ()</a>
|
56
|
+
</dt>
|
57
|
+
<dt>pango_context_get_font_map, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-font-map">pango_context_get_font_map ()</a>
|
58
|
+
</dt>
|
59
|
+
<dt>pango_context_get_matrix, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-matrix">pango_context_get_matrix ()</a>
|
60
|
+
</dt>
|
61
|
+
<dt>pango_context_set_matrix, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-matrix">pango_context_set_matrix ()</a>
|
62
|
+
</dt>
|
63
|
+
<dt>pango_fc_decoder_get_charset, <a class="indexterm" href="PangoFcDecoder.html#pango-fc-decoder-get-charset">pango_fc_decoder_get_charset ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>pango_fc_decoder_get_glyph, <a class="indexterm" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph">pango_fc_decoder_get_glyph ()</a>
|
66
|
+
</dt>
|
67
|
+
<dt>pango_font_metrics_get_strikethrough_position, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-strikethrough-position">pango_font_metrics_get_strikethrough_position ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>pango_font_metrics_get_strikethrough_thickness, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-strikethrough-thickness">pango_font_metrics_get_strikethrough_thickness ()</a>
|
70
|
+
</dt>
|
71
|
+
<dt>pango_font_metrics_get_underline_position, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-underline-position">pango_font_metrics_get_underline_position ()</a>
|
72
|
+
</dt>
|
73
|
+
<dt>pango_font_metrics_get_underline_thickness, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-underline-thickness">pango_font_metrics_get_underline_thickness ()</a>
|
74
|
+
</dt>
|
75
|
+
<dt>pango_ft2_render_layout_line_subpixel, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line-subpixel">pango_ft2_render_layout_line_subpixel ()</a>
|
76
|
+
</dt>
|
77
|
+
<dt>pango_ft2_render_layout_subpixel, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-subpixel">pango_ft2_render_layout_subpixel ()</a>
|
78
|
+
</dt>
|
79
|
+
<dt>pango_ft2_render_transformed, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-transformed">pango_ft2_render_transformed ()</a>
|
80
|
+
</dt>
|
81
|
+
<dt>pango_glyph_item_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-free">pango_glyph_item_free ()</a>
|
82
|
+
</dt>
|
83
|
+
<dt>pango_glyph_item_letter_space, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-letter-space">pango_glyph_item_letter_space ()</a>
|
84
|
+
</dt>
|
85
|
+
<dt>pango_layout_get_ellipsize, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-ellipsize">pango_layout_get_ellipsize ()</a>
|
86
|
+
</dt>
|
87
|
+
<dt>pango_layout_set_ellipsize, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-ellipsize">pango_layout_set_ellipsize ()</a>
|
88
|
+
</dt>
|
89
|
+
<dt>pango_matrix_concat, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-concat">pango_matrix_concat ()</a>
|
90
|
+
</dt>
|
91
|
+
<dt>pango_matrix_copy, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-copy">pango_matrix_copy ()</a>
|
92
|
+
</dt>
|
93
|
+
<dt>pango_matrix_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-free">pango_matrix_free ()</a>
|
94
|
+
</dt>
|
95
|
+
<dt>PANGO_MATRIX_INIT, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-MATRIX-INIT:CAPS">PANGO_MATRIX_INIT</a>
|
96
|
+
</dt>
|
97
|
+
<dt>pango_matrix_rotate, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-rotate">pango_matrix_rotate ()</a>
|
98
|
+
</dt>
|
99
|
+
<dt>pango_matrix_scale, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-scale">pango_matrix_scale ()</a>
|
100
|
+
</dt>
|
101
|
+
<dt>pango_matrix_translate, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-translate">pango_matrix_translate ()</a>
|
102
|
+
</dt>
|
103
|
+
<dt>pango_ot_buffer_set_zero_width_marks, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-zero-width-marks">pango_ot_buffer_set_zero_width_marks ()</a>
|
104
|
+
</dt>
|
105
|
+
</dl>
|
106
|
+
</div></div>
|
107
|
+
</div>
|
108
|
+
<div class="footer">
|
109
|
+
<hr>
|
110
|
+
Generated by GTK-Doc V1.13</div>
|
111
|
+
</body>
|
112
|
+
</html>
|
@@ -0,0 +1,120 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index of new symbols in 1.8</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
|
+
<link rel="prev" href="index-1.6.html" title="Index of new symbols in 1.6">
|
10
|
+
<link rel="next" href="index-1.10.html" title="Index of new symbols in 1.10">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
|
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
|
+
</head>
|
35
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
36
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
37
|
+
<td><a accesskey="p" href="index-1.6.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
38
|
+
<td> </td>
|
39
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
40
|
+
<th width="100%" align="center">Pango Reference Manual</th>
|
41
|
+
<td><a accesskey="n" href="index-1.10.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
42
|
+
</tr></table>
|
43
|
+
<div class="index" title="Index of new symbols in 1.8">
|
44
|
+
<div class="titlepage"><div><div><h2 class="title">
|
45
|
+
<a name="index-1.8"></a>Index of new symbols in 1.8</h2></div></div></div>
|
46
|
+
<div class="index"><div class="indexdiv">
|
47
|
+
<h3>P</h3>
|
48
|
+
<dl>
|
49
|
+
<dt>PangoRenderer, <a class="indexterm" href="PangoRenderer.html#PangoRenderer-struct">PangoRenderer</a>
|
50
|
+
</dt>
|
51
|
+
<dt>PangoRendererClass, <a class="indexterm" href="PangoRenderer.html#PangoRendererClass">PangoRendererClass</a>
|
52
|
+
</dt>
|
53
|
+
<dt>PangoRenderPart, <a class="indexterm" href="PangoRenderer.html#PangoRenderPart">enum PangoRenderPart</a>
|
54
|
+
</dt>
|
55
|
+
<dt>PangoXftRenderer, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer-struct">PangoXftRenderer</a>
|
56
|
+
</dt>
|
57
|
+
<dt>PangoXftRendererClass, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRendererClass">PangoXftRendererClass</a>
|
58
|
+
</dt>
|
59
|
+
<dt>pango_attr_shape_new_with_data, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-shape-new-with-data">pango_attr_shape_new_with_data ()</a>
|
60
|
+
</dt>
|
61
|
+
<dt>pango_attr_size_new_absolute, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-size-new-absolute">pango_attr_size_new_absolute ()</a>
|
62
|
+
</dt>
|
63
|
+
<dt>pango_attr_strikethrough_color_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-strikethrough-color-new">pango_attr_strikethrough_color_new ()</a>
|
64
|
+
</dt>
|
65
|
+
<dt>pango_attr_underline_color_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-underline-color-new">pango_attr_underline_color_new ()</a>
|
66
|
+
</dt>
|
67
|
+
<dt>pango_font_description_get_size_is_absolute, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-size-is-absolute">pango_font_description_get_size_is_absolute ()</a>
|
68
|
+
</dt>
|
69
|
+
<dt>pango_font_description_set_absolute_size, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-absolute-size">pango_font_description_set_absolute_size ()</a>
|
70
|
+
</dt>
|
71
|
+
<dt>pango_layout_get_font_description, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-font-description">pango_layout_get_font_description ()</a>
|
72
|
+
</dt>
|
73
|
+
<dt>pango_renderer_activate, <a class="indexterm" href="PangoRenderer.html#pango-renderer-activate">pango_renderer_activate ()</a>
|
74
|
+
</dt>
|
75
|
+
<dt>pango_renderer_deactivate, <a class="indexterm" href="PangoRenderer.html#pango-renderer-deactivate">pango_renderer_deactivate ()</a>
|
76
|
+
</dt>
|
77
|
+
<dt>pango_renderer_draw_error_underline, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-error-underline">pango_renderer_draw_error_underline ()</a>
|
78
|
+
</dt>
|
79
|
+
<dt>pango_renderer_draw_glyph, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-glyph">pango_renderer_draw_glyph ()</a>
|
80
|
+
</dt>
|
81
|
+
<dt>pango_renderer_draw_glyphs, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-glyphs">pango_renderer_draw_glyphs ()</a>
|
82
|
+
</dt>
|
83
|
+
<dt>pango_renderer_draw_layout, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-layout">pango_renderer_draw_layout ()</a>
|
84
|
+
</dt>
|
85
|
+
<dt>pango_renderer_draw_layout_line, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-layout-line">pango_renderer_draw_layout_line ()</a>
|
86
|
+
</dt>
|
87
|
+
<dt>pango_renderer_draw_rectangle, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-rectangle">pango_renderer_draw_rectangle ()</a>
|
88
|
+
</dt>
|
89
|
+
<dt>pango_renderer_draw_trapezoid, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-trapezoid">pango_renderer_draw_trapezoid ()</a>
|
90
|
+
</dt>
|
91
|
+
<dt>pango_renderer_get_color, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-color">pango_renderer_get_color ()</a>
|
92
|
+
</dt>
|
93
|
+
<dt>pango_renderer_get_matrix, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-matrix">pango_renderer_get_matrix ()</a>
|
94
|
+
</dt>
|
95
|
+
<dt>pango_renderer_part_changed, <a class="indexterm" href="PangoRenderer.html#pango-renderer-part-changed">pango_renderer_part_changed ()</a>
|
96
|
+
</dt>
|
97
|
+
<dt>pango_renderer_set_color, <a class="indexterm" href="PangoRenderer.html#pango-renderer-set-color">pango_renderer_set_color ()</a>
|
98
|
+
</dt>
|
99
|
+
<dt>pango_renderer_set_matrix, <a class="indexterm" href="PangoRenderer.html#pango-renderer-set-matrix">pango_renderer_set_matrix ()</a>
|
100
|
+
</dt>
|
101
|
+
<dt>pango_xft_renderer_new, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-new">pango_xft_renderer_new ()</a>
|
102
|
+
</dt>
|
103
|
+
<dt>pango_xft_renderer_set_default_color, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-default-color">pango_xft_renderer_set_default_color ()</a>
|
104
|
+
</dt>
|
105
|
+
<dt>pango_xft_renderer_set_draw, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-draw">pango_xft_renderer_set_draw ()</a>
|
106
|
+
</dt>
|
107
|
+
<dt>pango_xft_render_layout, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout">pango_xft_render_layout ()</a>
|
108
|
+
</dt>
|
109
|
+
<dt>pango_xft_render_layout_line, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout-line">pango_xft_render_layout_line ()</a>
|
110
|
+
</dt>
|
111
|
+
<dt>pango_xft_render_transformed, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-transformed">pango_xft_render_transformed ()</a>
|
112
|
+
</dt>
|
113
|
+
</dl>
|
114
|
+
</div></div>
|
115
|
+
</div>
|
116
|
+
<div class="footer">
|
117
|
+
<hr>
|
118
|
+
Generated by GTK-Doc V1.13</div>
|
119
|
+
</body>
|
120
|
+
</html>
|
@@ -0,0 +1,1537 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Index</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
7
|
+
<link rel="home" href="index.html" title="Pango Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
|
+
<link rel="prev" href="pango-hierarchy.html" title="Object Hierarchy">
|
10
|
+
<link rel="next" href="index-deprecated.html" title="Index of deprecated symbols">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
|
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
|
+
</head>
|
35
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
36
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
37
|
+
<td><a accesskey="p" href="pango-hierarchy.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
38
|
+
<td> </td>
|
39
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
40
|
+
<th width="100%" align="center">Pango Reference Manual</th>
|
41
|
+
<td><a accesskey="n" href="index-deprecated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
42
|
+
</tr></table>
|
43
|
+
<div class="index" title="Index">
|
44
|
+
<div class="titlepage"><div><div><h2 class="title">
|
45
|
+
<a name="index-all"></a>Index</h2></div></div></div>
|
46
|
+
<div class="index">
|
47
|
+
<div class="indexdiv">
|
48
|
+
<h3>P</h3>
|
49
|
+
<dl>
|
50
|
+
<dt>PangoAlignment, <a class="indexterm" href="pango-Layout-Objects.html#PangoAlignment">enum PangoAlignment</a>
|
51
|
+
</dt>
|
52
|
+
<dt>PangoAnalysis, <a class="indexterm" href="pango-Text-Processing.html#PangoAnalysis">PangoAnalysis</a>
|
53
|
+
</dt>
|
54
|
+
<dt>PangoAttrClass, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrClass">PangoAttrClass</a>
|
55
|
+
</dt>
|
56
|
+
<dt>PangoAttrColor, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrColor">PangoAttrColor</a>
|
57
|
+
</dt>
|
58
|
+
<dt>PangoAttrDataCopyFunc, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrDataCopyFunc">PangoAttrDataCopyFunc ()</a>
|
59
|
+
</dt>
|
60
|
+
<dt>PangoAttrFilterFunc, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrFilterFunc">PangoAttrFilterFunc ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>PangoAttrFloat, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrFloat">PangoAttrFloat</a>
|
63
|
+
</dt>
|
64
|
+
<dt>PangoAttrFontDesc, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrFontDesc">PangoAttrFontDesc</a>
|
65
|
+
</dt>
|
66
|
+
<dt>PangoAttribute, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttribute">PangoAttribute</a>
|
67
|
+
</dt>
|
68
|
+
<dt>PangoAttrInt, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrInt">PangoAttrInt</a>
|
69
|
+
</dt>
|
70
|
+
<dt>PangoAttrIterator, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrIterator">PangoAttrIterator</a>
|
71
|
+
</dt>
|
72
|
+
<dt>PangoAttrLanguage, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrLanguage">PangoAttrLanguage</a>
|
73
|
+
</dt>
|
74
|
+
<dt>PangoAttrList, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrList">PangoAttrList</a>
|
75
|
+
</dt>
|
76
|
+
<dt>PangoAttrShape, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrShape">PangoAttrShape</a>
|
77
|
+
</dt>
|
78
|
+
<dt>PangoAttrSize, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrSize">PangoAttrSize</a>
|
79
|
+
</dt>
|
80
|
+
<dt>PangoAttrString, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrString">PangoAttrString</a>
|
81
|
+
</dt>
|
82
|
+
<dt>PangoAttrType, <a class="indexterm" href="pango-Text-Attributes.html#PangoAttrType">enum PangoAttrType</a>
|
83
|
+
</dt>
|
84
|
+
<dt>PangoBidiType, <a class="indexterm" href="pango-Bidirectional-Text.html#PangoBidiType">enum PangoBidiType</a>
|
85
|
+
</dt>
|
86
|
+
<dt>PangoCairoFont, <a class="indexterm" href="pango-Cairo-Rendering.html#PangoCairoFont-struct">PangoCairoFont</a>
|
87
|
+
</dt>
|
88
|
+
<dt>PangoCairoFontMap, <a class="indexterm" href="pango-Cairo-Rendering.html#PangoCairoFontMap-struct">PangoCairoFontMap</a>
|
89
|
+
</dt>
|
90
|
+
<dt>PangoCairoShapeRendererFunc, <a class="indexterm" href="pango-Cairo-Rendering.html#PangoCairoShapeRendererFunc">PangoCairoShapeRendererFunc ()</a>
|
91
|
+
</dt>
|
92
|
+
<dt>PangoColor, <a class="indexterm" href="pango-Text-Attributes.html#PangoColor">PangoColor</a>
|
93
|
+
</dt>
|
94
|
+
<dt>PangoContext, <a class="indexterm" href="pango-Text-Processing.html#PangoContext-struct">PangoContext</a>
|
95
|
+
</dt>
|
96
|
+
<dt>PangoCoverage, <a class="indexterm" href="pango-Coverage-Maps.html#PangoCoverage">PangoCoverage</a>
|
97
|
+
</dt>
|
98
|
+
<dt>PangoCoverageLevel, <a class="indexterm" href="pango-Coverage-Maps.html#PangoCoverageLevel">enum PangoCoverageLevel</a>
|
99
|
+
</dt>
|
100
|
+
<dt>PangoDirection, <a class="indexterm" href="pango-Bidirectional-Text.html#PangoDirection">enum PangoDirection</a>
|
101
|
+
</dt>
|
102
|
+
<dt>PangoEllipsizeMode, <a class="indexterm" href="pango-Layout-Objects.html#PangoEllipsizeMode">enum PangoEllipsizeMode</a>
|
103
|
+
</dt>
|
104
|
+
<dt>PangoEngine, <a class="indexterm" href="pango-Engines.html#PangoEngine-struct">PangoEngine</a>
|
105
|
+
</dt>
|
106
|
+
<dt>PangoEngineClass, <a class="indexterm" href="pango-Engines.html#PangoEngineClass">PangoEngineClass</a>
|
107
|
+
</dt>
|
108
|
+
<dt>PangoEngineInfo, <a class="indexterm" href="pango-Engines.html#PangoEngineInfo">PangoEngineInfo</a>
|
109
|
+
</dt>
|
110
|
+
<dt>PangoEngineLang, <a class="indexterm" href="PangoEngineLang.html#PangoEngineLang-struct">PangoEngineLang</a>
|
111
|
+
</dt>
|
112
|
+
<dt>PangoEngineLangClass, <a class="indexterm" href="PangoEngineLang.html#PangoEngineLangClass">PangoEngineLangClass</a>
|
113
|
+
</dt>
|
114
|
+
<dt>PangoEngineScriptInfo, <a class="indexterm" href="pango-Engines.html#PangoEngineScriptInfo">PangoEngineScriptInfo</a>
|
115
|
+
</dt>
|
116
|
+
<dt>PangoEngineShape, <a class="indexterm" href="PangoEngineShape.html#PangoEngineShape-struct">PangoEngineShape</a>
|
117
|
+
</dt>
|
118
|
+
<dt>PangoEngineShapeClass, <a class="indexterm" href="PangoEngineShape.html#PangoEngineShapeClass">PangoEngineShapeClass</a>
|
119
|
+
</dt>
|
120
|
+
<dt>PangoFcDecoder, <a class="indexterm" href="PangoFcDecoder.html#PangoFcDecoder-struct">PangoFcDecoder</a>
|
121
|
+
</dt>
|
122
|
+
<dt>PangoFcDecoderClass, <a class="indexterm" href="PangoFcDecoder.html#PangoFcDecoderClass">PangoFcDecoderClass</a>
|
123
|
+
</dt>
|
124
|
+
<dt>PangoFcDecoderFindFunc, <a class="indexterm" href="PangoFcFontMap.html#PangoFcDecoderFindFunc">PangoFcDecoderFindFunc ()</a>
|
125
|
+
</dt>
|
126
|
+
<dt>PangoFcFont, <a class="indexterm" href="PangoFcFont.html#PangoFcFont-struct">PangoFcFont</a>
|
127
|
+
</dt>
|
128
|
+
<dt>PangoFcFont:fontmap, <a class="indexterm" href="PangoFcFont.html#PangoFcFont--fontmap">The "fontmap" property</a>
|
129
|
+
</dt>
|
130
|
+
<dt>PangoFcFont:pattern, <a class="indexterm" href="PangoFcFont.html#PangoFcFont--pattern">The "pattern" property</a>
|
131
|
+
</dt>
|
132
|
+
<dt>PangoFcFontClass, <a class="indexterm" href="PangoFcFont.html#PangoFcFontClass">PangoFcFontClass</a>
|
133
|
+
</dt>
|
134
|
+
<dt>PangoFcFontKey, <a class="indexterm" href="PangoFcFontMap.html#PangoFcFontKey">PangoFcFontKey</a>
|
135
|
+
</dt>
|
136
|
+
<dt>PangoFcFontMap, <a class="indexterm" href="PangoFcFontMap.html#PangoFcFontMap-struct">PangoFcFontMap</a>
|
137
|
+
</dt>
|
138
|
+
<dt>PangoFcFontMapClass, <a class="indexterm" href="PangoFcFontMap.html#PangoFcFontMapClass">PangoFcFontMapClass</a>
|
139
|
+
</dt>
|
140
|
+
<dt>PangoFcFontsetKey, <a class="indexterm" href="PangoFcFontMap.html#PangoFcFontsetKey">PangoFcFontsetKey</a>
|
141
|
+
</dt>
|
142
|
+
<dt>PangoFont, <a class="indexterm" href="pango-Fonts.html#PangoFont-struct">PangoFont</a>
|
143
|
+
</dt>
|
144
|
+
<dt>PangoFontDescription, <a class="indexterm" href="pango-Fonts.html#PangoFontDescription">PangoFontDescription</a>
|
145
|
+
</dt>
|
146
|
+
<dt>PangoFontFace, <a class="indexterm" href="pango-Fonts.html#PangoFontFace-struct">PangoFontFace</a>
|
147
|
+
</dt>
|
148
|
+
<dt>PangoFontFamily, <a class="indexterm" href="pango-Fonts.html#PangoFontFamily-struct">PangoFontFamily</a>
|
149
|
+
</dt>
|
150
|
+
<dt>PangoFontMap, <a class="indexterm" href="pango-Fonts.html#PangoFontMap-struct">PangoFontMap</a>
|
151
|
+
</dt>
|
152
|
+
<dt>PangoFontMapClass, <a class="indexterm" href="pango-Fonts.html#PangoFontMapClass">PangoFontMapClass</a>
|
153
|
+
</dt>
|
154
|
+
<dt>PangoFontMask, <a class="indexterm" href="pango-Fonts.html#PangoFontMask">enum PangoFontMask</a>
|
155
|
+
</dt>
|
156
|
+
<dt>PangoFontMetrics, <a class="indexterm" href="pango-Fonts.html#PangoFontMetrics">PangoFontMetrics</a>
|
157
|
+
</dt>
|
158
|
+
<dt>PangoFontset, <a class="indexterm" href="pango-Fonts.html#PangoFontset-struct">PangoFontset</a>
|
159
|
+
</dt>
|
160
|
+
<dt>PangoFontsetClass, <a class="indexterm" href="pango-Fonts.html#PangoFontsetClass">PangoFontsetClass</a>
|
161
|
+
</dt>
|
162
|
+
<dt>PangoFontsetForeachFunc, <a class="indexterm" href="pango-Fonts.html#PangoFontsetForeachFunc">PangoFontsetForeachFunc ()</a>
|
163
|
+
</dt>
|
164
|
+
<dt>PangoFontsetSimple, <a class="indexterm" href="pango-Fonts.html#PangoFontsetSimple-struct">PangoFontsetSimple</a>
|
165
|
+
</dt>
|
166
|
+
<dt>PangoFreeGCFunc, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PangoFreeGCFunc">PangoFreeGCFunc ()</a>
|
167
|
+
</dt>
|
168
|
+
<dt>PangoFT2FontMap, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2FontMap-struct">PangoFT2FontMap</a>
|
169
|
+
</dt>
|
170
|
+
<dt>PangoFT2SubstituteFunc, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#PangoFT2SubstituteFunc">PangoFT2SubstituteFunc ()</a>
|
171
|
+
</dt>
|
172
|
+
<dt>PangoGetGCFunc, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PangoGetGCFunc">PangoGetGCFunc ()</a>
|
173
|
+
</dt>
|
174
|
+
<dt>PangoGlyph, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyph">PangoGlyph</a>
|
175
|
+
</dt>
|
176
|
+
<dt>PangoGlyphGeometry, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphGeometry">PangoGlyphGeometry</a>
|
177
|
+
</dt>
|
178
|
+
<dt>PangoGlyphInfo, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphInfo">PangoGlyphInfo</a>
|
179
|
+
</dt>
|
180
|
+
<dt>PangoGlyphItem, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphItem">PangoGlyphItem</a>
|
181
|
+
</dt>
|
182
|
+
<dt>PangoGlyphItemIter, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphItemIter">PangoGlyphItemIter</a>
|
183
|
+
</dt>
|
184
|
+
<dt>PangoGlyphString, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphString">PangoGlyphString</a>
|
185
|
+
</dt>
|
186
|
+
<dt>PangoGlyphUnit, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphUnit">PangoGlyphUnit</a>
|
187
|
+
</dt>
|
188
|
+
<dt>PangoGlyphVisAttr, <a class="indexterm" href="pango-Glyph-Storage.html#PangoGlyphVisAttr">PangoGlyphVisAttr</a>
|
189
|
+
</dt>
|
190
|
+
<dt>PangoGravity, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravity">enum PangoGravity</a>
|
191
|
+
</dt>
|
192
|
+
<dt>PangoGravityHint, <a class="indexterm" href="pango-Vertical-Text.html#PangoGravityHint">enum PangoGravityHint</a>
|
193
|
+
</dt>
|
194
|
+
<dt>PangoIncludedModule, <a class="indexterm" href="pango-Modules.html#PangoIncludedModule">PangoIncludedModule</a>
|
195
|
+
</dt>
|
196
|
+
<dt>PangoItem, <a class="indexterm" href="pango-Text-Processing.html#PangoItem">PangoItem</a>
|
197
|
+
</dt>
|
198
|
+
<dt>PangoLanguage, <a class="indexterm" href="pango-Scripts-and-Languages.html#PangoLanguage">PangoLanguage</a>
|
199
|
+
</dt>
|
200
|
+
<dt>PangoLayout, <a class="indexterm" href="pango-Layout-Objects.html#PangoLayout-struct">PangoLayout</a>
|
201
|
+
</dt>
|
202
|
+
<dt>PangoLayoutIter, <a class="indexterm" href="pango-Layout-Objects.html#PangoLayoutIter">PangoLayoutIter</a>
|
203
|
+
</dt>
|
204
|
+
<dt>PangoLayoutLine, <a class="indexterm" href="pango-Layout-Objects.html#PangoLayoutLine">PangoLayoutLine</a>
|
205
|
+
</dt>
|
206
|
+
<dt>PangoLayoutRun, <a class="indexterm" href="pango-Layout-Objects.html#PangoLayoutRun">PangoLayoutRun</a>
|
207
|
+
</dt>
|
208
|
+
<dt>PangoLogAttr, <a class="indexterm" href="pango-Text-Processing.html#PangoLogAttr">PangoLogAttr</a>
|
209
|
+
</dt>
|
210
|
+
<dt>PangoMap, <a class="indexterm" href="pango-Modules.html#PangoMap">PangoMap</a>
|
211
|
+
</dt>
|
212
|
+
<dt>PangoMapEntry, <a class="indexterm" href="pango-Modules.html#PangoMapEntry">PangoMapEntry</a>
|
213
|
+
</dt>
|
214
|
+
<dt>PangoMatrix, <a class="indexterm" href="pango-Glyph-Storage.html#PangoMatrix">PangoMatrix</a>
|
215
|
+
</dt>
|
216
|
+
<dt>PangoOTBuffer, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTBuffer">PangoOTBuffer</a>
|
217
|
+
</dt>
|
218
|
+
<dt>PangoOTFeatureMap, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTFeatureMap">PangoOTFeatureMap</a>
|
219
|
+
</dt>
|
220
|
+
<dt>PangoOTGlyph, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTGlyph">PangoOTGlyph</a>
|
221
|
+
</dt>
|
222
|
+
<dt>PangoOTInfo, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTInfo-struct">PangoOTInfo</a>
|
223
|
+
</dt>
|
224
|
+
<dt>PangoOTRuleset, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTRuleset-struct">PangoOTRuleset</a>
|
225
|
+
</dt>
|
226
|
+
<dt>PangoOTRulesetDescription, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTRulesetDescription">PangoOTRulesetDescription</a>
|
227
|
+
</dt>
|
228
|
+
<dt>PangoOTTableType, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTTableType">enum PangoOTTableType</a>
|
229
|
+
</dt>
|
230
|
+
<dt>PangoOTTag, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PangoOTTag">PangoOTTag</a>
|
231
|
+
</dt>
|
232
|
+
<dt>PangoRectangle, <a class="indexterm" href="pango-Glyph-Storage.html#PangoRectangle">PangoRectangle</a>
|
233
|
+
</dt>
|
234
|
+
<dt>PangoRenderer, <a class="indexterm" href="PangoRenderer.html#PangoRenderer-struct">PangoRenderer</a>
|
235
|
+
</dt>
|
236
|
+
<dt>PangoRendererClass, <a class="indexterm" href="PangoRenderer.html#PangoRendererClass">PangoRendererClass</a>
|
237
|
+
</dt>
|
238
|
+
<dt>PangoRenderPart, <a class="indexterm" href="PangoRenderer.html#PangoRenderPart">enum PangoRenderPart</a>
|
239
|
+
</dt>
|
240
|
+
<dt>PangoScript, <a class="indexterm" href="pango-Scripts-and-Languages.html#PangoScript">enum PangoScript</a>
|
241
|
+
</dt>
|
242
|
+
<dt>PangoScriptIter, <a class="indexterm" href="pango-Scripts-and-Languages.html#PangoScriptIter">PangoScriptIter</a>
|
243
|
+
</dt>
|
244
|
+
<dt>PangoStretch, <a class="indexterm" href="pango-Fonts.html#PangoStretch">enum PangoStretch</a>
|
245
|
+
</dt>
|
246
|
+
<dt>PangoStyle, <a class="indexterm" href="pango-Fonts.html#PangoStyle">enum PangoStyle</a>
|
247
|
+
</dt>
|
248
|
+
<dt>PangoTabAlign, <a class="indexterm" href="pango-Tab-Stops.html#PangoTabAlign">enum PangoTabAlign</a>
|
249
|
+
</dt>
|
250
|
+
<dt>PangoTabArray, <a class="indexterm" href="pango-Tab-Stops.html#PangoTabArray">PangoTabArray</a>
|
251
|
+
</dt>
|
252
|
+
<dt>PangoUnderline, <a class="indexterm" href="pango-Text-Attributes.html#PangoUnderline">enum PangoUnderline</a>
|
253
|
+
</dt>
|
254
|
+
<dt>PangoVariant, <a class="indexterm" href="pango-Fonts.html#PangoVariant">enum PangoVariant</a>
|
255
|
+
</dt>
|
256
|
+
<dt>PangoWeight, <a class="indexterm" href="pango-Fonts.html#PangoWeight">enum PangoWeight</a>
|
257
|
+
</dt>
|
258
|
+
<dt>PangoWin32FontCache, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#PangoWin32FontCache">PangoWin32FontCache</a>
|
259
|
+
</dt>
|
260
|
+
<dt>PangoWrapMode, <a class="indexterm" href="pango-Layout-Objects.html#PangoWrapMode">enum PangoWrapMode</a>
|
261
|
+
</dt>
|
262
|
+
<dt>PangoXFontCache, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PangoXFontCache">PangoXFontCache</a>
|
263
|
+
</dt>
|
264
|
+
<dt>PangoXftFont, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFont-struct">PangoXftFont</a>
|
265
|
+
</dt>
|
266
|
+
<dt>PangoXftFontMap, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftFontMap-struct">PangoXftFontMap</a>
|
267
|
+
</dt>
|
268
|
+
<dt>PangoXftRenderer, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer-struct">PangoXftRenderer</a>
|
269
|
+
</dt>
|
270
|
+
<dt>PangoXftRenderer:display, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--display">The "display" property</a>
|
271
|
+
</dt>
|
272
|
+
<dt>PangoXftRenderer:screen, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer--screen">The "screen" property</a>
|
273
|
+
</dt>
|
274
|
+
<dt>PangoXftRendererClass, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRendererClass">PangoXftRendererClass</a>
|
275
|
+
</dt>
|
276
|
+
<dt>PangoXftSubstituteFunc, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PangoXftSubstituteFunc">PangoXftSubstituteFunc ()</a>
|
277
|
+
</dt>
|
278
|
+
<dt>PangoXSubfont, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PangoXSubfont">PangoXSubfont</a>
|
279
|
+
</dt>
|
280
|
+
<dt>PANGO_ANALYSIS_FLAG_CENTERED_BASELINE, <a class="indexterm" href="pango-Text-Processing.html#PANGO-ANALYSIS-FLAG-CENTERED-BASELINE:CAPS">PANGO_ANALYSIS_FLAG_CENTERED_BASELINE</a>
|
281
|
+
</dt>
|
282
|
+
<dt>PANGO_ASCENT, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-ASCENT:CAPS">PANGO_ASCENT()</a>
|
283
|
+
</dt>
|
284
|
+
<dt>pango_atsui_font_get_atsfont, <a class="indexterm" href="pango-ATSUI-Fonts.html#pango-atsui-font-get-atsfont">pango_atsui_font_get_atsfont ()</a>
|
285
|
+
</dt>
|
286
|
+
<dt>pango_atsui_font_get_cgfont, <a class="indexterm" href="pango-ATSUI-Fonts.html#pango-atsui-font-get-cgfont">pango_atsui_font_get_cgfont ()</a>
|
287
|
+
</dt>
|
288
|
+
<dt>pango_attribute_copy, <a class="indexterm" href="pango-Text-Attributes.html#pango-attribute-copy">pango_attribute_copy ()</a>
|
289
|
+
</dt>
|
290
|
+
<dt>pango_attribute_destroy, <a class="indexterm" href="pango-Text-Attributes.html#pango-attribute-destroy">pango_attribute_destroy ()</a>
|
291
|
+
</dt>
|
292
|
+
<dt>pango_attribute_equal, <a class="indexterm" href="pango-Text-Attributes.html#pango-attribute-equal">pango_attribute_equal ()</a>
|
293
|
+
</dt>
|
294
|
+
<dt>pango_attribute_init, <a class="indexterm" href="pango-Text-Attributes.html#pango-attribute-init">pango_attribute_init ()</a>
|
295
|
+
</dt>
|
296
|
+
<dt>pango_attr_background_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-background-new">pango_attr_background_new ()</a>
|
297
|
+
</dt>
|
298
|
+
<dt>pango_attr_fallback_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-fallback-new">pango_attr_fallback_new ()</a>
|
299
|
+
</dt>
|
300
|
+
<dt>pango_attr_family_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-family-new">pango_attr_family_new ()</a>
|
301
|
+
</dt>
|
302
|
+
<dt>pango_attr_font_desc_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-font-desc-new">pango_attr_font_desc_new ()</a>
|
303
|
+
</dt>
|
304
|
+
<dt>pango_attr_foreground_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-foreground-new">pango_attr_foreground_new ()</a>
|
305
|
+
</dt>
|
306
|
+
<dt>pango_attr_gravity_hint_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-gravity-hint-new">pango_attr_gravity_hint_new ()</a>
|
307
|
+
</dt>
|
308
|
+
<dt>pango_attr_gravity_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-gravity-new">pango_attr_gravity_new ()</a>
|
309
|
+
</dt>
|
310
|
+
<dt>PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-ATTR-INDEX-FROM-TEXT-BEGINNING:CAPS">PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING</a>
|
311
|
+
</dt>
|
312
|
+
<dt>PANGO_ATTR_INDEX_TO_TEXT_END, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-ATTR-INDEX-TO-TEXT-END:CAPS">PANGO_ATTR_INDEX_TO_TEXT_END</a>
|
313
|
+
</dt>
|
314
|
+
<dt>pango_attr_iterator_copy, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-copy">pango_attr_iterator_copy ()</a>
|
315
|
+
</dt>
|
316
|
+
<dt>pango_attr_iterator_destroy, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-destroy">pango_attr_iterator_destroy ()</a>
|
317
|
+
</dt>
|
318
|
+
<dt>pango_attr_iterator_get, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-get">pango_attr_iterator_get ()</a>
|
319
|
+
</dt>
|
320
|
+
<dt>pango_attr_iterator_get_attrs, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-get-attrs">pango_attr_iterator_get_attrs ()</a>
|
321
|
+
</dt>
|
322
|
+
<dt>pango_attr_iterator_get_font, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-get-font">pango_attr_iterator_get_font ()</a>
|
323
|
+
</dt>
|
324
|
+
<dt>pango_attr_iterator_next, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-next">pango_attr_iterator_next ()</a>
|
325
|
+
</dt>
|
326
|
+
<dt>pango_attr_iterator_range, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-iterator-range">pango_attr_iterator_range ()</a>
|
327
|
+
</dt>
|
328
|
+
<dt>pango_attr_language_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-language-new">pango_attr_language_new ()</a>
|
329
|
+
</dt>
|
330
|
+
<dt>pango_attr_letter_spacing_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-letter-spacing-new">pango_attr_letter_spacing_new ()</a>
|
331
|
+
</dt>
|
332
|
+
<dt>pango_attr_list_change, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-change">pango_attr_list_change ()</a>
|
333
|
+
</dt>
|
334
|
+
<dt>pango_attr_list_copy, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-copy">pango_attr_list_copy ()</a>
|
335
|
+
</dt>
|
336
|
+
<dt>pango_attr_list_filter, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-filter">pango_attr_list_filter ()</a>
|
337
|
+
</dt>
|
338
|
+
<dt>pango_attr_list_get_iterator, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-get-iterator">pango_attr_list_get_iterator ()</a>
|
339
|
+
</dt>
|
340
|
+
<dt>pango_attr_list_insert, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-insert">pango_attr_list_insert ()</a>
|
341
|
+
</dt>
|
342
|
+
<dt>pango_attr_list_insert_before, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-insert-before">pango_attr_list_insert_before ()</a>
|
343
|
+
</dt>
|
344
|
+
<dt>pango_attr_list_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-new">pango_attr_list_new ()</a>
|
345
|
+
</dt>
|
346
|
+
<dt>pango_attr_list_ref, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-ref">pango_attr_list_ref ()</a>
|
347
|
+
</dt>
|
348
|
+
<dt>pango_attr_list_splice, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-splice">pango_attr_list_splice ()</a>
|
349
|
+
</dt>
|
350
|
+
<dt>pango_attr_list_unref, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-list-unref">pango_attr_list_unref ()</a>
|
351
|
+
</dt>
|
352
|
+
<dt>pango_attr_rise_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-rise-new">pango_attr_rise_new ()</a>
|
353
|
+
</dt>
|
354
|
+
<dt>pango_attr_scale_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-scale-new">pango_attr_scale_new ()</a>
|
355
|
+
</dt>
|
356
|
+
<dt>pango_attr_shape_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-shape-new">pango_attr_shape_new ()</a>
|
357
|
+
</dt>
|
358
|
+
<dt>pango_attr_shape_new_with_data, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-shape-new-with-data">pango_attr_shape_new_with_data ()</a>
|
359
|
+
</dt>
|
360
|
+
<dt>pango_attr_size_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-size-new">pango_attr_size_new ()</a>
|
361
|
+
</dt>
|
362
|
+
<dt>pango_attr_size_new_absolute, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-size-new-absolute">pango_attr_size_new_absolute ()</a>
|
363
|
+
</dt>
|
364
|
+
<dt>pango_attr_stretch_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-stretch-new">pango_attr_stretch_new ()</a>
|
365
|
+
</dt>
|
366
|
+
<dt>pango_attr_strikethrough_color_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-strikethrough-color-new">pango_attr_strikethrough_color_new ()</a>
|
367
|
+
</dt>
|
368
|
+
<dt>pango_attr_strikethrough_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-strikethrough-new">pango_attr_strikethrough_new ()</a>
|
369
|
+
</dt>
|
370
|
+
<dt>pango_attr_style_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-style-new">pango_attr_style_new ()</a>
|
371
|
+
</dt>
|
372
|
+
<dt>pango_attr_type_get_name, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-type-get-name">pango_attr_type_get_name ()</a>
|
373
|
+
</dt>
|
374
|
+
<dt>pango_attr_type_register, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-type-register">pango_attr_type_register ()</a>
|
375
|
+
</dt>
|
376
|
+
<dt>pango_attr_underline_color_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-underline-color-new">pango_attr_underline_color_new ()</a>
|
377
|
+
</dt>
|
378
|
+
<dt>pango_attr_underline_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-underline-new">pango_attr_underline_new ()</a>
|
379
|
+
</dt>
|
380
|
+
<dt>pango_attr_variant_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-variant-new">pango_attr_variant_new ()</a>
|
381
|
+
</dt>
|
382
|
+
<dt>pango_attr_weight_new, <a class="indexterm" href="pango-Text-Attributes.html#pango-attr-weight-new">pango_attr_weight_new ()</a>
|
383
|
+
</dt>
|
384
|
+
<dt>pango_bidi_type_for_unichar, <a class="indexterm" href="pango-Bidirectional-Text.html#pango-bidi-type-for-unichar">pango_bidi_type_for_unichar ()</a>
|
385
|
+
</dt>
|
386
|
+
<dt>pango_break, <a class="indexterm" href="pango-Text-Processing.html#pango-break">pango_break ()</a>
|
387
|
+
</dt>
|
388
|
+
<dt>pango_cairo_context_get_font_options, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options">pango_cairo_context_get_font_options ()</a>
|
389
|
+
</dt>
|
390
|
+
<dt>pango_cairo_context_get_resolution, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution">pango_cairo_context_get_resolution ()</a>
|
391
|
+
</dt>
|
392
|
+
<dt>pango_cairo_context_get_shape_renderer, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-get-shape-renderer">pango_cairo_context_get_shape_renderer ()</a>
|
393
|
+
</dt>
|
394
|
+
<dt>pango_cairo_context_set_font_options, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-set-font-options">pango_cairo_context_set_font_options ()</a>
|
395
|
+
</dt>
|
396
|
+
<dt>pango_cairo_context_set_resolution, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution">pango_cairo_context_set_resolution ()</a>
|
397
|
+
</dt>
|
398
|
+
<dt>pango_cairo_context_set_shape_renderer, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-context-set-shape-renderer">pango_cairo_context_set_shape_renderer ()</a>
|
399
|
+
</dt>
|
400
|
+
<dt>pango_cairo_create_context, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-create-context">pango_cairo_create_context ()</a>
|
401
|
+
</dt>
|
402
|
+
<dt>pango_cairo_create_layout, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-create-layout">pango_cairo_create_layout ()</a>
|
403
|
+
</dt>
|
404
|
+
<dt>pango_cairo_error_underline_path, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-error-underline-path">pango_cairo_error_underline_path ()</a>
|
405
|
+
</dt>
|
406
|
+
<dt>pango_cairo_font_get_scaled_font, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-get-scaled-font">pango_cairo_font_get_scaled_font ()</a>
|
407
|
+
</dt>
|
408
|
+
<dt>pango_cairo_font_map_create_context, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context">pango_cairo_font_map_create_context ()</a>
|
409
|
+
</dt>
|
410
|
+
<dt>pango_cairo_font_map_get_default, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default">pango_cairo_font_map_get_default ()</a>
|
411
|
+
</dt>
|
412
|
+
<dt>pango_cairo_font_map_get_font_type, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-font-type">pango_cairo_font_map_get_font_type ()</a>
|
413
|
+
</dt>
|
414
|
+
<dt>pango_cairo_font_map_get_resolution, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution">pango_cairo_font_map_get_resolution ()</a>
|
415
|
+
</dt>
|
416
|
+
<dt>pango_cairo_font_map_new, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new">pango_cairo_font_map_new ()</a>
|
417
|
+
</dt>
|
418
|
+
<dt>pango_cairo_font_map_new_for_font_type, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new-for-font-type">pango_cairo_font_map_new_for_font_type ()</a>
|
419
|
+
</dt>
|
420
|
+
<dt>pango_cairo_font_map_set_default, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-default">pango_cairo_font_map_set_default ()</a>
|
421
|
+
</dt>
|
422
|
+
<dt>pango_cairo_font_map_set_resolution, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution">pango_cairo_font_map_set_resolution ()</a>
|
423
|
+
</dt>
|
424
|
+
<dt>pango_cairo_glyph_string_path, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path">pango_cairo_glyph_string_path ()</a>
|
425
|
+
</dt>
|
426
|
+
<dt>pango_cairo_layout_line_path, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path">pango_cairo_layout_line_path ()</a>
|
427
|
+
</dt>
|
428
|
+
<dt>pango_cairo_layout_path, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-layout-path">pango_cairo_layout_path ()</a>
|
429
|
+
</dt>
|
430
|
+
<dt>pango_cairo_show_error_underline, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-show-error-underline">pango_cairo_show_error_underline ()</a>
|
431
|
+
</dt>
|
432
|
+
<dt>pango_cairo_show_glyph_item, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-item">pango_cairo_show_glyph_item ()</a>
|
433
|
+
</dt>
|
434
|
+
<dt>pango_cairo_show_glyph_string, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string">pango_cairo_show_glyph_string ()</a>
|
435
|
+
</dt>
|
436
|
+
<dt>pango_cairo_show_layout, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-show-layout">pango_cairo_show_layout ()</a>
|
437
|
+
</dt>
|
438
|
+
<dt>pango_cairo_show_layout_line, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-show-layout-line">pango_cairo_show_layout_line ()</a>
|
439
|
+
</dt>
|
440
|
+
<dt>pango_cairo_update_context, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-update-context">pango_cairo_update_context ()</a>
|
441
|
+
</dt>
|
442
|
+
<dt>pango_cairo_update_layout, <a class="indexterm" href="pango-Cairo-Rendering.html#pango-cairo-update-layout">pango_cairo_update_layout ()</a>
|
443
|
+
</dt>
|
444
|
+
<dt>pango_color_copy, <a class="indexterm" href="pango-Text-Attributes.html#pango-color-copy">pango_color_copy ()</a>
|
445
|
+
</dt>
|
446
|
+
<dt>pango_color_free, <a class="indexterm" href="pango-Text-Attributes.html#pango-color-free">pango_color_free ()</a>
|
447
|
+
</dt>
|
448
|
+
<dt>pango_color_parse, <a class="indexterm" href="pango-Text-Attributes.html#pango-color-parse">pango_color_parse ()</a>
|
449
|
+
</dt>
|
450
|
+
<dt>pango_color_to_string, <a class="indexterm" href="pango-Text-Attributes.html#pango-color-to-string">pango_color_to_string ()</a>
|
451
|
+
</dt>
|
452
|
+
<dt>pango_config_key_get, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-config-key-get">pango_config_key_get ()</a>
|
453
|
+
</dt>
|
454
|
+
<dt>pango_context_get_base_dir, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-base-dir">pango_context_get_base_dir ()</a>
|
455
|
+
</dt>
|
456
|
+
<dt>pango_context_get_base_gravity, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-base-gravity">pango_context_get_base_gravity ()</a>
|
457
|
+
</dt>
|
458
|
+
<dt>pango_context_get_font_description, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-font-description">pango_context_get_font_description ()</a>
|
459
|
+
</dt>
|
460
|
+
<dt>pango_context_get_font_map, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-font-map">pango_context_get_font_map ()</a>
|
461
|
+
</dt>
|
462
|
+
<dt>pango_context_get_gravity, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-gravity">pango_context_get_gravity ()</a>
|
463
|
+
</dt>
|
464
|
+
<dt>pango_context_get_gravity_hint, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-gravity-hint">pango_context_get_gravity_hint ()</a>
|
465
|
+
</dt>
|
466
|
+
<dt>pango_context_get_language, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-language">pango_context_get_language ()</a>
|
467
|
+
</dt>
|
468
|
+
<dt>pango_context_get_matrix, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-matrix">pango_context_get_matrix ()</a>
|
469
|
+
</dt>
|
470
|
+
<dt>pango_context_get_metrics, <a class="indexterm" href="pango-Text-Processing.html#pango-context-get-metrics">pango_context_get_metrics ()</a>
|
471
|
+
</dt>
|
472
|
+
<dt>pango_context_list_families, <a class="indexterm" href="pango-Text-Processing.html#pango-context-list-families">pango_context_list_families ()</a>
|
473
|
+
</dt>
|
474
|
+
<dt>pango_context_load_font, <a class="indexterm" href="pango-Text-Processing.html#pango-context-load-font">pango_context_load_font ()</a>
|
475
|
+
</dt>
|
476
|
+
<dt>pango_context_load_fontset, <a class="indexterm" href="pango-Text-Processing.html#pango-context-load-fontset">pango_context_load_fontset ()</a>
|
477
|
+
</dt>
|
478
|
+
<dt>pango_context_new, <a class="indexterm" href="pango-Text-Processing.html#pango-context-new">pango_context_new ()</a>
|
479
|
+
</dt>
|
480
|
+
<dt>pango_context_set_base_dir, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-base-dir">pango_context_set_base_dir ()</a>
|
481
|
+
</dt>
|
482
|
+
<dt>pango_context_set_base_gravity, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-base-gravity">pango_context_set_base_gravity ()</a>
|
483
|
+
</dt>
|
484
|
+
<dt>pango_context_set_font_description, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-font-description">pango_context_set_font_description ()</a>
|
485
|
+
</dt>
|
486
|
+
<dt>pango_context_set_font_map, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-font-map">pango_context_set_font_map ()</a>
|
487
|
+
</dt>
|
488
|
+
<dt>pango_context_set_gravity_hint, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-gravity-hint">pango_context_set_gravity_hint ()</a>
|
489
|
+
</dt>
|
490
|
+
<dt>pango_context_set_language, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-language">pango_context_set_language ()</a>
|
491
|
+
</dt>
|
492
|
+
<dt>pango_context_set_matrix, <a class="indexterm" href="pango-Text-Processing.html#pango-context-set-matrix">pango_context_set_matrix ()</a>
|
493
|
+
</dt>
|
494
|
+
<dt>pango_coverage_copy, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-copy">pango_coverage_copy ()</a>
|
495
|
+
</dt>
|
496
|
+
<dt>pango_coverage_from_bytes, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-from-bytes">pango_coverage_from_bytes ()</a>
|
497
|
+
</dt>
|
498
|
+
<dt>pango_coverage_get, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-get">pango_coverage_get ()</a>
|
499
|
+
</dt>
|
500
|
+
<dt>pango_coverage_max, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-max">pango_coverage_max ()</a>
|
501
|
+
</dt>
|
502
|
+
<dt>pango_coverage_new, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-new">pango_coverage_new ()</a>
|
503
|
+
</dt>
|
504
|
+
<dt>pango_coverage_ref, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-ref">pango_coverage_ref ()</a>
|
505
|
+
</dt>
|
506
|
+
<dt>pango_coverage_set, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-set">pango_coverage_set ()</a>
|
507
|
+
</dt>
|
508
|
+
<dt>pango_coverage_to_bytes, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-to-bytes">pango_coverage_to_bytes ()</a>
|
509
|
+
</dt>
|
510
|
+
<dt>pango_coverage_unref, <a class="indexterm" href="pango-Coverage-Maps.html#pango-coverage-unref">pango_coverage_unref ()</a>
|
511
|
+
</dt>
|
512
|
+
<dt>pango_default_break, <a class="indexterm" href="pango-Text-Processing.html#pango-default-break">pango_default_break ()</a>
|
513
|
+
</dt>
|
514
|
+
<dt>PANGO_DESCENT, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-DESCENT:CAPS">PANGO_DESCENT()</a>
|
515
|
+
</dt>
|
516
|
+
<dt>PANGO_ENGINE_LANG_DEFINE_TYPE, <a class="indexterm" href="PangoEngineLang.html#PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS">PANGO_ENGINE_LANG_DEFINE_TYPE()</a>
|
517
|
+
</dt>
|
518
|
+
<dt>PANGO_ENGINE_SHAPE_DEFINE_TYPE, <a class="indexterm" href="PangoEngineShape.html#PANGO-ENGINE-SHAPE-DEFINE-TYPE:CAPS">PANGO_ENGINE_SHAPE_DEFINE_TYPE()</a>
|
519
|
+
</dt>
|
520
|
+
<dt>PANGO_ENGINE_TYPE_LANG, <a class="indexterm" href="PangoEngineLang.html#PANGO-ENGINE-TYPE-LANG:CAPS">PANGO_ENGINE_TYPE_LANG</a>
|
521
|
+
</dt>
|
522
|
+
<dt>PANGO_ENGINE_TYPE_SHAPE, <a class="indexterm" href="PangoEngineShape.html#PANGO-ENGINE-TYPE-SHAPE:CAPS">PANGO_ENGINE_TYPE_SHAPE</a>
|
523
|
+
</dt>
|
524
|
+
<dt>pango_extents_to_pixels, <a class="indexterm" href="pango-Glyph-Storage.html#pango-extents-to-pixels">pango_extents_to_pixels ()</a>
|
525
|
+
</dt>
|
526
|
+
<dt>pango_fc_decoder_get_charset, <a class="indexterm" href="PangoFcDecoder.html#pango-fc-decoder-get-charset">pango_fc_decoder_get_charset ()</a>
|
527
|
+
</dt>
|
528
|
+
<dt>pango_fc_decoder_get_glyph, <a class="indexterm" href="PangoFcDecoder.html#pango-fc-decoder-get-glyph">pango_fc_decoder_get_glyph ()</a>
|
529
|
+
</dt>
|
530
|
+
<dt>pango_fc_fontset_key_get_absolute_size, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-absolute-size">pango_fc_fontset_key_get_absolute_size ()</a>
|
531
|
+
</dt>
|
532
|
+
<dt>pango_fc_fontset_key_get_context_key, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-context-key">pango_fc_fontset_key_get_context_key ()</a>
|
533
|
+
</dt>
|
534
|
+
<dt>pango_fc_fontset_key_get_description, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-description">pango_fc_fontset_key_get_description ()</a>
|
535
|
+
</dt>
|
536
|
+
<dt>pango_fc_fontset_key_get_language, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-language">pango_fc_fontset_key_get_language ()</a>
|
537
|
+
</dt>
|
538
|
+
<dt>pango_fc_fontset_key_get_matrix, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-matrix">pango_fc_fontset_key_get_matrix ()</a>
|
539
|
+
</dt>
|
540
|
+
<dt>pango_fc_fontset_key_get_resolution, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-fontset-key-get-resolution">pango_fc_fontset_key_get_resolution ()</a>
|
541
|
+
</dt>
|
542
|
+
<dt>pango_fc_font_description_from_pattern, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-description-from-pattern">pango_fc_font_description_from_pattern ()</a>
|
543
|
+
</dt>
|
544
|
+
<dt>pango_fc_font_get_glyph, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-get-glyph">pango_fc_font_get_glyph ()</a>
|
545
|
+
</dt>
|
546
|
+
<dt>pango_fc_font_get_unknown_glyph, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-get-unknown-glyph">pango_fc_font_get_unknown_glyph ()</a>
|
547
|
+
</dt>
|
548
|
+
<dt>pango_fc_font_has_char, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-has-char">pango_fc_font_has_char ()</a>
|
549
|
+
</dt>
|
550
|
+
<dt>pango_fc_font_kern_glyphs, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-kern-glyphs">pango_fc_font_kern_glyphs ()</a>
|
551
|
+
</dt>
|
552
|
+
<dt>pango_fc_font_key_get_context_key, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-key-get-context-key">pango_fc_font_key_get_context_key ()</a>
|
553
|
+
</dt>
|
554
|
+
<dt>pango_fc_font_key_get_matrix, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-key-get-matrix">pango_fc_font_key_get_matrix ()</a>
|
555
|
+
</dt>
|
556
|
+
<dt>pango_fc_font_key_get_pattern, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-key-get-pattern">pango_fc_font_key_get_pattern ()</a>
|
557
|
+
</dt>
|
558
|
+
<dt>pango_fc_font_lock_face, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-lock-face">pango_fc_font_lock_face ()</a>
|
559
|
+
</dt>
|
560
|
+
<dt>pango_fc_font_map_add_decoder_find_func, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-add-decoder-find-func">pango_fc_font_map_add_decoder_find_func ()</a>
|
561
|
+
</dt>
|
562
|
+
<dt>pango_fc_font_map_cache_clear, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-cache-clear">pango_fc_font_map_cache_clear ()</a>
|
563
|
+
</dt>
|
564
|
+
<dt>pango_fc_font_map_create_context, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-create-context">pango_fc_font_map_create_context ()</a>
|
565
|
+
</dt>
|
566
|
+
<dt>pango_fc_font_map_find_decoder, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-find-decoder">pango_fc_font_map_find_decoder ()</a>
|
567
|
+
</dt>
|
568
|
+
<dt>pango_fc_font_map_shutdown, <a class="indexterm" href="PangoFcFontMap.html#pango-fc-font-map-shutdown">pango_fc_font_map_shutdown ()</a>
|
569
|
+
</dt>
|
570
|
+
<dt>pango_fc_font_unlock_face, <a class="indexterm" href="PangoFcFont.html#pango-fc-font-unlock-face">pango_fc_font_unlock_face ()</a>
|
571
|
+
</dt>
|
572
|
+
<dt>PANGO_FC_GRAVITY, <a class="indexterm" href="PangoFcFontMap.html#PANGO-FC-GRAVITY:CAPS">PANGO_FC_GRAVITY</a>
|
573
|
+
</dt>
|
574
|
+
<dt>PANGO_FC_PRGNAME, <a class="indexterm" href="PangoFcFontMap.html#PANGO-FC-PRGNAME:CAPS">PANGO_FC_PRGNAME</a>
|
575
|
+
</dt>
|
576
|
+
<dt>PANGO_FC_VERSION, <a class="indexterm" href="PangoFcFontMap.html#PANGO-FC-VERSION:CAPS">PANGO_FC_VERSION</a>
|
577
|
+
</dt>
|
578
|
+
<dt>pango_find_base_dir, <a class="indexterm" href="pango-Bidirectional-Text.html#pango-find-base-dir">pango_find_base_dir ()</a>
|
579
|
+
</dt>
|
580
|
+
<dt>pango_find_map, <a class="indexterm" href="pango-Modules.html#pango-find-map">pango_find_map ()</a>
|
581
|
+
</dt>
|
582
|
+
<dt>pango_find_paragraph_boundary, <a class="indexterm" href="pango-Text-Processing.html#pango-find-paragraph-boundary">pango_find_paragraph_boundary ()</a>
|
583
|
+
</dt>
|
584
|
+
<dt>PANGO_FONT, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT:CAPS">PANGO_FONT()</a>
|
585
|
+
</dt>
|
586
|
+
<dt>pango_fontset_foreach, <a class="indexterm" href="pango-Fonts.html#pango-fontset-foreach">pango_fontset_foreach ()</a>
|
587
|
+
</dt>
|
588
|
+
<dt>pango_fontset_get_font, <a class="indexterm" href="pango-Fonts.html#pango-fontset-get-font">pango_fontset_get_font ()</a>
|
589
|
+
</dt>
|
590
|
+
<dt>pango_fontset_get_metrics, <a class="indexterm" href="pango-Fonts.html#pango-fontset-get-metrics">pango_fontset_get_metrics ()</a>
|
591
|
+
</dt>
|
592
|
+
<dt>pango_fontset_simple_append, <a class="indexterm" href="pango-Fonts.html#pango-fontset-simple-append">pango_fontset_simple_append ()</a>
|
593
|
+
</dt>
|
594
|
+
<dt>pango_fontset_simple_new, <a class="indexterm" href="pango-Fonts.html#pango-fontset-simple-new">pango_fontset_simple_new ()</a>
|
595
|
+
</dt>
|
596
|
+
<dt>pango_fontset_simple_size, <a class="indexterm" href="pango-Fonts.html#pango-fontset-simple-size">pango_fontset_simple_size ()</a>
|
597
|
+
</dt>
|
598
|
+
<dt>pango_font_describe, <a class="indexterm" href="pango-Fonts.html#pango-font-describe">pango_font_describe ()</a>
|
599
|
+
</dt>
|
600
|
+
<dt>pango_font_describe_with_absolute_size, <a class="indexterm" href="pango-Fonts.html#pango-font-describe-with-absolute-size">pango_font_describe_with_absolute_size ()</a>
|
601
|
+
</dt>
|
602
|
+
<dt>pango_font_descriptions_free, <a class="indexterm" href="pango-Fonts.html#pango-font-descriptions-free">pango_font_descriptions_free ()</a>
|
603
|
+
</dt>
|
604
|
+
<dt>pango_font_description_better_match, <a class="indexterm" href="pango-Fonts.html#pango-font-description-better-match">pango_font_description_better_match ()</a>
|
605
|
+
</dt>
|
606
|
+
<dt>pango_font_description_copy, <a class="indexterm" href="pango-Fonts.html#pango-font-description-copy">pango_font_description_copy ()</a>
|
607
|
+
</dt>
|
608
|
+
<dt>pango_font_description_copy_static, <a class="indexterm" href="pango-Fonts.html#pango-font-description-copy-static">pango_font_description_copy_static ()</a>
|
609
|
+
</dt>
|
610
|
+
<dt>pango_font_description_equal, <a class="indexterm" href="pango-Fonts.html#pango-font-description-equal">pango_font_description_equal ()</a>
|
611
|
+
</dt>
|
612
|
+
<dt>pango_font_description_free, <a class="indexterm" href="pango-Fonts.html#pango-font-description-free">pango_font_description_free ()</a>
|
613
|
+
</dt>
|
614
|
+
<dt>pango_font_description_from_string, <a class="indexterm" href="pango-Fonts.html#pango-font-description-from-string">pango_font_description_from_string ()</a>
|
615
|
+
</dt>
|
616
|
+
<dt>pango_font_description_get_family, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-family">pango_font_description_get_family ()</a>
|
617
|
+
</dt>
|
618
|
+
<dt>pango_font_description_get_gravity, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-gravity">pango_font_description_get_gravity ()</a>
|
619
|
+
</dt>
|
620
|
+
<dt>pango_font_description_get_set_fields, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-set-fields">pango_font_description_get_set_fields ()</a>
|
621
|
+
</dt>
|
622
|
+
<dt>pango_font_description_get_size, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-size">pango_font_description_get_size ()</a>
|
623
|
+
</dt>
|
624
|
+
<dt>pango_font_description_get_size_is_absolute, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-size-is-absolute">pango_font_description_get_size_is_absolute ()</a>
|
625
|
+
</dt>
|
626
|
+
<dt>pango_font_description_get_stretch, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-stretch">pango_font_description_get_stretch ()</a>
|
627
|
+
</dt>
|
628
|
+
<dt>pango_font_description_get_style, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-style">pango_font_description_get_style ()</a>
|
629
|
+
</dt>
|
630
|
+
<dt>pango_font_description_get_variant, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-variant">pango_font_description_get_variant ()</a>
|
631
|
+
</dt>
|
632
|
+
<dt>pango_font_description_get_weight, <a class="indexterm" href="pango-Fonts.html#pango-font-description-get-weight">pango_font_description_get_weight ()</a>
|
633
|
+
</dt>
|
634
|
+
<dt>pango_font_description_hash, <a class="indexterm" href="pango-Fonts.html#pango-font-description-hash">pango_font_description_hash ()</a>
|
635
|
+
</dt>
|
636
|
+
<dt>pango_font_description_merge, <a class="indexterm" href="pango-Fonts.html#pango-font-description-merge">pango_font_description_merge ()</a>
|
637
|
+
</dt>
|
638
|
+
<dt>pango_font_description_merge_static, <a class="indexterm" href="pango-Fonts.html#pango-font-description-merge-static">pango_font_description_merge_static ()</a>
|
639
|
+
</dt>
|
640
|
+
<dt>pango_font_description_new, <a class="indexterm" href="pango-Fonts.html#pango-font-description-new">pango_font_description_new ()</a>
|
641
|
+
</dt>
|
642
|
+
<dt>pango_font_description_set_absolute_size, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-absolute-size">pango_font_description_set_absolute_size ()</a>
|
643
|
+
</dt>
|
644
|
+
<dt>pango_font_description_set_family, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-family">pango_font_description_set_family ()</a>
|
645
|
+
</dt>
|
646
|
+
<dt>pango_font_description_set_family_static, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-family-static">pango_font_description_set_family_static ()</a>
|
647
|
+
</dt>
|
648
|
+
<dt>pango_font_description_set_gravity, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-gravity">pango_font_description_set_gravity ()</a>
|
649
|
+
</dt>
|
650
|
+
<dt>pango_font_description_set_size, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-size">pango_font_description_set_size ()</a>
|
651
|
+
</dt>
|
652
|
+
<dt>pango_font_description_set_stretch, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-stretch">pango_font_description_set_stretch ()</a>
|
653
|
+
</dt>
|
654
|
+
<dt>pango_font_description_set_style, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-style">pango_font_description_set_style ()</a>
|
655
|
+
</dt>
|
656
|
+
<dt>pango_font_description_set_variant, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-variant">pango_font_description_set_variant ()</a>
|
657
|
+
</dt>
|
658
|
+
<dt>pango_font_description_set_weight, <a class="indexterm" href="pango-Fonts.html#pango-font-description-set-weight">pango_font_description_set_weight ()</a>
|
659
|
+
</dt>
|
660
|
+
<dt>pango_font_description_to_filename, <a class="indexterm" href="pango-Fonts.html#pango-font-description-to-filename">pango_font_description_to_filename ()</a>
|
661
|
+
</dt>
|
662
|
+
<dt>pango_font_description_to_string, <a class="indexterm" href="pango-Fonts.html#pango-font-description-to-string">pango_font_description_to_string ()</a>
|
663
|
+
</dt>
|
664
|
+
<dt>pango_font_description_unset_fields, <a class="indexterm" href="pango-Fonts.html#pango-font-description-unset-fields">pango_font_description_unset_fields ()</a>
|
665
|
+
</dt>
|
666
|
+
<dt>PANGO_FONT_FACE, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT-FACE:CAPS">PANGO_FONT_FACE()</a>
|
667
|
+
</dt>
|
668
|
+
<dt>pango_font_face_describe, <a class="indexterm" href="pango-Fonts.html#pango-font-face-describe">pango_font_face_describe ()</a>
|
669
|
+
</dt>
|
670
|
+
<dt>pango_font_face_get_face_name, <a class="indexterm" href="pango-Fonts.html#pango-font-face-get-face-name">pango_font_face_get_face_name ()</a>
|
671
|
+
</dt>
|
672
|
+
<dt>pango_font_face_is_synthesized, <a class="indexterm" href="pango-Fonts.html#pango-font-face-is-synthesized">pango_font_face_is_synthesized ()</a>
|
673
|
+
</dt>
|
674
|
+
<dt>pango_font_face_list_sizes, <a class="indexterm" href="pango-Fonts.html#pango-font-face-list-sizes">pango_font_face_list_sizes ()</a>
|
675
|
+
</dt>
|
676
|
+
<dt>PANGO_FONT_FAMILY, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT-FAMILY:CAPS">PANGO_FONT_FAMILY()</a>
|
677
|
+
</dt>
|
678
|
+
<dt>pango_font_family_get_name, <a class="indexterm" href="pango-Fonts.html#pango-font-family-get-name">pango_font_family_get_name ()</a>
|
679
|
+
</dt>
|
680
|
+
<dt>pango_font_family_is_monospace, <a class="indexterm" href="pango-Fonts.html#pango-font-family-is-monospace">pango_font_family_is_monospace ()</a>
|
681
|
+
</dt>
|
682
|
+
<dt>pango_font_family_list_faces, <a class="indexterm" href="pango-Fonts.html#pango-font-family-list-faces">pango_font_family_list_faces ()</a>
|
683
|
+
</dt>
|
684
|
+
<dt>pango_font_find_shaper, <a class="indexterm" href="pango-Fonts.html#pango-font-find-shaper">pango_font_find_shaper ()</a>
|
685
|
+
</dt>
|
686
|
+
<dt>pango_font_get_coverage, <a class="indexterm" href="pango-Fonts.html#pango-font-get-coverage">pango_font_get_coverage ()</a>
|
687
|
+
</dt>
|
688
|
+
<dt>pango_font_get_font_map, <a class="indexterm" href="pango-Fonts.html#pango-font-get-font-map">pango_font_get_font_map ()</a>
|
689
|
+
</dt>
|
690
|
+
<dt>pango_font_get_glyph_extents, <a class="indexterm" href="pango-Fonts.html#pango-font-get-glyph-extents">pango_font_get_glyph_extents ()</a>
|
691
|
+
</dt>
|
692
|
+
<dt>pango_font_get_metrics, <a class="indexterm" href="pango-Fonts.html#pango-font-get-metrics">pango_font_get_metrics ()</a>
|
693
|
+
</dt>
|
694
|
+
<dt>PANGO_FONT_MAP, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT-MAP:CAPS">PANGO_FONT_MAP()</a>
|
695
|
+
</dt>
|
696
|
+
<dt>PANGO_FONT_MAP_CLASS, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT-MAP-CLASS:CAPS">PANGO_FONT_MAP_CLASS()</a>
|
697
|
+
</dt>
|
698
|
+
<dt>pango_font_map_create_context, <a class="indexterm" href="pango-Fonts.html#pango-font-map-create-context">pango_font_map_create_context ()</a>
|
699
|
+
</dt>
|
700
|
+
<dt>PANGO_FONT_MAP_GET_CLASS, <a class="indexterm" href="pango-Fonts.html#PANGO-FONT-MAP-GET-CLASS:CAPS">PANGO_FONT_MAP_GET_CLASS()</a>
|
701
|
+
</dt>
|
702
|
+
<dt>pango_font_map_get_shape_engine_type, <a class="indexterm" href="pango-Fonts.html#pango-font-map-get-shape-engine-type">pango_font_map_get_shape_engine_type ()</a>
|
703
|
+
</dt>
|
704
|
+
<dt>pango_font_map_list_families, <a class="indexterm" href="pango-Fonts.html#pango-font-map-list-families">pango_font_map_list_families ()</a>
|
705
|
+
</dt>
|
706
|
+
<dt>pango_font_map_load_font, <a class="indexterm" href="pango-Fonts.html#pango-font-map-load-font">pango_font_map_load_font ()</a>
|
707
|
+
</dt>
|
708
|
+
<dt>pango_font_map_load_fontset, <a class="indexterm" href="pango-Fonts.html#pango-font-map-load-fontset">pango_font_map_load_fontset ()</a>
|
709
|
+
</dt>
|
710
|
+
<dt>pango_font_metrics_get_approximate_char_width, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-approximate-char-width">pango_font_metrics_get_approximate_char_width ()</a>
|
711
|
+
</dt>
|
712
|
+
<dt>pango_font_metrics_get_approximate_digit_width, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-approximate-digit-width">pango_font_metrics_get_approximate_digit_width ()</a>
|
713
|
+
</dt>
|
714
|
+
<dt>pango_font_metrics_get_ascent, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-ascent">pango_font_metrics_get_ascent ()</a>
|
715
|
+
</dt>
|
716
|
+
<dt>pango_font_metrics_get_descent, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-descent">pango_font_metrics_get_descent ()</a>
|
717
|
+
</dt>
|
718
|
+
<dt>pango_font_metrics_get_strikethrough_position, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-strikethrough-position">pango_font_metrics_get_strikethrough_position ()</a>
|
719
|
+
</dt>
|
720
|
+
<dt>pango_font_metrics_get_strikethrough_thickness, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-strikethrough-thickness">pango_font_metrics_get_strikethrough_thickness ()</a>
|
721
|
+
</dt>
|
722
|
+
<dt>pango_font_metrics_get_underline_position, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-underline-position">pango_font_metrics_get_underline_position ()</a>
|
723
|
+
</dt>
|
724
|
+
<dt>pango_font_metrics_get_underline_thickness, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-get-underline-thickness">pango_font_metrics_get_underline_thickness ()</a>
|
725
|
+
</dt>
|
726
|
+
<dt>pango_font_metrics_ref, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-ref">pango_font_metrics_ref ()</a>
|
727
|
+
</dt>
|
728
|
+
<dt>pango_font_metrics_unref, <a class="indexterm" href="pango-Fonts.html#pango-font-metrics-unref">pango_font_metrics_unref ()</a>
|
729
|
+
</dt>
|
730
|
+
<dt>pango_ft2_font_get_coverage, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-coverage">pango_ft2_font_get_coverage ()</a>
|
731
|
+
</dt>
|
732
|
+
<dt>pango_ft2_font_get_face, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-face">pango_ft2_font_get_face ()</a>
|
733
|
+
</dt>
|
734
|
+
<dt>pango_ft2_font_get_kerning, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-get-kerning">pango_ft2_font_get_kerning ()</a>
|
735
|
+
</dt>
|
736
|
+
<dt>pango_ft2_font_map_create_context, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-create-context">pango_ft2_font_map_create_context ()</a>
|
737
|
+
</dt>
|
738
|
+
<dt>pango_ft2_font_map_for_display, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-for-display">pango_ft2_font_map_for_display ()</a>
|
739
|
+
</dt>
|
740
|
+
<dt>pango_ft2_font_map_new, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-new">pango_ft2_font_map_new ()</a>
|
741
|
+
</dt>
|
742
|
+
<dt>pango_ft2_font_map_set_default_substitute, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-default-substitute">pango_ft2_font_map_set_default_substitute ()</a>
|
743
|
+
</dt>
|
744
|
+
<dt>pango_ft2_font_map_set_resolution, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-set-resolution">pango_ft2_font_map_set_resolution ()</a>
|
745
|
+
</dt>
|
746
|
+
<dt>pango_ft2_font_map_substitute_changed, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-font-map-substitute-changed">pango_ft2_font_map_substitute_changed ()</a>
|
747
|
+
</dt>
|
748
|
+
<dt>pango_ft2_get_context, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-context">pango_ft2_get_context ()</a>
|
749
|
+
</dt>
|
750
|
+
<dt>pango_ft2_get_unknown_glyph, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-get-unknown-glyph">pango_ft2_get_unknown_glyph ()</a>
|
751
|
+
</dt>
|
752
|
+
<dt>pango_ft2_render, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render">pango_ft2_render ()</a>
|
753
|
+
</dt>
|
754
|
+
<dt>pango_ft2_render_layout, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout">pango_ft2_render_layout ()</a>
|
755
|
+
</dt>
|
756
|
+
<dt>pango_ft2_render_layout_line, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line">pango_ft2_render_layout_line ()</a>
|
757
|
+
</dt>
|
758
|
+
<dt>pango_ft2_render_layout_line_subpixel, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-line-subpixel">pango_ft2_render_layout_line_subpixel ()</a>
|
759
|
+
</dt>
|
760
|
+
<dt>pango_ft2_render_layout_subpixel, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-layout-subpixel">pango_ft2_render_layout_subpixel ()</a>
|
761
|
+
</dt>
|
762
|
+
<dt>pango_ft2_render_transformed, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-render-transformed">pango_ft2_render_transformed ()</a>
|
763
|
+
</dt>
|
764
|
+
<dt>pango_ft2_shutdown_display, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#pango-ft2-shutdown-display">pango_ft2_shutdown_display ()</a>
|
765
|
+
</dt>
|
766
|
+
<dt>pango_get_lib_subdirectory, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-get-lib-subdirectory">pango_get_lib_subdirectory ()</a>
|
767
|
+
</dt>
|
768
|
+
<dt>pango_get_log_attrs, <a class="indexterm" href="pango-Text-Processing.html#pango-get-log-attrs">pango_get_log_attrs ()</a>
|
769
|
+
</dt>
|
770
|
+
<dt>pango_get_mirror_char, <a class="indexterm" href="pango-Bidirectional-Text.html#pango-get-mirror-char">pango_get_mirror_char ()</a>
|
771
|
+
</dt>
|
772
|
+
<dt>pango_get_sysconf_subdirectory, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-get-sysconf-subdirectory">pango_get_sysconf_subdirectory ()</a>
|
773
|
+
</dt>
|
774
|
+
<dt>PANGO_GET_UNKNOWN_GLYPH, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-GET-UNKNOWN-GLYPH:CAPS">PANGO_GET_UNKNOWN_GLYPH()</a>
|
775
|
+
</dt>
|
776
|
+
<dt>PANGO_GLYPH_EMPTY, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-GLYPH-EMPTY:CAPS">PANGO_GLYPH_EMPTY</a>
|
777
|
+
</dt>
|
778
|
+
<dt>PANGO_GLYPH_INVALID_INPUT, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-GLYPH-INVALID-INPUT:CAPS">PANGO_GLYPH_INVALID_INPUT</a>
|
779
|
+
</dt>
|
780
|
+
<dt>pango_glyph_item_apply_attrs, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-apply-attrs">pango_glyph_item_apply_attrs ()</a>
|
781
|
+
</dt>
|
782
|
+
<dt>pango_glyph_item_copy, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-copy">pango_glyph_item_copy ()</a>
|
783
|
+
</dt>
|
784
|
+
<dt>pango_glyph_item_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-free">pango_glyph_item_free ()</a>
|
785
|
+
</dt>
|
786
|
+
<dt>pango_glyph_item_get_logical_widths, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-get-logical-widths">pango_glyph_item_get_logical_widths ()</a>
|
787
|
+
</dt>
|
788
|
+
<dt>pango_glyph_item_iter_copy, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-copy">pango_glyph_item_iter_copy ()</a>
|
789
|
+
</dt>
|
790
|
+
<dt>pango_glyph_item_iter_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-free">pango_glyph_item_iter_free ()</a>
|
791
|
+
</dt>
|
792
|
+
<dt>pango_glyph_item_iter_init_end, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-end">pango_glyph_item_iter_init_end ()</a>
|
793
|
+
</dt>
|
794
|
+
<dt>pango_glyph_item_iter_init_start, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-init-start">pango_glyph_item_iter_init_start ()</a>
|
795
|
+
</dt>
|
796
|
+
<dt>pango_glyph_item_iter_next_cluster, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-next-cluster">pango_glyph_item_iter_next_cluster ()</a>
|
797
|
+
</dt>
|
798
|
+
<dt>pango_glyph_item_iter_prev_cluster, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-iter-prev-cluster">pango_glyph_item_iter_prev_cluster ()</a>
|
799
|
+
</dt>
|
800
|
+
<dt>pango_glyph_item_letter_space, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-letter-space">pango_glyph_item_letter_space ()</a>
|
801
|
+
</dt>
|
802
|
+
<dt>pango_glyph_item_split, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-item-split">pango_glyph_item_split ()</a>
|
803
|
+
</dt>
|
804
|
+
<dt>pango_glyph_string_copy, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-copy">pango_glyph_string_copy ()</a>
|
805
|
+
</dt>
|
806
|
+
<dt>pango_glyph_string_extents, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-extents">pango_glyph_string_extents ()</a>
|
807
|
+
</dt>
|
808
|
+
<dt>pango_glyph_string_extents_range, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-extents-range">pango_glyph_string_extents_range ()</a>
|
809
|
+
</dt>
|
810
|
+
<dt>pango_glyph_string_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-free">pango_glyph_string_free ()</a>
|
811
|
+
</dt>
|
812
|
+
<dt>pango_glyph_string_get_logical_widths, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-get-logical-widths">pango_glyph_string_get_logical_widths ()</a>
|
813
|
+
</dt>
|
814
|
+
<dt>pango_glyph_string_get_width, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-get-width">pango_glyph_string_get_width ()</a>
|
815
|
+
</dt>
|
816
|
+
<dt>pango_glyph_string_index_to_x, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-index-to-x">pango_glyph_string_index_to_x ()</a>
|
817
|
+
</dt>
|
818
|
+
<dt>pango_glyph_string_new, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-new">pango_glyph_string_new ()</a>
|
819
|
+
</dt>
|
820
|
+
<dt>pango_glyph_string_set_size, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-set-size">pango_glyph_string_set_size ()</a>
|
821
|
+
</dt>
|
822
|
+
<dt>pango_glyph_string_x_to_index, <a class="indexterm" href="pango-Glyph-Storage.html#pango-glyph-string-x-to-index">pango_glyph_string_x_to_index ()</a>
|
823
|
+
</dt>
|
824
|
+
<dt>PANGO_GLYPH_UNKNOWN_FLAG, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-GLYPH-UNKNOWN-FLAG:CAPS">PANGO_GLYPH_UNKNOWN_FLAG</a>
|
825
|
+
</dt>
|
826
|
+
<dt>pango_gravity_get_for_matrix, <a class="indexterm" href="pango-Vertical-Text.html#pango-gravity-get-for-matrix">pango_gravity_get_for_matrix ()</a>
|
827
|
+
</dt>
|
828
|
+
<dt>pango_gravity_get_for_script, <a class="indexterm" href="pango-Vertical-Text.html#pango-gravity-get-for-script">pango_gravity_get_for_script ()</a>
|
829
|
+
</dt>
|
830
|
+
<dt>pango_gravity_get_for_script_and_width, <a class="indexterm" href="pango-Vertical-Text.html#pango-gravity-get-for-script-and-width">pango_gravity_get_for_script_and_width ()</a>
|
831
|
+
</dt>
|
832
|
+
<dt>PANGO_GRAVITY_IS_VERTICAL, <a class="indexterm" href="pango-Vertical-Text.html#PANGO-GRAVITY-IS-VERTICAL:CAPS">PANGO_GRAVITY_IS_VERTICAL()</a>
|
833
|
+
</dt>
|
834
|
+
<dt>pango_gravity_to_rotation, <a class="indexterm" href="pango-Vertical-Text.html#pango-gravity-to-rotation">pango_gravity_to_rotation ()</a>
|
835
|
+
</dt>
|
836
|
+
<dt>PANGO_IS_FONT, <a class="indexterm" href="pango-Fonts.html#PANGO-IS-FONT:CAPS">PANGO_IS_FONT()</a>
|
837
|
+
</dt>
|
838
|
+
<dt>PANGO_IS_FONT_FACE, <a class="indexterm" href="pango-Fonts.html#PANGO-IS-FONT-FACE:CAPS">PANGO_IS_FONT_FACE()</a>
|
839
|
+
</dt>
|
840
|
+
<dt>PANGO_IS_FONT_FAMILY, <a class="indexterm" href="pango-Fonts.html#PANGO-IS-FONT-FAMILY:CAPS">PANGO_IS_FONT_FAMILY()</a>
|
841
|
+
</dt>
|
842
|
+
<dt>PANGO_IS_FONT_MAP, <a class="indexterm" href="pango-Fonts.html#PANGO-IS-FONT-MAP:CAPS">PANGO_IS_FONT_MAP()</a>
|
843
|
+
</dt>
|
844
|
+
<dt>PANGO_IS_FONT_MAP_CLASS, <a class="indexterm" href="pango-Fonts.html#PANGO-IS-FONT-MAP-CLASS:CAPS">PANGO_IS_FONT_MAP_CLASS()</a>
|
845
|
+
</dt>
|
846
|
+
<dt>pango_is_zero_width, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width">pango_is_zero_width ()</a>
|
847
|
+
</dt>
|
848
|
+
<dt>pango_itemize, <a class="indexterm" href="pango-Text-Processing.html#pango-itemize">pango_itemize ()</a>
|
849
|
+
</dt>
|
850
|
+
<dt>pango_itemize_with_base_dir, <a class="indexterm" href="pango-Text-Processing.html#pango-itemize-with-base-dir">pango_itemize_with_base_dir ()</a>
|
851
|
+
</dt>
|
852
|
+
<dt>pango_item_copy, <a class="indexterm" href="pango-Text-Processing.html#pango-item-copy">pango_item_copy ()</a>
|
853
|
+
</dt>
|
854
|
+
<dt>pango_item_free, <a class="indexterm" href="pango-Text-Processing.html#pango-item-free">pango_item_free ()</a>
|
855
|
+
</dt>
|
856
|
+
<dt>pango_item_new, <a class="indexterm" href="pango-Text-Processing.html#pango-item-new">pango_item_new ()</a>
|
857
|
+
</dt>
|
858
|
+
<dt>pango_item_split, <a class="indexterm" href="pango-Text-Processing.html#pango-item-split">pango_item_split ()</a>
|
859
|
+
</dt>
|
860
|
+
<dt>pango_language_from_string, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-from-string">pango_language_from_string ()</a>
|
861
|
+
</dt>
|
862
|
+
<dt>pango_language_get_default, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-get-default">pango_language_get_default ()</a>
|
863
|
+
</dt>
|
864
|
+
<dt>pango_language_get_sample_string, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-get-sample-string">pango_language_get_sample_string ()</a>
|
865
|
+
</dt>
|
866
|
+
<dt>pango_language_get_scripts, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-get-scripts">pango_language_get_scripts ()</a>
|
867
|
+
</dt>
|
868
|
+
<dt>pango_language_includes_script, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-includes-script">pango_language_includes_script ()</a>
|
869
|
+
</dt>
|
870
|
+
<dt>pango_language_matches, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-matches">pango_language_matches ()</a>
|
871
|
+
</dt>
|
872
|
+
<dt>pango_language_to_string, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-language-to-string">pango_language_to_string ()</a>
|
873
|
+
</dt>
|
874
|
+
<dt>pango_layout_context_changed, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-context-changed">pango_layout_context_changed ()</a>
|
875
|
+
</dt>
|
876
|
+
<dt>pango_layout_copy, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-copy">pango_layout_copy ()</a>
|
877
|
+
</dt>
|
878
|
+
<dt>pango_layout_get_alignment, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-alignment">pango_layout_get_alignment ()</a>
|
879
|
+
</dt>
|
880
|
+
<dt>pango_layout_get_attributes, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-attributes">pango_layout_get_attributes ()</a>
|
881
|
+
</dt>
|
882
|
+
<dt>pango_layout_get_auto_dir, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-auto-dir">pango_layout_get_auto_dir ()</a>
|
883
|
+
</dt>
|
884
|
+
<dt>pango_layout_get_baseline, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-baseline">pango_layout_get_baseline ()</a>
|
885
|
+
</dt>
|
886
|
+
<dt>pango_layout_get_context, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-context">pango_layout_get_context ()</a>
|
887
|
+
</dt>
|
888
|
+
<dt>pango_layout_get_cursor_pos, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-cursor-pos">pango_layout_get_cursor_pos ()</a>
|
889
|
+
</dt>
|
890
|
+
<dt>pango_layout_get_ellipsize, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-ellipsize">pango_layout_get_ellipsize ()</a>
|
891
|
+
</dt>
|
892
|
+
<dt>pango_layout_get_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-extents">pango_layout_get_extents ()</a>
|
893
|
+
</dt>
|
894
|
+
<dt>pango_layout_get_font_description, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-font-description">pango_layout_get_font_description ()</a>
|
895
|
+
</dt>
|
896
|
+
<dt>pango_layout_get_height, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-height">pango_layout_get_height ()</a>
|
897
|
+
</dt>
|
898
|
+
<dt>pango_layout_get_indent, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-indent">pango_layout_get_indent ()</a>
|
899
|
+
</dt>
|
900
|
+
<dt>pango_layout_get_iter, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-iter">pango_layout_get_iter ()</a>
|
901
|
+
</dt>
|
902
|
+
<dt>pango_layout_get_justify, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-justify">pango_layout_get_justify ()</a>
|
903
|
+
</dt>
|
904
|
+
<dt>pango_layout_get_line, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-line">pango_layout_get_line ()</a>
|
905
|
+
</dt>
|
906
|
+
<dt>pango_layout_get_lines, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-lines">pango_layout_get_lines ()</a>
|
907
|
+
</dt>
|
908
|
+
<dt>pango_layout_get_lines_readonly, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-lines-readonly">pango_layout_get_lines_readonly ()</a>
|
909
|
+
</dt>
|
910
|
+
<dt>pango_layout_get_line_count, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-line-count">pango_layout_get_line_count ()</a>
|
911
|
+
</dt>
|
912
|
+
<dt>pango_layout_get_line_readonly, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-line-readonly">pango_layout_get_line_readonly ()</a>
|
913
|
+
</dt>
|
914
|
+
<dt>pango_layout_get_log_attrs, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-log-attrs">pango_layout_get_log_attrs ()</a>
|
915
|
+
</dt>
|
916
|
+
<dt>pango_layout_get_pixel_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-pixel-extents">pango_layout_get_pixel_extents ()</a>
|
917
|
+
</dt>
|
918
|
+
<dt>pango_layout_get_pixel_size, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-pixel-size">pango_layout_get_pixel_size ()</a>
|
919
|
+
</dt>
|
920
|
+
<dt>pango_layout_get_single_paragraph_mode, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-single-paragraph-mode">pango_layout_get_single_paragraph_mode ()</a>
|
921
|
+
</dt>
|
922
|
+
<dt>pango_layout_get_size, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-size">pango_layout_get_size ()</a>
|
923
|
+
</dt>
|
924
|
+
<dt>pango_layout_get_spacing, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-spacing">pango_layout_get_spacing ()</a>
|
925
|
+
</dt>
|
926
|
+
<dt>pango_layout_get_tabs, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-tabs">pango_layout_get_tabs ()</a>
|
927
|
+
</dt>
|
928
|
+
<dt>pango_layout_get_text, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-text">pango_layout_get_text ()</a>
|
929
|
+
</dt>
|
930
|
+
<dt>pango_layout_get_unknown_glyphs_count, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-unknown-glyphs-count">pango_layout_get_unknown_glyphs_count ()</a>
|
931
|
+
</dt>
|
932
|
+
<dt>pango_layout_get_width, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-width">pango_layout_get_width ()</a>
|
933
|
+
</dt>
|
934
|
+
<dt>pango_layout_get_wrap, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-get-wrap">pango_layout_get_wrap ()</a>
|
935
|
+
</dt>
|
936
|
+
<dt>pango_layout_index_to_line_x, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-index-to-line-x">pango_layout_index_to_line_x ()</a>
|
937
|
+
</dt>
|
938
|
+
<dt>pango_layout_index_to_pos, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-index-to-pos">pango_layout_index_to_pos ()</a>
|
939
|
+
</dt>
|
940
|
+
<dt>pango_layout_is_ellipsized, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-is-ellipsized">pango_layout_is_ellipsized ()</a>
|
941
|
+
</dt>
|
942
|
+
<dt>pango_layout_is_wrapped, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-is-wrapped">pango_layout_is_wrapped ()</a>
|
943
|
+
</dt>
|
944
|
+
<dt>pango_layout_iter_at_last_line, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-at-last-line">pango_layout_iter_at_last_line ()</a>
|
945
|
+
</dt>
|
946
|
+
<dt>pango_layout_iter_copy, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-copy">pango_layout_iter_copy ()</a>
|
947
|
+
</dt>
|
948
|
+
<dt>pango_layout_iter_free, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-free">pango_layout_iter_free ()</a>
|
949
|
+
</dt>
|
950
|
+
<dt>pango_layout_iter_get_baseline, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-baseline">pango_layout_iter_get_baseline ()</a>
|
951
|
+
</dt>
|
952
|
+
<dt>pango_layout_iter_get_char_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-char-extents">pango_layout_iter_get_char_extents ()</a>
|
953
|
+
</dt>
|
954
|
+
<dt>pango_layout_iter_get_cluster_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-cluster-extents">pango_layout_iter_get_cluster_extents ()</a>
|
955
|
+
</dt>
|
956
|
+
<dt>pango_layout_iter_get_index, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-index">pango_layout_iter_get_index ()</a>
|
957
|
+
</dt>
|
958
|
+
<dt>pango_layout_iter_get_layout, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-layout">pango_layout_iter_get_layout ()</a>
|
959
|
+
</dt>
|
960
|
+
<dt>pango_layout_iter_get_layout_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-layout-extents">pango_layout_iter_get_layout_extents ()</a>
|
961
|
+
</dt>
|
962
|
+
<dt>pango_layout_iter_get_line, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-line">pango_layout_iter_get_line ()</a>
|
963
|
+
</dt>
|
964
|
+
<dt>pango_layout_iter_get_line_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-line-extents">pango_layout_iter_get_line_extents ()</a>
|
965
|
+
</dt>
|
966
|
+
<dt>pango_layout_iter_get_line_readonly, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-line-readonly">pango_layout_iter_get_line_readonly ()</a>
|
967
|
+
</dt>
|
968
|
+
<dt>pango_layout_iter_get_line_yrange, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-line-yrange">pango_layout_iter_get_line_yrange ()</a>
|
969
|
+
</dt>
|
970
|
+
<dt>pango_layout_iter_get_run, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-run">pango_layout_iter_get_run ()</a>
|
971
|
+
</dt>
|
972
|
+
<dt>pango_layout_iter_get_run_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-run-extents">pango_layout_iter_get_run_extents ()</a>
|
973
|
+
</dt>
|
974
|
+
<dt>pango_layout_iter_get_run_readonly, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-get-run-readonly">pango_layout_iter_get_run_readonly ()</a>
|
975
|
+
</dt>
|
976
|
+
<dt>pango_layout_iter_next_char, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-next-char">pango_layout_iter_next_char ()</a>
|
977
|
+
</dt>
|
978
|
+
<dt>pango_layout_iter_next_cluster, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-next-cluster">pango_layout_iter_next_cluster ()</a>
|
979
|
+
</dt>
|
980
|
+
<dt>pango_layout_iter_next_line, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-next-line">pango_layout_iter_next_line ()</a>
|
981
|
+
</dt>
|
982
|
+
<dt>pango_layout_iter_next_run, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-iter-next-run">pango_layout_iter_next_run ()</a>
|
983
|
+
</dt>
|
984
|
+
<dt>pango_layout_line_get_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-get-extents">pango_layout_line_get_extents ()</a>
|
985
|
+
</dt>
|
986
|
+
<dt>pango_layout_line_get_pixel_extents, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-get-pixel-extents">pango_layout_line_get_pixel_extents ()</a>
|
987
|
+
</dt>
|
988
|
+
<dt>pango_layout_line_get_x_ranges, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-get-x-ranges">pango_layout_line_get_x_ranges ()</a>
|
989
|
+
</dt>
|
990
|
+
<dt>pango_layout_line_index_to_x, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-index-to-x">pango_layout_line_index_to_x ()</a>
|
991
|
+
</dt>
|
992
|
+
<dt>pango_layout_line_ref, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-ref">pango_layout_line_ref ()</a>
|
993
|
+
</dt>
|
994
|
+
<dt>pango_layout_line_unref, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-unref">pango_layout_line_unref ()</a>
|
995
|
+
</dt>
|
996
|
+
<dt>pango_layout_line_x_to_index, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-line-x-to-index">pango_layout_line_x_to_index ()</a>
|
997
|
+
</dt>
|
998
|
+
<dt>pango_layout_move_cursor_visually, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-move-cursor-visually">pango_layout_move_cursor_visually ()</a>
|
999
|
+
</dt>
|
1000
|
+
<dt>pango_layout_new, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-new">pango_layout_new ()</a>
|
1001
|
+
</dt>
|
1002
|
+
<dt>pango_layout_set_alignment, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-alignment">pango_layout_set_alignment ()</a>
|
1003
|
+
</dt>
|
1004
|
+
<dt>pango_layout_set_attributes, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-attributes">pango_layout_set_attributes ()</a>
|
1005
|
+
</dt>
|
1006
|
+
<dt>pango_layout_set_auto_dir, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-auto-dir">pango_layout_set_auto_dir ()</a>
|
1007
|
+
</dt>
|
1008
|
+
<dt>pango_layout_set_ellipsize, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-ellipsize">pango_layout_set_ellipsize ()</a>
|
1009
|
+
</dt>
|
1010
|
+
<dt>pango_layout_set_font_description, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-font-description">pango_layout_set_font_description ()</a>
|
1011
|
+
</dt>
|
1012
|
+
<dt>pango_layout_set_height, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-height">pango_layout_set_height ()</a>
|
1013
|
+
</dt>
|
1014
|
+
<dt>pango_layout_set_indent, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-indent">pango_layout_set_indent ()</a>
|
1015
|
+
</dt>
|
1016
|
+
<dt>pango_layout_set_justify, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-justify">pango_layout_set_justify ()</a>
|
1017
|
+
</dt>
|
1018
|
+
<dt>pango_layout_set_markup, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-markup">pango_layout_set_markup ()</a>
|
1019
|
+
</dt>
|
1020
|
+
<dt>pango_layout_set_markup_with_accel, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-markup-with-accel">pango_layout_set_markup_with_accel ()</a>
|
1021
|
+
</dt>
|
1022
|
+
<dt>pango_layout_set_single_paragraph_mode, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-single-paragraph-mode">pango_layout_set_single_paragraph_mode ()</a>
|
1023
|
+
</dt>
|
1024
|
+
<dt>pango_layout_set_spacing, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-spacing">pango_layout_set_spacing ()</a>
|
1025
|
+
</dt>
|
1026
|
+
<dt>pango_layout_set_tabs, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-tabs">pango_layout_set_tabs ()</a>
|
1027
|
+
</dt>
|
1028
|
+
<dt>pango_layout_set_text, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-text">pango_layout_set_text ()</a>
|
1029
|
+
</dt>
|
1030
|
+
<dt>pango_layout_set_width, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-width">pango_layout_set_width ()</a>
|
1031
|
+
</dt>
|
1032
|
+
<dt>pango_layout_set_wrap, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-set-wrap">pango_layout_set_wrap ()</a>
|
1033
|
+
</dt>
|
1034
|
+
<dt>pango_layout_xy_to_index, <a class="indexterm" href="pango-Layout-Objects.html#pango-layout-xy-to-index">pango_layout_xy_to_index ()</a>
|
1035
|
+
</dt>
|
1036
|
+
<dt>PANGO_LBEARING, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-LBEARING:CAPS">PANGO_LBEARING()</a>
|
1037
|
+
</dt>
|
1038
|
+
<dt>pango_log2vis_get_embedding_levels, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-log2vis-get-embedding-levels">pango_log2vis_get_embedding_levels ()</a>
|
1039
|
+
</dt>
|
1040
|
+
<dt>pango_lookup_aliases, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-lookup-aliases">pango_lookup_aliases ()</a>
|
1041
|
+
</dt>
|
1042
|
+
<dt>pango_map_get_engine, <a class="indexterm" href="pango-Modules.html#pango-map-get-engine">pango_map_get_engine ()</a>
|
1043
|
+
</dt>
|
1044
|
+
<dt>pango_map_get_engines, <a class="indexterm" href="pango-Modules.html#pango-map-get-engines">pango_map_get_engines ()</a>
|
1045
|
+
</dt>
|
1046
|
+
<dt>pango_matrix_concat, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-concat">pango_matrix_concat ()</a>
|
1047
|
+
</dt>
|
1048
|
+
<dt>pango_matrix_copy, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-copy">pango_matrix_copy ()</a>
|
1049
|
+
</dt>
|
1050
|
+
<dt>pango_matrix_free, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-free">pango_matrix_free ()</a>
|
1051
|
+
</dt>
|
1052
|
+
<dt>pango_matrix_get_font_scale_factor, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-get-font-scale-factor">pango_matrix_get_font_scale_factor ()</a>
|
1053
|
+
</dt>
|
1054
|
+
<dt>PANGO_MATRIX_INIT, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-MATRIX-INIT:CAPS">PANGO_MATRIX_INIT</a>
|
1055
|
+
</dt>
|
1056
|
+
<dt>pango_matrix_rotate, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-rotate">pango_matrix_rotate ()</a>
|
1057
|
+
</dt>
|
1058
|
+
<dt>pango_matrix_scale, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-scale">pango_matrix_scale ()</a>
|
1059
|
+
</dt>
|
1060
|
+
<dt>pango_matrix_transform_distance, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-transform-distance">pango_matrix_transform_distance ()</a>
|
1061
|
+
</dt>
|
1062
|
+
<dt>pango_matrix_transform_pixel_rectangle, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-transform-pixel-rectangle">pango_matrix_transform_pixel_rectangle ()</a>
|
1063
|
+
</dt>
|
1064
|
+
<dt>pango_matrix_transform_point, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-transform-point">pango_matrix_transform_point ()</a>
|
1065
|
+
</dt>
|
1066
|
+
<dt>pango_matrix_transform_rectangle, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-transform-rectangle">pango_matrix_transform_rectangle ()</a>
|
1067
|
+
</dt>
|
1068
|
+
<dt>pango_matrix_translate, <a class="indexterm" href="pango-Glyph-Storage.html#pango-matrix-translate">pango_matrix_translate ()</a>
|
1069
|
+
</dt>
|
1070
|
+
<dt>pango_module_register, <a class="indexterm" href="pango-Modules.html#pango-module-register">pango_module_register ()</a>
|
1071
|
+
</dt>
|
1072
|
+
<dt>PANGO_OT_ALL_GLYPHS, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-ALL-GLYPHS:CAPS">PANGO_OT_ALL_GLYPHS</a>
|
1073
|
+
</dt>
|
1074
|
+
<dt>pango_ot_buffer_add_glyph, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-add-glyph">pango_ot_buffer_add_glyph ()</a>
|
1075
|
+
</dt>
|
1076
|
+
<dt>pango_ot_buffer_clear, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-clear">pango_ot_buffer_clear ()</a>
|
1077
|
+
</dt>
|
1078
|
+
<dt>pango_ot_buffer_destroy, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-destroy">pango_ot_buffer_destroy ()</a>
|
1079
|
+
</dt>
|
1080
|
+
<dt>pango_ot_buffer_get_glyphs, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-get-glyphs">pango_ot_buffer_get_glyphs ()</a>
|
1081
|
+
</dt>
|
1082
|
+
<dt>pango_ot_buffer_new, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-new">pango_ot_buffer_new ()</a>
|
1083
|
+
</dt>
|
1084
|
+
<dt>pango_ot_buffer_output, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-output">pango_ot_buffer_output ()</a>
|
1085
|
+
</dt>
|
1086
|
+
<dt>pango_ot_buffer_set_rtl, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-rtl">pango_ot_buffer_set_rtl ()</a>
|
1087
|
+
</dt>
|
1088
|
+
<dt>pango_ot_buffer_set_zero_width_marks, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-buffer-set-zero-width-marks">pango_ot_buffer_set_zero_width_marks ()</a>
|
1089
|
+
</dt>
|
1090
|
+
<dt>PANGO_OT_DEFAULT_LANGUAGE, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-DEFAULT-LANGUAGE:CAPS">PANGO_OT_DEFAULT_LANGUAGE</a>
|
1091
|
+
</dt>
|
1092
|
+
<dt>pango_ot_info_find_feature, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-feature">pango_ot_info_find_feature ()</a>
|
1093
|
+
</dt>
|
1094
|
+
<dt>pango_ot_info_find_language, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-language">pango_ot_info_find_language ()</a>
|
1095
|
+
</dt>
|
1096
|
+
<dt>pango_ot_info_find_script, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-find-script">pango_ot_info_find_script ()</a>
|
1097
|
+
</dt>
|
1098
|
+
<dt>pango_ot_info_get, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-get">pango_ot_info_get ()</a>
|
1099
|
+
</dt>
|
1100
|
+
<dt>pango_ot_info_list_features, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-list-features">pango_ot_info_list_features ()</a>
|
1101
|
+
</dt>
|
1102
|
+
<dt>pango_ot_info_list_languages, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-list-languages">pango_ot_info_list_languages ()</a>
|
1103
|
+
</dt>
|
1104
|
+
<dt>pango_ot_info_list_scripts, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-info-list-scripts">pango_ot_info_list_scripts ()</a>
|
1105
|
+
</dt>
|
1106
|
+
<dt>PANGO_OT_NO_FEATURE, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-NO-FEATURE:CAPS">PANGO_OT_NO_FEATURE</a>
|
1107
|
+
</dt>
|
1108
|
+
<dt>PANGO_OT_NO_SCRIPT, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-NO-SCRIPT:CAPS">PANGO_OT_NO_SCRIPT</a>
|
1109
|
+
</dt>
|
1110
|
+
<dt>pango_ot_ruleset_add_feature, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-add-feature">pango_ot_ruleset_add_feature ()</a>
|
1111
|
+
</dt>
|
1112
|
+
<dt>pango_ot_ruleset_description_copy, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-copy">pango_ot_ruleset_description_copy ()</a>
|
1113
|
+
</dt>
|
1114
|
+
<dt>pango_ot_ruleset_description_equal, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-equal">pango_ot_ruleset_description_equal ()</a>
|
1115
|
+
</dt>
|
1116
|
+
<dt>pango_ot_ruleset_description_free, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-free">pango_ot_ruleset_description_free ()</a>
|
1117
|
+
</dt>
|
1118
|
+
<dt>pango_ot_ruleset_description_hash, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-description-hash">pango_ot_ruleset_description_hash ()</a>
|
1119
|
+
</dt>
|
1120
|
+
<dt>pango_ot_ruleset_get_feature_count, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-feature-count">pango_ot_ruleset_get_feature_count ()</a>
|
1121
|
+
</dt>
|
1122
|
+
<dt>pango_ot_ruleset_get_for_description, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-get-for-description">pango_ot_ruleset_get_for_description ()</a>
|
1123
|
+
</dt>
|
1124
|
+
<dt>pango_ot_ruleset_maybe_add_feature, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-feature">pango_ot_ruleset_maybe_add_feature ()</a>
|
1125
|
+
</dt>
|
1126
|
+
<dt>pango_ot_ruleset_maybe_add_features, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-maybe-add-features">pango_ot_ruleset_maybe_add_features ()</a>
|
1127
|
+
</dt>
|
1128
|
+
<dt>pango_ot_ruleset_new, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new">pango_ot_ruleset_new ()</a>
|
1129
|
+
</dt>
|
1130
|
+
<dt>pango_ot_ruleset_new_for, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new-for">pango_ot_ruleset_new_for ()</a>
|
1131
|
+
</dt>
|
1132
|
+
<dt>pango_ot_ruleset_new_from_description, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-new-from-description">pango_ot_ruleset_new_from_description ()</a>
|
1133
|
+
</dt>
|
1134
|
+
<dt>pango_ot_ruleset_position, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-position">pango_ot_ruleset_position ()</a>
|
1135
|
+
</dt>
|
1136
|
+
<dt>pango_ot_ruleset_substitute, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-ruleset-substitute">pango_ot_ruleset_substitute ()</a>
|
1137
|
+
</dt>
|
1138
|
+
<dt>PANGO_OT_TAG_DEFAULT_LANGUAGE, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-LANGUAGE:CAPS">PANGO_OT_TAG_DEFAULT_LANGUAGE</a>
|
1139
|
+
</dt>
|
1140
|
+
<dt>PANGO_OT_TAG_DEFAULT_SCRIPT, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-DEFAULT-SCRIPT:CAPS">PANGO_OT_TAG_DEFAULT_SCRIPT</a>
|
1141
|
+
</dt>
|
1142
|
+
<dt>pango_ot_tag_from_language, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-tag-from-language">pango_ot_tag_from_language ()</a>
|
1143
|
+
</dt>
|
1144
|
+
<dt>pango_ot_tag_from_script, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-tag-from-script">pango_ot_tag_from_script ()</a>
|
1145
|
+
</dt>
|
1146
|
+
<dt>PANGO_OT_TAG_MAKE, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-MAKE:CAPS">PANGO_OT_TAG_MAKE()</a>
|
1147
|
+
</dt>
|
1148
|
+
<dt>PANGO_OT_TAG_MAKE_FROM_STRING, <a class="indexterm" href="pango-OpenType-Font-Handling.html#PANGO-OT-TAG-MAKE-FROM-STRING:CAPS">PANGO_OT_TAG_MAKE_FROM_STRING()</a>
|
1149
|
+
</dt>
|
1150
|
+
<dt>pango_ot_tag_to_language, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-tag-to-language">pango_ot_tag_to_language ()</a>
|
1151
|
+
</dt>
|
1152
|
+
<dt>pango_ot_tag_to_script, <a class="indexterm" href="pango-OpenType-Font-Handling.html#pango-ot-tag-to-script">pango_ot_tag_to_script ()</a>
|
1153
|
+
</dt>
|
1154
|
+
<dt>pango_parse_enum, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-parse-enum">pango_parse_enum ()</a>
|
1155
|
+
</dt>
|
1156
|
+
<dt>pango_parse_markup, <a class="indexterm" href="pango-Text-Attributes.html#pango-parse-markup">pango_parse_markup ()</a>
|
1157
|
+
</dt>
|
1158
|
+
<dt>pango_parse_stretch, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-parse-stretch">pango_parse_stretch ()</a>
|
1159
|
+
</dt>
|
1160
|
+
<dt>pango_parse_style, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-parse-style">pango_parse_style ()</a>
|
1161
|
+
</dt>
|
1162
|
+
<dt>pango_parse_variant, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-parse-variant">pango_parse_variant ()</a>
|
1163
|
+
</dt>
|
1164
|
+
<dt>pango_parse_weight, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-parse-weight">pango_parse_weight ()</a>
|
1165
|
+
</dt>
|
1166
|
+
<dt>PANGO_PIXELS, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-PIXELS:CAPS">PANGO_PIXELS()</a>
|
1167
|
+
</dt>
|
1168
|
+
<dt>PANGO_PIXELS_CEIL, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-PIXELS-CEIL:CAPS">PANGO_PIXELS_CEIL()</a>
|
1169
|
+
</dt>
|
1170
|
+
<dt>PANGO_PIXELS_FLOOR, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-PIXELS-FLOOR:CAPS">PANGO_PIXELS_FLOOR()</a>
|
1171
|
+
</dt>
|
1172
|
+
<dt>pango_quantize_line_geometry, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-quantize-line-geometry">pango_quantize_line_geometry ()</a>
|
1173
|
+
</dt>
|
1174
|
+
<dt>PANGO_RBEARING, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-RBEARING:CAPS">PANGO_RBEARING()</a>
|
1175
|
+
</dt>
|
1176
|
+
<dt>pango_read_line, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-read-line">pango_read_line ()</a>
|
1177
|
+
</dt>
|
1178
|
+
<dt>pango_renderer_activate, <a class="indexterm" href="PangoRenderer.html#pango-renderer-activate">pango_renderer_activate ()</a>
|
1179
|
+
</dt>
|
1180
|
+
<dt>pango_renderer_deactivate, <a class="indexterm" href="PangoRenderer.html#pango-renderer-deactivate">pango_renderer_deactivate ()</a>
|
1181
|
+
</dt>
|
1182
|
+
<dt>pango_renderer_draw_error_underline, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-error-underline">pango_renderer_draw_error_underline ()</a>
|
1183
|
+
</dt>
|
1184
|
+
<dt>pango_renderer_draw_glyph, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-glyph">pango_renderer_draw_glyph ()</a>
|
1185
|
+
</dt>
|
1186
|
+
<dt>pango_renderer_draw_glyphs, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-glyphs">pango_renderer_draw_glyphs ()</a>
|
1187
|
+
</dt>
|
1188
|
+
<dt>pango_renderer_draw_glyph_item, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-glyph-item">pango_renderer_draw_glyph_item ()</a>
|
1189
|
+
</dt>
|
1190
|
+
<dt>pango_renderer_draw_layout, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-layout">pango_renderer_draw_layout ()</a>
|
1191
|
+
</dt>
|
1192
|
+
<dt>pango_renderer_draw_layout_line, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-layout-line">pango_renderer_draw_layout_line ()</a>
|
1193
|
+
</dt>
|
1194
|
+
<dt>pango_renderer_draw_rectangle, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-rectangle">pango_renderer_draw_rectangle ()</a>
|
1195
|
+
</dt>
|
1196
|
+
<dt>pango_renderer_draw_trapezoid, <a class="indexterm" href="PangoRenderer.html#pango-renderer-draw-trapezoid">pango_renderer_draw_trapezoid ()</a>
|
1197
|
+
</dt>
|
1198
|
+
<dt>pango_renderer_get_color, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-color">pango_renderer_get_color ()</a>
|
1199
|
+
</dt>
|
1200
|
+
<dt>pango_renderer_get_layout, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-layout">pango_renderer_get_layout ()</a>
|
1201
|
+
</dt>
|
1202
|
+
<dt>pango_renderer_get_layout_line, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-layout-line">pango_renderer_get_layout_line ()</a>
|
1203
|
+
</dt>
|
1204
|
+
<dt>pango_renderer_get_matrix, <a class="indexterm" href="PangoRenderer.html#pango-renderer-get-matrix">pango_renderer_get_matrix ()</a>
|
1205
|
+
</dt>
|
1206
|
+
<dt>pango_renderer_part_changed, <a class="indexterm" href="PangoRenderer.html#pango-renderer-part-changed">pango_renderer_part_changed ()</a>
|
1207
|
+
</dt>
|
1208
|
+
<dt>pango_renderer_set_color, <a class="indexterm" href="PangoRenderer.html#pango-renderer-set-color">pango_renderer_set_color ()</a>
|
1209
|
+
</dt>
|
1210
|
+
<dt>pango_renderer_set_matrix, <a class="indexterm" href="PangoRenderer.html#pango-renderer-set-matrix">pango_renderer_set_matrix ()</a>
|
1211
|
+
</dt>
|
1212
|
+
<dt>PANGO_RENDER_TYPE_ATSUI, <a class="indexterm" href="pango-ATSUI-Fonts.html#PANGO-RENDER-TYPE-ATSUI:CAPS">PANGO_RENDER_TYPE_ATSUI</a>
|
1213
|
+
</dt>
|
1214
|
+
<dt>PANGO_RENDER_TYPE_FC, <a class="indexterm" href="PangoFcFont.html#PANGO-RENDER-TYPE-FC:CAPS">PANGO_RENDER_TYPE_FC</a>
|
1215
|
+
</dt>
|
1216
|
+
<dt>PANGO_RENDER_TYPE_FT2, <a class="indexterm" href="pango-FreeType-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-FT2:CAPS">PANGO_RENDER_TYPE_FT2</a>
|
1217
|
+
</dt>
|
1218
|
+
<dt>PANGO_RENDER_TYPE_NONE, <a class="indexterm" href="pango-Engines.html#PANGO-RENDER-TYPE-NONE:CAPS">PANGO_RENDER_TYPE_NONE</a>
|
1219
|
+
</dt>
|
1220
|
+
<dt>PANGO_RENDER_TYPE_WIN32, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-WIN32:CAPS">PANGO_RENDER_TYPE_WIN32</a>
|
1221
|
+
</dt>
|
1222
|
+
<dt>PANGO_RENDER_TYPE_X, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-X:CAPS">PANGO_RENDER_TYPE_X</a>
|
1223
|
+
</dt>
|
1224
|
+
<dt>PANGO_RENDER_TYPE_XFT, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#PANGO-RENDER-TYPE-XFT:CAPS">PANGO_RENDER_TYPE_XFT</a>
|
1225
|
+
</dt>
|
1226
|
+
<dt>pango_reorder_items, <a class="indexterm" href="pango-Text-Processing.html#pango-reorder-items">pango_reorder_items ()</a>
|
1227
|
+
</dt>
|
1228
|
+
<dt>PANGO_SCALE, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-SCALE:CAPS">PANGO_SCALE</a>
|
1229
|
+
</dt>
|
1230
|
+
<dt>PANGO_SCALE_LARGE, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-LARGE:CAPS">PANGO_SCALE_LARGE</a>
|
1231
|
+
</dt>
|
1232
|
+
<dt>PANGO_SCALE_MEDIUM, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-MEDIUM:CAPS">PANGO_SCALE_MEDIUM</a>
|
1233
|
+
</dt>
|
1234
|
+
<dt>PANGO_SCALE_SMALL, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-SMALL:CAPS">PANGO_SCALE_SMALL</a>
|
1235
|
+
</dt>
|
1236
|
+
<dt>PANGO_SCALE_XX_LARGE, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-XX-LARGE:CAPS">PANGO_SCALE_XX_LARGE</a>
|
1237
|
+
</dt>
|
1238
|
+
<dt>PANGO_SCALE_XX_SMALL, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-XX-SMALL:CAPS">PANGO_SCALE_XX_SMALL</a>
|
1239
|
+
</dt>
|
1240
|
+
<dt>PANGO_SCALE_X_LARGE, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-X-LARGE:CAPS">PANGO_SCALE_X_LARGE</a>
|
1241
|
+
</dt>
|
1242
|
+
<dt>PANGO_SCALE_X_SMALL, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-SCALE-X-SMALL:CAPS">PANGO_SCALE_X_SMALL</a>
|
1243
|
+
</dt>
|
1244
|
+
<dt>pango_scan_int, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-scan-int">pango_scan_int ()</a>
|
1245
|
+
</dt>
|
1246
|
+
<dt>pango_scan_string, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-scan-string">pango_scan_string ()</a>
|
1247
|
+
</dt>
|
1248
|
+
<dt>pango_scan_word, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-scan-word">pango_scan_word ()</a>
|
1249
|
+
</dt>
|
1250
|
+
<dt>pango_script_for_unichar, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-for-unichar">pango_script_for_unichar ()</a>
|
1251
|
+
</dt>
|
1252
|
+
<dt>pango_script_get_sample_language, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-get-sample-language">pango_script_get_sample_language ()</a>
|
1253
|
+
</dt>
|
1254
|
+
<dt>pango_script_iter_free, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-free">pango_script_iter_free ()</a>
|
1255
|
+
</dt>
|
1256
|
+
<dt>pango_script_iter_get_range, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-get-range">pango_script_iter_get_range ()</a>
|
1257
|
+
</dt>
|
1258
|
+
<dt>pango_script_iter_new, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-new">pango_script_iter_new ()</a>
|
1259
|
+
</dt>
|
1260
|
+
<dt>pango_script_iter_next, <a class="indexterm" href="pango-Scripts-and-Languages.html#pango-script-iter-next">pango_script_iter_next ()</a>
|
1261
|
+
</dt>
|
1262
|
+
<dt>pango_shape, <a class="indexterm" href="pango-Text-Processing.html#pango-shape">pango_shape ()</a>
|
1263
|
+
</dt>
|
1264
|
+
<dt>pango_skip_space, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-skip-space">pango_skip_space ()</a>
|
1265
|
+
</dt>
|
1266
|
+
<dt>pango_split_file_list, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-split-file-list">pango_split_file_list ()</a>
|
1267
|
+
</dt>
|
1268
|
+
<dt>pango_tab_array_copy, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-copy">pango_tab_array_copy ()</a>
|
1269
|
+
</dt>
|
1270
|
+
<dt>pango_tab_array_free, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-free">pango_tab_array_free ()</a>
|
1271
|
+
</dt>
|
1272
|
+
<dt>pango_tab_array_get_positions_in_pixels, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-get-positions-in-pixels">pango_tab_array_get_positions_in_pixels ()</a>
|
1273
|
+
</dt>
|
1274
|
+
<dt>pango_tab_array_get_size, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-get-size">pango_tab_array_get_size ()</a>
|
1275
|
+
</dt>
|
1276
|
+
<dt>pango_tab_array_get_tab, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-get-tab">pango_tab_array_get_tab ()</a>
|
1277
|
+
</dt>
|
1278
|
+
<dt>pango_tab_array_get_tabs, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-get-tabs">pango_tab_array_get_tabs ()</a>
|
1279
|
+
</dt>
|
1280
|
+
<dt>pango_tab_array_new, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-new">pango_tab_array_new ()</a>
|
1281
|
+
</dt>
|
1282
|
+
<dt>pango_tab_array_new_with_positions, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-new-with-positions">pango_tab_array_new_with_positions ()</a>
|
1283
|
+
</dt>
|
1284
|
+
<dt>pango_tab_array_resize, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-resize">pango_tab_array_resize ()</a>
|
1285
|
+
</dt>
|
1286
|
+
<dt>pango_tab_array_set_tab, <a class="indexterm" href="pango-Tab-Stops.html#pango-tab-array-set-tab">pango_tab_array_set_tab ()</a>
|
1287
|
+
</dt>
|
1288
|
+
<dt>pango_trim_string, <a class="indexterm" href="pango-Miscellaneous-Utilities.html#pango-trim-string">pango_trim_string ()</a>
|
1289
|
+
</dt>
|
1290
|
+
<dt>PANGO_TYPE_ALIGNMENT, <a class="indexterm" href="pango-Layout-Objects.html#PANGO-TYPE-ALIGNMENT:CAPS">PANGO_TYPE_ALIGNMENT</a>
|
1291
|
+
</dt>
|
1292
|
+
<dt>PANGO_TYPE_ATTR_LIST, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-TYPE-ATTR-LIST:CAPS">PANGO_TYPE_ATTR_LIST</a>
|
1293
|
+
</dt>
|
1294
|
+
<dt>PANGO_TYPE_ATTR_TYPE, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-TYPE-ATTR-TYPE:CAPS">PANGO_TYPE_ATTR_TYPE</a>
|
1295
|
+
</dt>
|
1296
|
+
<dt>PANGO_TYPE_COLOR, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-TYPE-COLOR:CAPS">PANGO_TYPE_COLOR</a>
|
1297
|
+
</dt>
|
1298
|
+
<dt>PANGO_TYPE_COVERAGE_LEVEL, <a class="indexterm" href="pango-Coverage-Maps.html#PANGO-TYPE-COVERAGE-LEVEL:CAPS">PANGO_TYPE_COVERAGE_LEVEL</a>
|
1299
|
+
</dt>
|
1300
|
+
<dt>PANGO_TYPE_DIRECTION, <a class="indexterm" href="pango-Text-Processing.html#PANGO-TYPE-DIRECTION:CAPS">PANGO_TYPE_DIRECTION</a>
|
1301
|
+
</dt>
|
1302
|
+
<dt>PANGO_TYPE_ELLIPSIZE_MODE, <a class="indexterm" href="pango-Layout-Objects.html#PANGO-TYPE-ELLIPSIZE-MODE:CAPS">PANGO_TYPE_ELLIPSIZE_MODE</a>
|
1303
|
+
</dt>
|
1304
|
+
<dt>PANGO_TYPE_FONT, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT:CAPS">PANGO_TYPE_FONT</a>
|
1305
|
+
</dt>
|
1306
|
+
<dt>PANGO_TYPE_FONTSET, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONTSET:CAPS">PANGO_TYPE_FONTSET</a>
|
1307
|
+
</dt>
|
1308
|
+
<dt>PANGO_TYPE_FONTSET_SIMPLE, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONTSET-SIMPLE:CAPS">PANGO_TYPE_FONTSET_SIMPLE</a>
|
1309
|
+
</dt>
|
1310
|
+
<dt>PANGO_TYPE_FONT_DESCRIPTION, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-DESCRIPTION:CAPS">PANGO_TYPE_FONT_DESCRIPTION</a>
|
1311
|
+
</dt>
|
1312
|
+
<dt>PANGO_TYPE_FONT_FACE, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-FACE:CAPS">PANGO_TYPE_FONT_FACE</a>
|
1313
|
+
</dt>
|
1314
|
+
<dt>PANGO_TYPE_FONT_FAMILY, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-FAMILY:CAPS">PANGO_TYPE_FONT_FAMILY</a>
|
1315
|
+
</dt>
|
1316
|
+
<dt>PANGO_TYPE_FONT_MAP, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-MAP:CAPS">PANGO_TYPE_FONT_MAP</a>
|
1317
|
+
</dt>
|
1318
|
+
<dt>PANGO_TYPE_FONT_MASK, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-MASK:CAPS">PANGO_TYPE_FONT_MASK</a>
|
1319
|
+
</dt>
|
1320
|
+
<dt>PANGO_TYPE_FONT_METRICS, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-FONT-METRICS:CAPS">PANGO_TYPE_FONT_METRICS</a>
|
1321
|
+
</dt>
|
1322
|
+
<dt>PANGO_TYPE_GLYPH_ITEM, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-ITEM:CAPS">PANGO_TYPE_GLYPH_ITEM</a>
|
1323
|
+
</dt>
|
1324
|
+
<dt>PANGO_TYPE_GLYPH_ITEM_ITER, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-ITEM-ITER:CAPS">PANGO_TYPE_GLYPH_ITEM_ITER</a>
|
1325
|
+
</dt>
|
1326
|
+
<dt>PANGO_TYPE_GLYPH_STRING, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-TYPE-GLYPH-STRING:CAPS">PANGO_TYPE_GLYPH_STRING</a>
|
1327
|
+
</dt>
|
1328
|
+
<dt>PANGO_TYPE_LANGUAGE, <a class="indexterm" href="pango-Scripts-and-Languages.html#PANGO-TYPE-LANGUAGE:CAPS">PANGO_TYPE_LANGUAGE</a>
|
1329
|
+
</dt>
|
1330
|
+
<dt>PANGO_TYPE_MATRIX, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-TYPE-MATRIX:CAPS">PANGO_TYPE_MATRIX</a>
|
1331
|
+
</dt>
|
1332
|
+
<dt>PANGO_TYPE_RENDER_PART, <a class="indexterm" href="PangoRenderer.html#PANGO-TYPE-RENDER-PART:CAPS">PANGO_TYPE_RENDER_PART</a>
|
1333
|
+
</dt>
|
1334
|
+
<dt>PANGO_TYPE_SCRIPT, <a class="indexterm" href="pango-Scripts-and-Languages.html#PANGO-TYPE-SCRIPT:CAPS">PANGO_TYPE_SCRIPT</a>
|
1335
|
+
</dt>
|
1336
|
+
<dt>PANGO_TYPE_STRETCH, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-STRETCH:CAPS">PANGO_TYPE_STRETCH</a>
|
1337
|
+
</dt>
|
1338
|
+
<dt>PANGO_TYPE_STYLE, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-STYLE:CAPS">PANGO_TYPE_STYLE</a>
|
1339
|
+
</dt>
|
1340
|
+
<dt>PANGO_TYPE_TAB_ALIGN, <a class="indexterm" href="pango-Tab-Stops.html#PANGO-TYPE-TAB-ALIGN:CAPS">PANGO_TYPE_TAB_ALIGN</a>
|
1341
|
+
</dt>
|
1342
|
+
<dt>PANGO_TYPE_TAB_ARRAY, <a class="indexterm" href="pango-Tab-Stops.html#PANGO-TYPE-TAB-ARRAY:CAPS">PANGO_TYPE_TAB_ARRAY</a>
|
1343
|
+
</dt>
|
1344
|
+
<dt>PANGO_TYPE_UNDERLINE, <a class="indexterm" href="pango-Text-Attributes.html#PANGO-TYPE-UNDERLINE:CAPS">PANGO_TYPE_UNDERLINE</a>
|
1345
|
+
</dt>
|
1346
|
+
<dt>PANGO_TYPE_VARIANT, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-VARIANT:CAPS">PANGO_TYPE_VARIANT</a>
|
1347
|
+
</dt>
|
1348
|
+
<dt>PANGO_TYPE_WEIGHT, <a class="indexterm" href="pango-Fonts.html#PANGO-TYPE-WEIGHT:CAPS">PANGO_TYPE_WEIGHT</a>
|
1349
|
+
</dt>
|
1350
|
+
<dt>PANGO_TYPE_WRAP_MODE, <a class="indexterm" href="pango-Layout-Objects.html#PANGO-TYPE-WRAP-MODE:CAPS">PANGO_TYPE_WRAP_MODE</a>
|
1351
|
+
</dt>
|
1352
|
+
<dt>pango_unichar_direction, <a class="indexterm" href="pango-Bidirectional-Text.html#pango-unichar-direction">pango_unichar_direction ()</a>
|
1353
|
+
</dt>
|
1354
|
+
<dt>pango_units_from_double, <a class="indexterm" href="pango-Glyph-Storage.html#pango-units-from-double">pango_units_from_double ()</a>
|
1355
|
+
</dt>
|
1356
|
+
<dt>PANGO_UNITS_ROUND, <a class="indexterm" href="pango-Glyph-Storage.html#PANGO-UNITS-ROUND:CAPS">PANGO_UNITS_ROUND()</a>
|
1357
|
+
</dt>
|
1358
|
+
<dt>pango_units_to_double, <a class="indexterm" href="pango-Glyph-Storage.html#pango-units-to-double">pango_units_to_double ()</a>
|
1359
|
+
</dt>
|
1360
|
+
<dt>PANGO_VERSION, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION:CAPS">PANGO_VERSION</a>
|
1361
|
+
</dt>
|
1362
|
+
<dt>pango_version, <a class="indexterm" href="pango-Version-Checking.html#pango-version">pango_version ()</a>
|
1363
|
+
</dt>
|
1364
|
+
<dt>PANGO_VERSION_CHECK, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-CHECK:CAPS">PANGO_VERSION_CHECK()</a>
|
1365
|
+
</dt>
|
1366
|
+
<dt>pango_version_check, <a class="indexterm" href="pango-Version-Checking.html#pango-version-check">pango_version_check ()</a>
|
1367
|
+
</dt>
|
1368
|
+
<dt>PANGO_VERSION_ENCODE, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-ENCODE:CAPS">PANGO_VERSION_ENCODE()</a>
|
1369
|
+
</dt>
|
1370
|
+
<dt>PANGO_VERSION_MAJOR, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-MAJOR:CAPS">PANGO_VERSION_MAJOR</a>
|
1371
|
+
</dt>
|
1372
|
+
<dt>PANGO_VERSION_MICRO, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-MICRO:CAPS">PANGO_VERSION_MICRO</a>
|
1373
|
+
</dt>
|
1374
|
+
<dt>PANGO_VERSION_MINOR, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-MINOR:CAPS">PANGO_VERSION_MINOR</a>
|
1375
|
+
</dt>
|
1376
|
+
<dt>PANGO_VERSION_STRING, <a class="indexterm" href="pango-Version-Checking.html#PANGO-VERSION-STRING:CAPS">PANGO_VERSION_STRING</a>
|
1377
|
+
</dt>
|
1378
|
+
<dt>pango_version_string, <a class="indexterm" href="pango-Version-Checking.html#pango-version-string">pango_version_string ()</a>
|
1379
|
+
</dt>
|
1380
|
+
<dt>pango_win32_font_cache_free, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-free">pango_win32_font_cache_free ()</a>
|
1381
|
+
</dt>
|
1382
|
+
<dt>pango_win32_font_cache_load, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-load">pango_win32_font_cache_load ()</a>
|
1383
|
+
</dt>
|
1384
|
+
<dt>pango_win32_font_cache_loadw, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-loadw">pango_win32_font_cache_loadw ()</a>
|
1385
|
+
</dt>
|
1386
|
+
<dt>pango_win32_font_cache_new, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-new">pango_win32_font_cache_new ()</a>
|
1387
|
+
</dt>
|
1388
|
+
<dt>pango_win32_font_cache_unload, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-cache-unload">pango_win32_font_cache_unload ()</a>
|
1389
|
+
</dt>
|
1390
|
+
<dt>pango_win32_font_description_from_logfont, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfont">pango_win32_font_description_from_logfont ()</a>
|
1391
|
+
</dt>
|
1392
|
+
<dt>pango_win32_font_description_from_logfontw, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-description-from-logfontw">pango_win32_font_description_from_logfontw ()</a>
|
1393
|
+
</dt>
|
1394
|
+
<dt>pango_win32_font_done_font, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-done-font">pango_win32_font_done_font ()</a>
|
1395
|
+
</dt>
|
1396
|
+
<dt>pango_win32_font_get_glyph_index, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-glyph-index">pango_win32_font_get_glyph_index ()</a>
|
1397
|
+
</dt>
|
1398
|
+
<dt>pango_win32_font_get_metrics_factor, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-get-metrics-factor">pango_win32_font_get_metrics_factor ()</a>
|
1399
|
+
</dt>
|
1400
|
+
<dt>pango_win32_font_logfont, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfont">pango_win32_font_logfont ()</a>
|
1401
|
+
</dt>
|
1402
|
+
<dt>pango_win32_font_logfontw, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-logfontw">pango_win32_font_logfontw ()</a>
|
1403
|
+
</dt>
|
1404
|
+
<dt>pango_win32_font_map_for_display, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-for-display">pango_win32_font_map_for_display ()</a>
|
1405
|
+
</dt>
|
1406
|
+
<dt>pango_win32_font_map_get_font_cache, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-map-get-font-cache">pango_win32_font_map_get_font_cache ()</a>
|
1407
|
+
</dt>
|
1408
|
+
<dt>pango_win32_font_select_font, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-font-select-font">pango_win32_font_select_font ()</a>
|
1409
|
+
</dt>
|
1410
|
+
<dt>pango_win32_get_context, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-context">pango_win32_get_context ()</a>
|
1411
|
+
</dt>
|
1412
|
+
<dt>pango_win32_get_dc, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-dc">pango_win32_get_dc ()</a>
|
1413
|
+
</dt>
|
1414
|
+
<dt>pango_win32_get_debug_flag, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-debug-flag">pango_win32_get_debug_flag ()</a>
|
1415
|
+
</dt>
|
1416
|
+
<dt>pango_win32_get_unknown_glyph, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-get-unknown-glyph">pango_win32_get_unknown_glyph ()</a>
|
1417
|
+
</dt>
|
1418
|
+
<dt>pango_win32_render, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render">pango_win32_render ()</a>
|
1419
|
+
</dt>
|
1420
|
+
<dt>pango_win32_render_layout, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout">pango_win32_render_layout ()</a>
|
1421
|
+
</dt>
|
1422
|
+
<dt>pango_win32_render_layout_line, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-layout-line">pango_win32_render_layout_line ()</a>
|
1423
|
+
</dt>
|
1424
|
+
<dt>pango_win32_render_transformed, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-render-transformed">pango_win32_render_transformed ()</a>
|
1425
|
+
</dt>
|
1426
|
+
<dt>pango_win32_shutdown_display, <a class="indexterm" href="pango-Win32-Fonts-and-Rendering.html#pango-win32-shutdown-display">pango_win32_shutdown_display ()</a>
|
1427
|
+
</dt>
|
1428
|
+
<dt>pango_xft_font_get_display, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-display">pango_xft_font_get_display ()</a>
|
1429
|
+
</dt>
|
1430
|
+
<dt>pango_xft_font_get_font, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-font">pango_xft_font_get_font ()</a>
|
1431
|
+
</dt>
|
1432
|
+
<dt>pango_xft_font_get_glyph, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-glyph">pango_xft_font_get_glyph ()</a>
|
1433
|
+
</dt>
|
1434
|
+
<dt>pango_xft_font_get_unknown_glyph, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-get-unknown-glyph">pango_xft_font_get_unknown_glyph ()</a>
|
1435
|
+
</dt>
|
1436
|
+
<dt>pango_xft_font_has_char, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-has-char">pango_xft_font_has_char ()</a>
|
1437
|
+
</dt>
|
1438
|
+
<dt>pango_xft_font_lock_face, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-lock-face">pango_xft_font_lock_face ()</a>
|
1439
|
+
</dt>
|
1440
|
+
<dt>pango_xft_font_unlock_face, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-font-unlock-face">pango_xft_font_unlock_face ()</a>
|
1441
|
+
</dt>
|
1442
|
+
<dt>pango_xft_get_context, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-get-context">pango_xft_get_context ()</a>
|
1443
|
+
</dt>
|
1444
|
+
<dt>pango_xft_get_font_map, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-get-font-map">pango_xft_get_font_map ()</a>
|
1445
|
+
</dt>
|
1446
|
+
<dt>pango_xft_picture_render, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-picture-render">pango_xft_picture_render ()</a>
|
1447
|
+
</dt>
|
1448
|
+
<dt>pango_xft_render, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render">pango_xft_render ()</a>
|
1449
|
+
</dt>
|
1450
|
+
<dt>pango_xft_renderer_new, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-new">pango_xft_renderer_new ()</a>
|
1451
|
+
</dt>
|
1452
|
+
<dt>pango_xft_renderer_set_default_color, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-default-color">pango_xft_renderer_set_default_color ()</a>
|
1453
|
+
</dt>
|
1454
|
+
<dt>pango_xft_renderer_set_draw, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-renderer-set-draw">pango_xft_renderer_set_draw ()</a>
|
1455
|
+
</dt>
|
1456
|
+
<dt>pango_xft_render_layout, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout">pango_xft_render_layout ()</a>
|
1457
|
+
</dt>
|
1458
|
+
<dt>pango_xft_render_layout_line, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-layout-line">pango_xft_render_layout_line ()</a>
|
1459
|
+
</dt>
|
1460
|
+
<dt>pango_xft_render_transformed, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-render-transformed">pango_xft_render_transformed ()</a>
|
1461
|
+
</dt>
|
1462
|
+
<dt>pango_xft_set_default_substitute, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-set-default-substitute">pango_xft_set_default_substitute ()</a>
|
1463
|
+
</dt>
|
1464
|
+
<dt>pango_xft_shutdown_display, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-shutdown-display">pango_xft_shutdown_display ()</a>
|
1465
|
+
</dt>
|
1466
|
+
<dt>pango_xft_substitute_changed, <a class="indexterm" href="pango-Xft-Fonts-and-Rendering.html#pango-xft-substitute-changed">pango_xft_substitute_changed ()</a>
|
1467
|
+
</dt>
|
1468
|
+
<dt>pango_x_apply_ligatures, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-apply-ligatures">pango_x_apply_ligatures ()</a>
|
1469
|
+
</dt>
|
1470
|
+
<dt>pango_x_context_set_funcs, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-context-set-funcs">pango_x_context_set_funcs ()</a>
|
1471
|
+
</dt>
|
1472
|
+
<dt>pango_x_fallback_shape, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-fallback-shape">pango_x_fallback_shape ()</a>
|
1473
|
+
</dt>
|
1474
|
+
<dt>pango_x_find_first_subfont, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-find-first-subfont">pango_x_find_first_subfont ()</a>
|
1475
|
+
</dt>
|
1476
|
+
<dt>pango_x_font_cache_free, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-free">pango_x_font_cache_free ()</a>
|
1477
|
+
</dt>
|
1478
|
+
<dt>pango_x_font_cache_load, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-load">pango_x_font_cache_load ()</a>
|
1479
|
+
</dt>
|
1480
|
+
<dt>pango_x_font_cache_new, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-new">pango_x_font_cache_new ()</a>
|
1481
|
+
</dt>
|
1482
|
+
<dt>pango_x_font_cache_unload, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-cache-unload">pango_x_font_cache_unload ()</a>
|
1483
|
+
</dt>
|
1484
|
+
<dt>pango_x_font_get_unknown_glyph, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-get-unknown-glyph">pango_x_font_get_unknown_glyph ()</a>
|
1485
|
+
</dt>
|
1486
|
+
<dt>pango_x_font_map_for_display, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-map-for-display">pango_x_font_map_for_display ()</a>
|
1487
|
+
</dt>
|
1488
|
+
<dt>pango_x_font_map_get_font_cache, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-map-get-font-cache">pango_x_font_map_get_font_cache ()</a>
|
1489
|
+
</dt>
|
1490
|
+
<dt>pango_x_font_subfont_xlfd, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-font-subfont-xlfd">pango_x_font_subfont_xlfd ()</a>
|
1491
|
+
</dt>
|
1492
|
+
<dt>pango_x_get_context, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-get-context">pango_x_get_context ()</a>
|
1493
|
+
</dt>
|
1494
|
+
<dt>pango_x_get_unknown_glyph, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-get-unknown-glyph">pango_x_get_unknown_glyph ()</a>
|
1495
|
+
</dt>
|
1496
|
+
<dt>PANGO_X_GLYPH_INDEX, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PANGO-X-GLYPH-INDEX:CAPS">PANGO_X_GLYPH_INDEX()</a>
|
1497
|
+
</dt>
|
1498
|
+
<dt>PANGO_X_GLYPH_SUBFONT, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PANGO-X-GLYPH-SUBFONT:CAPS">PANGO_X_GLYPH_SUBFONT()</a>
|
1499
|
+
</dt>
|
1500
|
+
<dt>pango_x_has_glyph, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-has-glyph">pango_x_has_glyph ()</a>
|
1501
|
+
</dt>
|
1502
|
+
<dt>pango_x_list_subfonts, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-list-subfonts">pango_x_list_subfonts ()</a>
|
1503
|
+
</dt>
|
1504
|
+
<dt>pango_x_load_font, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-load-font">pango_x_load_font ()</a>
|
1505
|
+
</dt>
|
1506
|
+
<dt>PANGO_X_MAKE_GLYPH, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#PANGO-X-MAKE-GLYPH:CAPS">PANGO_X_MAKE_GLYPH()</a>
|
1507
|
+
</dt>
|
1508
|
+
<dt>pango_x_render, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-render">pango_x_render ()</a>
|
1509
|
+
</dt>
|
1510
|
+
<dt>pango_x_render_layout, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-render-layout">pango_x_render_layout ()</a>
|
1511
|
+
</dt>
|
1512
|
+
<dt>pango_x_render_layout_line, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-render-layout-line">pango_x_render_layout_line ()</a>
|
1513
|
+
</dt>
|
1514
|
+
<dt>pango_x_shutdown_display, <a class="indexterm" href="pango-X-Fonts-and-Rendering.html#pango-x-shutdown-display">pango_x_shutdown_display ()</a>
|
1515
|
+
</dt>
|
1516
|
+
</dl>
|
1517
|
+
</div>
|
1518
|
+
<div class="indexdiv">
|
1519
|
+
<h3>S</h3>
|
1520
|
+
<dl>
|
1521
|
+
<dt>script_engine_create, <a class="indexterm" href="pango-Engines.html#script-engine-create">script_engine_create ()</a>
|
1522
|
+
</dt>
|
1523
|
+
<dt>script_engine_exit, <a class="indexterm" href="pango-Engines.html#script-engine-exit">script_engine_exit ()</a>
|
1524
|
+
</dt>
|
1525
|
+
<dt>script_engine_init, <a class="indexterm" href="pango-Engines.html#script-engine-init">script_engine_init ()</a>
|
1526
|
+
</dt>
|
1527
|
+
<dt>script_engine_list, <a class="indexterm" href="pango-Engines.html#script-engine-list">script_engine_list ()</a>
|
1528
|
+
</dt>
|
1529
|
+
</dl>
|
1530
|
+
</div>
|
1531
|
+
</div>
|
1532
|
+
</div>
|
1533
|
+
<div class="footer">
|
1534
|
+
<hr>
|
1535
|
+
Generated by GTK-Doc V1.13</div>
|
1536
|
+
</body>
|
1537
|
+
</html>
|