cairo 1.12.4-x86-mingw32 → 1.12.5-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/NEWS +8 -0
- data/Rakefile +357 -31
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/1.9/cairo.so +0 -0
- data/lib/2.0/cairo.so +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/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +14 -16
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +127 -0
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +127 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xml2-config +106 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
- data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
- data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
- data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
- data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
- data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
- data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
- data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
- data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
- data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
- data/vendor/local/etc/fonts/conf.d/README +23 -0
- data/vendor/local/etc/fonts/fonts.conf +8 -4
- data/vendor/local/include/cairo/cairo-features.h +4 -0
- data/vendor/local/include/cairo/cairo-ft.h +36 -0
- data/vendor/local/include/cairo/cairo-gobject.h +3 -1
- data/vendor/local/include/cairo/cairo-pdf.h +4 -4
- data/vendor/local/include/cairo/cairo-ps.h +5 -3
- data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
- data/vendor/local/include/cairo/cairo-script.h +98 -0
- data/vendor/local/include/cairo/cairo-svg.h +5 -3
- data/vendor/local/include/cairo/cairo-version.h +2 -2
- data/vendor/local/include/cairo/cairo.h +642 -209
- data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
- data/vendor/local/include/fontconfig/fcprivate.h +2 -2
- data/vendor/local/include/fontconfig/fontconfig.h +59 -19
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
- data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
- data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
- data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
- data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
- data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
- data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
- data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
- data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
- data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
- data/vendor/local/include/libpng16/png.h +3304 -0
- data/vendor/local/include/libpng16/pngconf.h +616 -0
- data/vendor/local/include/libpng16/pnglibconf.h +209 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
- data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
- data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/local/include/libxml2/libxml/dict.h +80 -0
- data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
- data/vendor/local/include/libxml2/libxml/entities.h +151 -0
- data/vendor/local/include/libxml2/libxml/globals.h +502 -0
- data/vendor/local/include/libxml2/libxml/hash.h +233 -0
- data/vendor/local/include/libxml2/libxml/list.h +137 -0
- data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
- data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
- data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
- data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/local/include/libxml2/libxml/threads.h +84 -0
- data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
- data/vendor/local/include/libxml2/libxml/uri.h +94 -0
- data/vendor/local/include/libxml2/libxml/valid.h +458 -0
- data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
- data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/local/include/pixman-1/pixman-version.h +50 -0
- data/vendor/local/include/pixman-1/pixman.h +1111 -0
- data/vendor/local/include/png.h +1993 -1426
- data/vendor/local/include/pngconf.h +462 -1398
- data/vendor/local/include/pnglibconf.h +209 -0
- data/vendor/local/include/zconf.h +141 -91
- data/vendor/local/include/zlib.h +273 -94
- data/vendor/local/lib/fontconfig.def +11 -1
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +41 -0
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +41 -0
- data/vendor/local/lib/libfontconfig.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +41 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +41 -0
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.la +41 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +41 -0
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +41 -0
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +41 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
- data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
- data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
- data/vendor/local/lib/xml2Conf.sh +8 -0
- data/vendor/local/share/aclocal/libxml.m4 +188 -0
- data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
- data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
- data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
- data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
- data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
- data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
- data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
- data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
- data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
- data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
- data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
- data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
- data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
- data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
- data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
- data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
- data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/license/cairo/AUTHORS +111 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
- data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
- data/vendor/local/share/license/cairo/README +194 -0
- data/vendor/local/share/license/cairo/README.win32 +66 -0
- data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
- data/vendor/local/share/license/fontconfig/COPYING +28 -0
- data/vendor/local/share/license/fontconfig/README +1350 -0
- data/vendor/local/share/license/freetype/README +83 -0
- data/vendor/local/share/license/freetype/README.git +46 -0
- data/vendor/local/share/license/libpng/README +202 -0
- data/vendor/local/share/license/libxml2/AUTHORS +5 -0
- data/vendor/local/share/license/libxml2/COPYING +23 -0
- data/vendor/local/share/license/libxml2/README +39 -0
- data/vendor/local/share/license/libxml2/README.tests +39 -0
- data/vendor/local/share/license/pixman/AUTHORS +0 -0
- data/vendor/local/share/license/pixman/COPYING +42 -0
- data/vendor/local/share/license/pixman/README +116 -0
- data/vendor/local/share/license/zlib/README +115 -0
- data/vendor/local/share/man/man1/xml2-config.1 +30 -0
- data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
- data/vendor/local/share/man/man1/xmllint.1 +650 -0
- data/vendor/local/share/man/man3/libpng.3 +2332 -863
- data/vendor/local/share/man/man3/libpngpf.3 +6 -790
- data/vendor/local/share/man/man3/libxml.3 +71 -0
- data/vendor/local/share/man/man5/png.5 +1 -1
- data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
- metadata +447 -490
- data/vendor/local/bin/freetype6.dll +0 -0
- data/vendor/local/bin/libexpat-1.dll +0 -0
- data/vendor/local/bin/libpng14-14.dll +0 -0
- data/vendor/local/bin/xmlwf.exe +0 -0
- data/vendor/local/etc/fonts/fonts.dtd +0 -224
- data/vendor/local/include/expat.h +0 -1047
- data/vendor/local/include/expat_external.h +0 -115
- data/vendor/local/include/libpng14/png.h +0 -2737
- data/vendor/local/include/libpng14/pngconf.h +0 -1552
- data/vendor/local/lib/cairo.def +0 -322
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/expat.lib +0 -0
- data/vendor/local/lib/fontconfig.lib +0 -0
- data/vendor/local/lib/freetype.def +0 -189
- data/vendor/local/lib/freetype.lib +0 -0
- data/vendor/local/lib/libexpat.def +0 -73
- data/vendor/local/lib/libexpat.dll.a +0 -0
- data/vendor/local/lib/libpng.def +0 -192
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +0 -67
- data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
- data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
- data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
- data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
- data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
- data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
- data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +4 -42484
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
- data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
- data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
- data/vendor/local/share/man/man1/fc-cache.1 +0 -70
- data/vendor/local/share/man/man1/fc-cat.1 +0 -44
- data/vendor/local/share/man/man1/fc-list.1 +0 -72
- data/vendor/local/share/man/man1/fc-match.1 +0 -73
- data/vendor/local/share/man/man1/fc-query.1 +0 -57
- data/vendor/local/share/man/man1/fc-scan.1 +0 -52
- data/vendor/local/share/man/man1/xmlwf.1 +0 -251
- data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
- data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
- data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
- data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
- data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
- data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
- data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
- data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
- data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
- data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
- data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
- data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
- data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
- data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
- data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
- data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
- data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
- data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
- data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
- data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
- data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
- data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
- data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
- data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
- data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
- data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
- data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
- data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
- data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
- data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
- data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
- data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
- data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
- data/vendor/local/share/man/man3/FcFini.3 +0 -19
- data/vendor/local/share/man/man3/FcFontList.3 +0 -21
- data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
- data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
- data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
- data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
- data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
- data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
- data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
- data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
- data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
- data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
- data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
- data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
- data/vendor/local/share/man/man3/FcInit.3 +0 -19
- data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
- data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
- data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
- data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
- data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
- data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
- data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
- data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
- data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
- data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
- data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
- data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
- data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
- data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
- data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
- data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
- data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
- data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
- data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
- data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
- data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
- data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
- data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
- data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
- data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
- data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
- data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
- data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
- data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
- data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
- data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
- data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
- data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
- data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
- data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
- data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
- data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
- data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
- data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
- data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
- data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
- data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
- data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
- data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
- data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
- data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
- data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
- data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
- data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
- data/vendor/local/share/man/man3/FcToLower.3 +0 -17
- data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
- data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
- data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
- data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
- data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
- data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
- data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
- data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
- data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
- data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
- data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
- data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
- data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
- data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>cairo_scaled_font_t</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
8
|
<link rel="up" href="cairo-fonts.html" title="Fonts">
|
9
9
|
<link rel="prev" href="cairo-cairo-font-face-t.html" title="cairo_font_face_t">
|
10
10
|
<link rel="next" href="cairo-cairo-font-options-t.html" title="cairo_font_options_t">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#cairo-cairo-scaled-font-t.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry"
|
29
|
+
<div class="refentry">
|
30
30
|
<a name="cairo-cairo-scaled-font-t"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv"
|
38
|
+
<div class="refsynopsisdiv">
|
39
39
|
<a name="cairo-cairo-scaled-font-t.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">typedef <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t">cairo_scaled_font_t</a>;
|
41
41
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="returnvalue">cairo_scaled_font_t</span></a> * <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()">cairo_scaled_font_create</a> (<em class="parameter"><code><a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> *font_face</code></em>,
|
@@ -86,16 +86,16 @@ unsigned <span class="returnvalue">int</span> <a class="link" href="cairo
|
|
86
86
|
<em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>);
|
87
87
|
</pre>
|
88
88
|
</div>
|
89
|
-
<div class="refsect1"
|
89
|
+
<div class="refsect1">
|
90
90
|
<a name="cairo-cairo-scaled-font-t.description"></a><h2>Description</h2>
|
91
91
|
<p>
|
92
92
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> represents a realization of a font face at a particular
|
93
93
|
size and transformation and a certain set of font options.
|
94
94
|
</p>
|
95
95
|
</div>
|
96
|
-
<div class="refsect1"
|
96
|
+
<div class="refsect1">
|
97
97
|
<a name="cairo-cairo-scaled-font-t.details"></a><h2>Details</h2>
|
98
|
-
<div class="refsect2"
|
98
|
+
<div class="refsect2">
|
99
99
|
<a name="cairo-scaled-font-t"></a><h3>cairo_scaled_font_t</h3>
|
100
100
|
<pre class="programlisting">typedef struct _cairo_scaled_font cairo_scaled_font_t;
|
101
101
|
</pre>
|
@@ -114,9 +114,10 @@ scaled font can be queried using <a class="link" href="cairo-cairo-scaled-font-t
|
|
114
114
|
Memory management of <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> is done with
|
115
115
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference" title="cairo_scaled_font_reference ()"><code class="function">cairo_scaled_font_reference()</code></a> and <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-destroy" title="cairo_scaled_font_destroy ()"><code class="function">cairo_scaled_font_destroy()</code></a>.
|
116
116
|
</p>
|
117
|
+
<p class="since">Since 1.0</p>
|
117
118
|
</div>
|
118
119
|
<hr>
|
119
|
-
<div class="refsect2"
|
120
|
+
<div class="refsect2">
|
120
121
|
<a name="cairo-scaled-font-create"></a><h3>cairo_scaled_font_create ()</h3>
|
121
122
|
<pre class="programlisting"><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="returnvalue">cairo_scaled_font_t</span></a> * cairo_scaled_font_create (<em class="parameter"><code><a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> *font_face</code></em>,
|
122
123
|
<em class="parameter"><code>const <a class="link" href="cairo-cairo-matrix-t.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a> *font_matrix</code></em>,
|
@@ -138,35 +139,33 @@ be used.
|
|
138
139
|
<tr>
|
139
140
|
<td><p><span class="term"><em class="parameter"><code>font_matrix</code></em> :</span></p></td>
|
140
141
|
<td>font space to user space transformation matrix for the
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
</td>
|
142
|
+
font. In the simplest case of a N point font, this matrix is
|
143
|
+
just a scale by N, but it can also be used to shear the font
|
144
|
+
or stretch it unequally along the two axes. See
|
145
|
+
<a class="link" href="cairo-text.html#cairo-set-font-matrix" title="cairo_set_font_matrix ()"><code class="function">cairo_set_font_matrix()</code></a>.</td>
|
146
146
|
</tr>
|
147
147
|
<tr>
|
148
148
|
<td><p><span class="term"><em class="parameter"><code>ctm</code></em> :</span></p></td>
|
149
149
|
<td>user to device transformation matrix with which the font will
|
150
|
-
|
151
|
-
</td>
|
150
|
+
be used.</td>
|
152
151
|
</tr>
|
153
152
|
<tr>
|
154
153
|
<td><p><span class="term"><em class="parameter"><code>options</code></em> :</span></p></td>
|
155
154
|
<td>options to use when getting metrics for the font and
|
156
|
-
|
157
|
-
</td>
|
155
|
+
rendering with it.</td>
|
158
156
|
</tr>
|
159
157
|
<tr>
|
160
158
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
161
|
-
<td>
|
162
|
-
|
159
|
+
<td>a newly created <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>. Destroy with
|
160
|
+
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-destroy" title="cairo_scaled_font_destroy ()"><code class="function">cairo_scaled_font_destroy()</code></a>
|
163
161
|
</td>
|
164
162
|
</tr>
|
165
163
|
</tbody>
|
166
164
|
</table></div>
|
165
|
+
<p class="since">Since 1.0</p>
|
167
166
|
</div>
|
168
167
|
<hr>
|
169
|
-
<div class="refsect2"
|
168
|
+
<div class="refsect2">
|
170
169
|
<a name="cairo-scaled-font-reference"></a><h3>cairo_scaled_font_reference ()</h3>
|
171
170
|
<pre class="programlisting"><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="returnvalue">cairo_scaled_font_t</span></a> * cairo_scaled_font_reference (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
172
171
|
<p>
|
@@ -183,20 +182,20 @@ The number of references to a <a class="link" href="cairo-cairo-scaled-font-t.ht
|
|
183
182
|
<tbody>
|
184
183
|
<tr>
|
185
184
|
<td><p><span class="term"><em class="parameter"><code>scaled_font</code></em> :</span></p></td>
|
186
|
-
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>, (may be <a href="
|
187
|
-
this function does nothing)
|
188
|
-
</td>
|
185
|
+
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>, (may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case
|
186
|
+
this function does nothing)</td>
|
189
187
|
</tr>
|
190
188
|
<tr>
|
191
189
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
192
|
-
<td>
|
190
|
+
<td>the referenced <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>
|
193
191
|
</td>
|
194
192
|
</tr>
|
195
193
|
</tbody>
|
196
194
|
</table></div>
|
195
|
+
<p class="since">Since 1.0</p>
|
197
196
|
</div>
|
198
197
|
<hr>
|
199
|
-
<div class="refsect2"
|
198
|
+
<div class="refsect2">
|
200
199
|
<a name="cairo-scaled-font-destroy"></a><h3>cairo_scaled_font_destroy ()</h3>
|
201
200
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_destroy (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
202
201
|
<p>
|
@@ -212,9 +211,10 @@ See <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-refer
|
|
212
211
|
</td>
|
213
212
|
</tr></tbody>
|
214
213
|
</table></div>
|
214
|
+
<p class="since">Since 1.0</p>
|
215
215
|
</div>
|
216
216
|
<hr>
|
217
|
-
<div class="refsect2"
|
217
|
+
<div class="refsect2">
|
218
218
|
<a name="cairo-scaled-font-status"></a><h3>cairo_scaled_font_status ()</h3>
|
219
219
|
<pre class="programlisting"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="returnvalue">cairo_status_t</span></a> cairo_scaled_font_status (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
220
220
|
<p>
|
@@ -231,15 +231,16 @@ scaled_font.
|
|
231
231
|
</tr>
|
232
232
|
<tr>
|
233
233
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
234
|
-
<td>
|
235
|
-
|
236
|
-
</td>
|
234
|
+
<td>
|
235
|
+
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or another error such as
|
236
|
+
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</td>
|
237
237
|
</tr>
|
238
238
|
</tbody>
|
239
239
|
</table></div>
|
240
|
+
<p class="since">Since 1.0</p>
|
240
241
|
</div>
|
241
242
|
<hr>
|
242
|
-
<div class="refsect2"
|
243
|
+
<div class="refsect2">
|
243
244
|
<a name="cairo-font-extents-t"></a><h3>cairo_font_extents_t</h3>
|
244
245
|
<pre class="programlisting">typedef struct {
|
245
246
|
double ascent;
|
@@ -269,54 +270,50 @@ matrix), but otherwise will remain unchanged.
|
|
269
270
|
<tr>
|
270
271
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-font-extents-t.ascent"></a>ascent</code></em>;</span></p></td>
|
271
272
|
<td>the distance that the font extends above the baseline.
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
</td>
|
273
|
+
Note that this is not always exactly equal to the maximum
|
274
|
+
of the extents of all the glyphs in the font, but rather
|
275
|
+
is picked to express the font designer's intent as to
|
276
|
+
how the font should align with elements above it.</td>
|
277
277
|
</tr>
|
278
278
|
<tr>
|
279
279
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-font-extents-t.descent"></a>descent</code></em>;</span></p></td>
|
280
280
|
<td>the distance that the font extends below the baseline.
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
</td>
|
281
|
+
This value is positive for typical fonts that include
|
282
|
+
portions below the baseline. Note that this is not always
|
283
|
+
exactly equal to the maximum of the extents of all the
|
284
|
+
glyphs in the font, but rather is picked to express the
|
285
|
+
font designer's intent as to how the font should
|
286
|
+
align with elements below it.</td>
|
288
287
|
</tr>
|
289
288
|
<tr>
|
290
289
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-font-extents-t.height"></a>height</code></em>;</span></p></td>
|
291
290
|
<td>the recommended vertical distance between baselines when
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
</td>
|
291
|
+
setting consecutive lines of text with the font. This
|
292
|
+
is greater than <em class="parameter"><code>ascent</code></em>+<em class="parameter"><code>descent</code></em> by a
|
293
|
+
quantity known as the <em class="firstterm">line spacing</em>
|
294
|
+
or <em class="firstterm">external leading</em>. When space
|
295
|
+
is at a premium, most fonts can be set with only
|
296
|
+
a distance of <em class="parameter"><code>ascent</code></em>+<em class="parameter"><code>descent</code></em> between lines.</td>
|
299
297
|
</tr>
|
300
298
|
<tr>
|
301
299
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-font-extents-t.max-x-advance"></a>max_x_advance</code></em>;</span></p></td>
|
302
300
|
<td>the maximum distance in the X direction that
|
303
|
-
|
304
|
-
</td>
|
301
|
+
the origin is advanced for any glyph in the font.</td>
|
305
302
|
</tr>
|
306
303
|
<tr>
|
307
304
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-font-extents-t.max-y-advance"></a>max_y_advance</code></em>;</span></p></td>
|
308
305
|
<td>the maximum distance in the Y direction that
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
</td>
|
306
|
+
the origin is advanced for any glyph in the font.
|
307
|
+
This will be zero for normal fonts used for horizontal
|
308
|
+
writing. (The scripts of East Asia are sometimes written
|
309
|
+
vertically.)</td>
|
314
310
|
</tr>
|
315
311
|
</tbody>
|
316
312
|
</table></div>
|
313
|
+
<p class="since">Since 1.0</p>
|
317
314
|
</div>
|
318
315
|
<hr>
|
319
|
-
<div class="refsect2"
|
316
|
+
<div class="refsect2">
|
320
317
|
<a name="cairo-scaled-font-extents"></a><h3>cairo_scaled_font_extents ()</h3>
|
321
318
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
322
319
|
<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-font-extents-t" title="cairo_font_extents_t"><span class="type">cairo_font_extents_t</span></a> *extents</code></em>);</pre>
|
@@ -333,14 +330,14 @@ Gets the metrics for a <a class="link" href="cairo-cairo-scaled-font-t.html#cair
|
|
333
330
|
</tr>
|
334
331
|
<tr>
|
335
332
|
<td><p><span class="term"><em class="parameter"><code>extents</code></em> :</span></p></td>
|
336
|
-
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-font-extents-t" title="cairo_font_extents_t"><span class="type">cairo_font_extents_t</span></a> which to store the retrieved extents
|
337
|
-
</td>
|
333
|
+
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-font-extents-t" title="cairo_font_extents_t"><span class="type">cairo_font_extents_t</span></a> which to store the retrieved extents.</td>
|
338
334
|
</tr>
|
339
335
|
</tbody>
|
340
336
|
</table></div>
|
337
|
+
<p class="since">Since 1.0</p>
|
341
338
|
</div>
|
342
339
|
<hr>
|
343
|
-
<div class="refsect2"
|
340
|
+
<div class="refsect2">
|
344
341
|
<a name="cairo-text-extents-t"></a><h3>cairo_text_extents_t</h3>
|
345
342
|
<pre class="programlisting">typedef struct {
|
346
343
|
double x_bearing;
|
@@ -368,46 +365,41 @@ but otherwise will remain unchanged.
|
|
368
365
|
<tr>
|
369
366
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.x-bearing"></a>x_bearing</code></em>;</span></p></td>
|
370
367
|
<td>the horizontal distance from the origin to the
|
371
|
-
|
372
|
-
|
373
|
-
</td>
|
368
|
+
leftmost part of the glyphs as drawn. Positive if the
|
369
|
+
glyphs lie entirely to the right of the origin.</td>
|
374
370
|
</tr>
|
375
371
|
<tr>
|
376
372
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.y-bearing"></a>y_bearing</code></em>;</span></p></td>
|
377
373
|
<td>the vertical distance from the origin to the
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
</td>
|
374
|
+
topmost part of the glyphs as drawn. Positive only if the
|
375
|
+
glyphs lie completely below the origin; will usually be
|
376
|
+
negative.</td>
|
382
377
|
</tr>
|
383
378
|
<tr>
|
384
379
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.width"></a>width</code></em>;</span></p></td>
|
385
|
-
<td>width of the glyphs as drawn
|
386
|
-
</td>
|
380
|
+
<td>width of the glyphs as drawn</td>
|
387
381
|
</tr>
|
388
382
|
<tr>
|
389
383
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.height"></a>height</code></em>;</span></p></td>
|
390
|
-
<td>height of the glyphs as drawn
|
391
|
-
</td>
|
384
|
+
<td>height of the glyphs as drawn</td>
|
392
385
|
</tr>
|
393
386
|
<tr>
|
394
387
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.x-advance"></a>x_advance</code></em>;</span></p></td>
|
395
388
|
<td>distance to advance in the X direction
|
396
|
-
|
397
|
-
</td>
|
389
|
+
after drawing these glyphs</td>
|
398
390
|
</tr>
|
399
391
|
<tr>
|
400
392
|
<td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-text-extents-t.y-advance"></a>y_advance</code></em>;</span></p></td>
|
401
393
|
<td>distance to advance in the Y direction
|
402
|
-
|
403
|
-
|
404
|
-
</td>
|
394
|
+
after drawing these glyphs. Will typically be zero except
|
395
|
+
for vertical text layout as found in East-Asian languages.</td>
|
405
396
|
</tr>
|
406
397
|
</tbody>
|
407
398
|
</table></div>
|
399
|
+
<p class="since">Since 1.0</p>
|
408
400
|
</div>
|
409
401
|
<hr>
|
410
|
-
<div class="refsect2"
|
402
|
+
<div class="refsect2">
|
411
403
|
<a name="cairo-scaled-font-text-extents"></a><h3>cairo_scaled_font_text_extents ()</h3>
|
412
404
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_text_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
413
405
|
<em class="parameter"><code>const <span class="type">char</span> *utf8</code></em>,
|
@@ -439,20 +431,18 @@ affect the x_advance and y_advance values.
|
|
439
431
|
</tr>
|
440
432
|
<tr>
|
441
433
|
<td><p><span class="term"><em class="parameter"><code>utf8</code></em> :</span></p></td>
|
442
|
-
<td>a NUL-terminated string of text, encoded in UTF-8
|
443
|
-
</td>
|
434
|
+
<td>a NUL-terminated string of text, encoded in UTF-8</td>
|
444
435
|
</tr>
|
445
436
|
<tr>
|
446
437
|
<td><p><span class="term"><em class="parameter"><code>extents</code></em> :</span></p></td>
|
447
|
-
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-text-extents-t" title="cairo_text_extents_t"><span class="type">cairo_text_extents_t</span></a> which to store the retrieved extents
|
448
|
-
</td>
|
438
|
+
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-text-extents-t" title="cairo_text_extents_t"><span class="type">cairo_text_extents_t</span></a> which to store the retrieved extents.</td>
|
449
439
|
</tr>
|
450
440
|
</tbody>
|
451
441
|
</table></div>
|
452
442
|
<p class="since">Since 1.2</p>
|
453
443
|
</div>
|
454
444
|
<hr>
|
455
|
-
<div class="refsect2"
|
445
|
+
<div class="refsect2">
|
456
446
|
<a name="cairo-scaled-font-glyph-extents"></a><h3>cairo_scaled_font_glyph_extents ()</h3>
|
457
447
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_glyph_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
458
448
|
<em class="parameter"><code>const <a class="link" href="cairo-text.html#cairo-glyph-t" title="cairo_glyph_t"><span class="type">cairo_glyph_t</span></a> *glyphs</code></em>,
|
@@ -481,24 +471,22 @@ rectangle (extents.width and extents.height).
|
|
481
471
|
</tr>
|
482
472
|
<tr>
|
483
473
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
484
|
-
<td>an array of glyph IDs with X and Y offsets
|
485
|
-
</td>
|
474
|
+
<td>an array of glyph IDs with X and Y offsets.</td>
|
486
475
|
</tr>
|
487
476
|
<tr>
|
488
477
|
<td><p><span class="term"><em class="parameter"><code>num_glyphs</code></em> :</span></p></td>
|
489
|
-
<td>the number of glyphs in the <em class="parameter"><code>glyphs</code></em> array
|
490
|
-
</td>
|
478
|
+
<td>the number of glyphs in the <em class="parameter"><code>glyphs</code></em> array</td>
|
491
479
|
</tr>
|
492
480
|
<tr>
|
493
481
|
<td><p><span class="term"><em class="parameter"><code>extents</code></em> :</span></p></td>
|
494
|
-
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-text-extents-t" title="cairo_text_extents_t"><span class="type">cairo_text_extents_t</span></a> which to store the retrieved extents
|
495
|
-
</td>
|
482
|
+
<td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-text-extents-t" title="cairo_text_extents_t"><span class="type">cairo_text_extents_t</span></a> which to store the retrieved extents.</td>
|
496
483
|
</tr>
|
497
484
|
</tbody>
|
498
485
|
</table></div>
|
486
|
+
<p class="since">Since 1.0</p>
|
499
487
|
</div>
|
500
488
|
<hr>
|
501
|
-
<div class="refsect2"
|
489
|
+
<div class="refsect2">
|
502
490
|
<a name="cairo-scaled-font-text-to-glyphs"></a><h3>cairo_scaled_font_text_to_glyphs ()</h3>
|
503
491
|
<pre class="programlisting"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="returnvalue">cairo_status_t</span></a> cairo_scaled_font_text_to_glyphs (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
504
492
|
<em class="parameter"><code><span class="type">double</span> x</code></em>,
|
@@ -515,7 +503,7 @@ Converts UTF-8 text to an array of glyphs, optionally with cluster
|
|
515
503
|
mapping, that can be used to render later using <em class="parameter"><code>scaled_font</code></em>.
|
516
504
|
</p>
|
517
505
|
<p>
|
518
|
-
If <em class="parameter"><code>glyphs</code></em> initially points to a non-<a href="
|
506
|
+
If <em class="parameter"><code>glyphs</code></em> initially points to a non-<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value, that array is used
|
519
507
|
as a glyph buffer, and <em class="parameter"><code>num_glyphs</code></em> should point to the number of glyph
|
520
508
|
entries available there. If the provided glyph array is too short for
|
521
509
|
the conversion, a new glyph array is allocated using <a class="link" href="cairo-text.html#cairo-glyph-allocate" title="cairo_glyph_allocate ()"><code class="function">cairo_glyph_allocate()</code></a>
|
@@ -526,11 +514,11 @@ array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo
|
|
526
514
|
array was large enough.
|
527
515
|
</p>
|
528
516
|
<p>
|
529
|
-
If <em class="parameter"><code>clusters</code></em> is not <a href="
|
517
|
+
If <em class="parameter"><code>clusters</code></em> is not <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>num_clusters</code></em> and <em class="parameter"><code>cluster_flags</code></em> should not be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
530
518
|
and cluster mapping will be computed.
|
531
519
|
The semantics of how cluster array allocation works is similar to the glyph
|
532
520
|
array. That is,
|
533
|
-
if <em class="parameter"><code>clusters</code></em> initially points to a non-<a href="
|
521
|
+
if <em class="parameter"><code>clusters</code></em> initially points to a non-<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value, that array is used
|
534
522
|
as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em> should point to the number of cluster
|
535
523
|
entries available there. If the provided cluster array is too short for
|
536
524
|
the conversion, a new cluster array is allocated using <a class="link" href="cairo-text.html#cairo-text-cluster-allocate" title="cairo_text_cluster_allocate ()"><code class="function">cairo_text_cluster_allocate()</code></a>
|
@@ -541,92 +529,179 @@ array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title
|
|
541
529
|
array was large enough.
|
542
530
|
</p>
|
543
531
|
<p>
|
544
|
-
In the simplest case, <em class="parameter"><code>glyphs</code></em> and <em class="parameter"><code>clusters</code></em> can point to <a href="
|
532
|
+
In the simplest case, <em class="parameter"><code>glyphs</code></em> and <em class="parameter"><code>clusters</code></em> can point to <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> initially
|
545
533
|
and a suitable array will be allocated. In code:
|
546
534
|
</p>
|
547
|
-
<div class="informalexample"
|
548
|
-
|
535
|
+
<div class="informalexample">
|
536
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
537
|
+
<tbody>
|
538
|
+
<tr>
|
539
|
+
<td class="listing_lines" align="right"><pre>1
|
540
|
+
2
|
541
|
+
3
|
542
|
+
4
|
543
|
+
5
|
544
|
+
6
|
545
|
+
7
|
546
|
+
8
|
547
|
+
9
|
548
|
+
10
|
549
|
+
11
|
550
|
+
12
|
551
|
+
13
|
552
|
+
14
|
553
|
+
15
|
554
|
+
16
|
555
|
+
17
|
556
|
+
18
|
557
|
+
19
|
558
|
+
20
|
559
|
+
21
|
560
|
+
22
|
561
|
+
23</pre></td>
|
562
|
+
<td class="listing_code"><pre class="programlisting">cairo_status_t status<span class="gtkdoc opt">;</span>
|
563
|
+
|
564
|
+
cairo_glyph_t <span class="gtkdoc opt">*</span>glyphs <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
565
|
+
<span class="gtkdoc kwb">int</span> num_glyphs<span class="gtkdoc opt">;</span>
|
566
|
+
cairo_text_cluster_t <span class="gtkdoc opt">*</span>clusters <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
567
|
+
<span class="gtkdoc kwb">int</span> num_clusters<span class="gtkdoc opt">;</span>
|
568
|
+
cairo_text_cluster_flags_t cluster_flags<span class="gtkdoc opt">;</span>
|
549
569
|
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
570
|
+
status <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs</a></span> <span class="gtkdoc opt">(</span>scaled_font<span class="gtkdoc opt">,</span>
|
571
|
+
x<span class="gtkdoc opt">,</span> y<span class="gtkdoc opt">,</span>
|
572
|
+
utf8<span class="gtkdoc opt">,</span> utf8_len<span class="gtkdoc opt">,</span>
|
573
|
+
<span class="gtkdoc opt">&</span>glyphs<span class="gtkdoc opt">, &</span>num_glyphs<span class="gtkdoc opt">,</span>
|
574
|
+
<span class="gtkdoc opt">&</span>clusters<span class="gtkdoc opt">, &</span>num_clusters<span class="gtkdoc opt">, &</span>cluster_flags<span class="gtkdoc opt">);</span>
|
555
575
|
|
556
|
-
status =
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
576
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>status <span class="gtkdoc opt">==</span> CAIRO_STATUS_SUCCESS<span class="gtkdoc opt">) {</span>
|
577
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span>
|
578
|
+
utf8<span class="gtkdoc opt">,</span> utf8_len<span class="gtkdoc opt">,</span>
|
579
|
+
glyphs<span class="gtkdoc opt">,</span> num_glyphs<span class="gtkdoc opt">,</span>
|
580
|
+
clusters<span class="gtkdoc opt">,</span> num_clusters<span class="gtkdoc opt">,</span> cluster_flags<span class="gtkdoc opt">);</span>
|
561
581
|
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
582
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-glyph-free">cairo_glyph_free</a></span> <span class="gtkdoc opt">(</span>glyphs<span class="gtkdoc opt">);</span>
|
583
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free</a></span> <span class="gtkdoc opt">(</span>clusters<span class="gtkdoc opt">);</span>
|
584
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
585
|
+
</tr>
|
586
|
+
</tbody>
|
587
|
+
</table>
|
588
|
+
</div>
|
567
589
|
|
568
|
-
cairo_glyph_free (glyphs);
|
569
|
-
cairo_text_cluster_free (clusters);
|
570
|
-
}
|
571
|
-
</pre></div>
|
572
590
|
<p>
|
573
591
|
</p>
|
574
592
|
<p>
|
575
593
|
If no cluster mapping is needed:
|
576
594
|
</p>
|
577
|
-
<div class="informalexample"
|
578
|
-
|
595
|
+
<div class="informalexample">
|
596
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
597
|
+
<tbody>
|
598
|
+
<tr>
|
599
|
+
<td class="listing_lines" align="right"><pre>1
|
600
|
+
2
|
601
|
+
3
|
602
|
+
4
|
603
|
+
5
|
604
|
+
6
|
605
|
+
7
|
606
|
+
8
|
607
|
+
9
|
608
|
+
10
|
609
|
+
11
|
610
|
+
12
|
611
|
+
13
|
612
|
+
14
|
613
|
+
15
|
614
|
+
16</pre></td>
|
615
|
+
<td class="listing_code"><pre class="programlisting">cairo_status_t status<span class="gtkdoc opt">;</span>
|
579
616
|
|
580
|
-
cairo_glyph_t
|
581
|
-
int num_glyphs
|
617
|
+
cairo_glyph_t <span class="gtkdoc opt">*</span>glyphs <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
618
|
+
<span class="gtkdoc kwb">int</span> num_glyphs<span class="gtkdoc opt">;</span>
|
582
619
|
|
583
|
-
status = cairo_scaled_font_text_to_glyphs (scaled_font
|
584
|
-
x
|
585
|
-
utf8
|
586
|
-
|
587
|
-
NULL
|
588
|
-
NULL)
|
620
|
+
status <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs</a></span> <span class="gtkdoc opt">(</span>scaled_font<span class="gtkdoc opt">,</span>
|
621
|
+
x<span class="gtkdoc opt">,</span> y<span class="gtkdoc opt">,</span>
|
622
|
+
utf8<span class="gtkdoc opt">,</span> utf8_len<span class="gtkdoc opt">,</span>
|
623
|
+
<span class="gtkdoc opt">&</span>glyphs<span class="gtkdoc opt">, &</span>num_glyphs<span class="gtkdoc opt">,</span>
|
624
|
+
NULL<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span>
|
625
|
+
NULL<span class="gtkdoc opt">);</span>
|
626
|
+
|
627
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>status <span class="gtkdoc opt">==</span> CAIRO_STATUS_SUCCESS<span class="gtkdoc opt">) {</span>
|
628
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-show-glyphs">cairo_show_glyphs</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span> glyphs<span class="gtkdoc opt">,</span> num_glyphs<span class="gtkdoc opt">);</span>
|
629
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-glyph-free">cairo_glyph_free</a></span> <span class="gtkdoc opt">(</span>glyphs<span class="gtkdoc opt">);</span>
|
630
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
631
|
+
</tr>
|
632
|
+
</tbody>
|
633
|
+
</table>
|
634
|
+
</div>
|
589
635
|
|
590
|
-
if (status == CAIRO_STATUS_SUCCESS) {
|
591
|
-
cairo_show_glyphs (cr, glyphs, num_glyphs);
|
592
|
-
cairo_glyph_free (glyphs);
|
593
|
-
}
|
594
|
-
</pre></div>
|
595
636
|
<p>
|
596
637
|
</p>
|
597
638
|
<p>
|
598
639
|
If stack-based glyph and cluster arrays are to be used for small
|
599
640
|
arrays:
|
600
641
|
</p>
|
601
|
-
<div class="informalexample"
|
602
|
-
|
642
|
+
<div class="informalexample">
|
643
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
644
|
+
<tbody>
|
645
|
+
<tr>
|
646
|
+
<td class="listing_lines" align="right"><pre>1
|
647
|
+
2
|
648
|
+
3
|
649
|
+
4
|
650
|
+
5
|
651
|
+
6
|
652
|
+
7
|
653
|
+
8
|
654
|
+
9
|
655
|
+
10
|
656
|
+
11
|
657
|
+
12
|
658
|
+
13
|
659
|
+
14
|
660
|
+
15
|
661
|
+
16
|
662
|
+
17
|
663
|
+
18
|
664
|
+
19
|
665
|
+
20
|
666
|
+
21
|
667
|
+
22
|
668
|
+
23
|
669
|
+
24
|
670
|
+
25
|
671
|
+
26
|
672
|
+
27</pre></td>
|
673
|
+
<td class="listing_code"><pre class="programlisting">cairo_status_t status<span class="gtkdoc opt">;</span>
|
603
674
|
|
604
|
-
cairo_glyph_t stack_glyphs[40]
|
605
|
-
cairo_glyph_t
|
606
|
-
int num_glyphs = sizeof (stack_glyphs)
|
607
|
-
cairo_text_cluster_t stack_clusters[40]
|
608
|
-
cairo_text_cluster_t
|
609
|
-
int num_clusters = sizeof (stack_clusters)
|
610
|
-
cairo_text_cluster_flags_t cluster_flags
|
675
|
+
cairo_glyph_t stack_glyphs<span class="gtkdoc opt">[</span><span class="number">40</span><span class="gtkdoc opt">];</span>
|
676
|
+
cairo_glyph_t <span class="gtkdoc opt">*</span>glyphs <span class="gtkdoc opt">=</span> stack_glyphs<span class="gtkdoc opt">;</span>
|
677
|
+
<span class="gtkdoc kwb">int</span> num_glyphs <span class="gtkdoc opt">=</span> <span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>stack_glyphs<span class="gtkdoc opt">) /</span> <span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>stack_glyphs<span class="gtkdoc opt">[</span><span class="number">0</span><span class="gtkdoc opt">]);</span>
|
678
|
+
cairo_text_cluster_t stack_clusters<span class="gtkdoc opt">[</span><span class="number">40</span><span class="gtkdoc opt">];</span>
|
679
|
+
cairo_text_cluster_t <span class="gtkdoc opt">*</span>clusters <span class="gtkdoc opt">=</span> stack_clusters<span class="gtkdoc opt">;</span>
|
680
|
+
<span class="gtkdoc kwb">int</span> num_clusters <span class="gtkdoc opt">=</span> <span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>stack_clusters<span class="gtkdoc opt">) /</span> <span class="keyword">sizeof</span> <span class="gtkdoc opt">(</span>stack_clusters<span class="gtkdoc opt">[</span><span class="number">0</span><span class="gtkdoc opt">]);</span>
|
681
|
+
cairo_text_cluster_flags_t cluster_flags<span class="gtkdoc opt">;</span>
|
611
682
|
|
612
|
-
status = cairo_scaled_font_text_to_glyphs (scaled_font
|
613
|
-
x
|
614
|
-
utf8
|
615
|
-
|
616
|
-
|
683
|
+
status <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">cairo_scaled_font_text_to_glyphs</a></span> <span class="gtkdoc opt">(</span>scaled_font<span class="gtkdoc opt">,</span>
|
684
|
+
x<span class="gtkdoc opt">,</span> y<span class="gtkdoc opt">,</span>
|
685
|
+
utf8<span class="gtkdoc opt">,</span> utf8_len<span class="gtkdoc opt">,</span>
|
686
|
+
<span class="gtkdoc opt">&</span>glyphs<span class="gtkdoc opt">, &</span>num_glyphs<span class="gtkdoc opt">,</span>
|
687
|
+
<span class="gtkdoc opt">&</span>clusters<span class="gtkdoc opt">, &</span>num_clusters<span class="gtkdoc opt">, &</span>cluster_flags<span class="gtkdoc opt">);</span>
|
617
688
|
|
618
|
-
if (status
|
619
|
-
cairo_show_text_glyphs (cr
|
620
|
-
utf8
|
621
|
-
glyphs
|
622
|
-
clusters
|
689
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>status <span class="gtkdoc opt">==</span> CAIRO_STATUS_SUCCESS<span class="gtkdoc opt">) {</span>
|
690
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-show-text-glyphs">cairo_show_text_glyphs</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span>
|
691
|
+
utf8<span class="gtkdoc opt">,</span> utf8_len<span class="gtkdoc opt">,</span>
|
692
|
+
glyphs<span class="gtkdoc opt">,</span> num_glyphs<span class="gtkdoc opt">,</span>
|
693
|
+
clusters<span class="gtkdoc opt">,</span> num_clusters<span class="gtkdoc opt">,</span> cluster_flags<span class="gtkdoc opt">);</span>
|
694
|
+
|
695
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>glyphs <span class="gtkdoc opt">!=</span> stack_glyphs<span class="gtkdoc opt">)</span>
|
696
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-glyph-free">cairo_glyph_free</a></span> <span class="gtkdoc opt">(</span>glyphs<span class="gtkdoc opt">);</span>
|
697
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>clusters <span class="gtkdoc opt">!=</span> stack_clusters<span class="gtkdoc opt">)</span>
|
698
|
+
<span class="function"><a href="../cairo/cairo-text.html#cairo-text-cluster-free">cairo_text_cluster_free</a></span> <span class="gtkdoc opt">(</span>clusters<span class="gtkdoc opt">);</span>
|
699
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
700
|
+
</tr>
|
701
|
+
</tbody>
|
702
|
+
</table>
|
703
|
+
</div>
|
623
704
|
|
624
|
-
if (glyphs != stack_glyphs)
|
625
|
-
cairo_glyph_free (glyphs);
|
626
|
-
if (clusters != stack_clusters)
|
627
|
-
cairo_text_cluster_free (clusters);
|
628
|
-
}
|
629
|
-
</pre></div>
|
630
705
|
<p>
|
631
706
|
</p>
|
632
707
|
<p>
|
@@ -648,70 +723,64 @@ same <em class="parameter"><code>scaled_font</code></em> is used for the operati
|
|
648
723
|
</tr>
|
649
724
|
<tr>
|
650
725
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
651
|
-
<td>X position to place first glyph
|
652
|
-
</td>
|
726
|
+
<td>X position to place first glyph</td>
|
653
727
|
</tr>
|
654
728
|
<tr>
|
655
729
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
656
|
-
<td>Y position to place first glyph
|
657
|
-
</td>
|
730
|
+
<td>Y position to place first glyph</td>
|
658
731
|
</tr>
|
659
732
|
<tr>
|
660
733
|
<td><p><span class="term"><em class="parameter"><code>utf8</code></em> :</span></p></td>
|
661
|
-
<td>a string of text encoded in UTF-8
|
662
|
-
</td>
|
734
|
+
<td>a string of text encoded in UTF-8</td>
|
663
735
|
</tr>
|
664
736
|
<tr>
|
665
737
|
<td><p><span class="term"><em class="parameter"><code>utf8_len</code></em> :</span></p></td>
|
666
|
-
<td>length of <em class="parameter"><code>utf8</code></em> in bytes, or -1 if it is NUL-terminated
|
667
|
-
</td>
|
738
|
+
<td>length of <em class="parameter"><code>utf8</code></em> in bytes, or -1 if it is NUL-terminated</td>
|
668
739
|
</tr>
|
669
740
|
<tr>
|
670
741
|
<td><p><span class="term"><em class="parameter"><code>glyphs</code></em> :</span></p></td>
|
671
|
-
<td>pointer to array of glyphs to fill
|
672
|
-
</td>
|
742
|
+
<td>pointer to array of glyphs to fill</td>
|
673
743
|
</tr>
|
674
744
|
<tr>
|
675
745
|
<td><p><span class="term"><em class="parameter"><code>num_glyphs</code></em> :</span></p></td>
|
676
|
-
<td>pointer to number of glyphs
|
677
|
-
</td>
|
746
|
+
<td>pointer to number of glyphs</td>
|
678
747
|
</tr>
|
679
748
|
<tr>
|
680
749
|
<td><p><span class="term"><em class="parameter"><code>clusters</code></em> :</span></p></td>
|
681
|
-
<td>pointer to array of cluster mapping information to fill, or <a href="
|
750
|
+
<td>pointer to array of cluster mapping information to fill, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
682
751
|
</td>
|
683
752
|
</tr>
|
684
753
|
<tr>
|
685
754
|
<td><p><span class="term"><em class="parameter"><code>num_clusters</code></em> :</span></p></td>
|
686
|
-
<td>pointer to number of clusters, or <a href="
|
755
|
+
<td>pointer to number of clusters, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
687
756
|
</td>
|
688
757
|
</tr>
|
689
758
|
<tr>
|
690
759
|
<td><p><span class="term"><em class="parameter"><code>cluster_flags</code></em> :</span></p></td>
|
691
760
|
<td>pointer to location to store cluster flags corresponding to the
|
692
|
-
|
761
|
+
output <em class="parameter"><code>clusters</code></em>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
693
762
|
</td>
|
694
763
|
</tr>
|
695
764
|
<tr>
|
696
765
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
697
|
-
<td>
|
766
|
+
<td>
|
767
|
+
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> upon success, or an error status
|
698
768
|
if the input values are wrong or if conversion failed. If the input
|
699
769
|
values are correct but the conversion failed, the error status is also
|
700
|
-
set on <em class="parameter"><code>scaled_font</code></em
|
701
|
-
|
702
|
-
</td>
|
770
|
+
set on <em class="parameter"><code>scaled_font</code></em>.</td>
|
703
771
|
</tr>
|
704
772
|
</tbody>
|
705
773
|
</table></div>
|
706
774
|
<p class="since">Since 1.8</p>
|
707
775
|
</div>
|
708
776
|
<hr>
|
709
|
-
<div class="refsect2"
|
777
|
+
<div class="refsect2">
|
710
778
|
<a name="cairo-scaled-font-get-font-face"></a><h3>cairo_scaled_font_get_font_face ()</h3>
|
711
779
|
<pre class="programlisting"><a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="returnvalue">cairo_font_face_t</span></a> * cairo_scaled_font_get_font_face (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
712
780
|
<p>
|
713
|
-
Gets the font face that this scaled font uses. This
|
714
|
-
font face passed to <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()"><code class="function">cairo_scaled_font_create()</code></a
|
781
|
+
Gets the font face that this scaled font uses. This might be the
|
782
|
+
font face passed to <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()"><code class="function">cairo_scaled_font_create()</code></a>, but this does not
|
783
|
+
hold true for all possible cases.
|
715
784
|
</p>
|
716
785
|
<div class="variablelist"><table border="0">
|
717
786
|
<col align="left" valign="top">
|
@@ -723,17 +792,16 @@ font face passed to <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-s
|
|
723
792
|
</tr>
|
724
793
|
<tr>
|
725
794
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
726
|
-
<td>
|
727
|
-
created.
|
728
|
-
|
729
|
-
</td>
|
795
|
+
<td>The <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a> with which <em class="parameter"><code>scaled_font</code></em> was
|
796
|
+
created. This object is owned by cairo. To keep a reference to it,
|
797
|
+
you must call <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference" title="cairo_scaled_font_reference ()"><code class="function">cairo_scaled_font_reference()</code></a>.</td>
|
730
798
|
</tr>
|
731
799
|
</tbody>
|
732
800
|
</table></div>
|
733
801
|
<p class="since">Since 1.2</p>
|
734
802
|
</div>
|
735
803
|
<hr>
|
736
|
-
<div class="refsect2"
|
804
|
+
<div class="refsect2">
|
737
805
|
<a name="cairo-scaled-font-get-font-options"></a><h3>cairo_scaled_font_get_font_options ()</h3>
|
738
806
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_get_font_options (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
739
807
|
<em class="parameter"><code><a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-t" title="cairo_font_options_t"><span class="type">cairo_font_options_t</span></a> *options</code></em>);</pre>
|
@@ -751,15 +819,14 @@ Stores the font options with which <em class="parameter"><code>scaled_font</code
|
|
751
819
|
</tr>
|
752
820
|
<tr>
|
753
821
|
<td><p><span class="term"><em class="parameter"><code>options</code></em> :</span></p></td>
|
754
|
-
<td>return value for the font options
|
755
|
-
</td>
|
822
|
+
<td>return value for the font options</td>
|
756
823
|
</tr>
|
757
824
|
</tbody>
|
758
825
|
</table></div>
|
759
826
|
<p class="since">Since 1.2</p>
|
760
827
|
</div>
|
761
828
|
<hr>
|
762
|
-
<div class="refsect2"
|
829
|
+
<div class="refsect2">
|
763
830
|
<a name="cairo-scaled-font-get-font-matrix"></a><h3>cairo_scaled_font_get_font_matrix ()</h3>
|
764
831
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_get_font_matrix (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
765
832
|
<em class="parameter"><code><a class="link" href="cairo-cairo-matrix-t.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a> *font_matrix</code></em>);</pre>
|
@@ -777,15 +844,14 @@ Stores the font matrix with which <em class="parameter"><code>scaled_font</code>
|
|
777
844
|
</tr>
|
778
845
|
<tr>
|
779
846
|
<td><p><span class="term"><em class="parameter"><code>font_matrix</code></em> :</span></p></td>
|
780
|
-
<td>return value for the matrix
|
781
|
-
</td>
|
847
|
+
<td>return value for the matrix</td>
|
782
848
|
</tr>
|
783
849
|
</tbody>
|
784
850
|
</table></div>
|
785
851
|
<p class="since">Since 1.2</p>
|
786
852
|
</div>
|
787
853
|
<hr>
|
788
|
-
<div class="refsect2"
|
854
|
+
<div class="refsect2">
|
789
855
|
<a name="cairo-scaled-font-get-ctm"></a><h3>cairo_scaled_font_get_ctm ()</h3>
|
790
856
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_get_ctm (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
791
857
|
<em class="parameter"><code><a class="link" href="cairo-cairo-matrix-t.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a> *ctm</code></em>);</pre>
|
@@ -805,15 +871,14 @@ function returns always has 0,0 as x0,y0.
|
|
805
871
|
</tr>
|
806
872
|
<tr>
|
807
873
|
<td><p><span class="term"><em class="parameter"><code>ctm</code></em> :</span></p></td>
|
808
|
-
<td>return value for the CTM
|
809
|
-
</td>
|
874
|
+
<td>return value for the CTM</td>
|
810
875
|
</tr>
|
811
876
|
</tbody>
|
812
877
|
</table></div>
|
813
878
|
<p class="since">Since 1.2</p>
|
814
879
|
</div>
|
815
880
|
<hr>
|
816
|
-
<div class="refsect2"
|
881
|
+
<div class="refsect2">
|
817
882
|
<a name="cairo-scaled-font-get-scale-matrix"></a><h3>cairo_scaled_font_get_scale_matrix ()</h3>
|
818
883
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_scaled_font_get_scale_matrix (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
819
884
|
<em class="parameter"><code><a class="link" href="cairo-cairo-matrix-t.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a> *scale_matrix</code></em>);</pre>
|
@@ -833,15 +898,14 @@ font space to device space.
|
|
833
898
|
</tr>
|
834
899
|
<tr>
|
835
900
|
<td><p><span class="term"><em class="parameter"><code>scale_matrix</code></em> :</span></p></td>
|
836
|
-
<td>return value for the matrix
|
837
|
-
</td>
|
901
|
+
<td>return value for the matrix</td>
|
838
902
|
</tr>
|
839
903
|
</tbody>
|
840
904
|
</table></div>
|
841
905
|
<p class="since">Since 1.8</p>
|
842
906
|
</div>
|
843
907
|
<hr>
|
844
|
-
<div class="refsect2"
|
908
|
+
<div class="refsect2">
|
845
909
|
<a name="cairo-scaled-font-get-type"></a><h3>cairo_scaled_font_get_type ()</h3>
|
846
910
|
<pre class="programlisting"><a class="link" href="cairo-cairo-font-face-t.html#cairo-font-type-t" title="enum cairo_font_type_t"><span class="returnvalue">cairo_font_type_t</span></a> cairo_scaled_font_get_type (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
847
911
|
<p>
|
@@ -859,16 +923,14 @@ However, this function never returns <a class="link" href="cairo-cairo-font-face
|
|
859
923
|
</tr>
|
860
924
|
<tr>
|
861
925
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
862
|
-
<td>
|
863
|
-
|
864
|
-
</td>
|
926
|
+
<td>The type of <em class="parameter"><code>scaled_font</code></em>.</td>
|
865
927
|
</tr>
|
866
928
|
</tbody>
|
867
929
|
</table></div>
|
868
930
|
<p class="since">Since 1.2</p>
|
869
931
|
</div>
|
870
932
|
<hr>
|
871
|
-
<div class="refsect2"
|
933
|
+
<div class="refsect2">
|
872
934
|
<a name="cairo-scaled-font-get-reference-count"></a><h3>cairo_scaled_font_get_reference_count ()</h3>
|
873
935
|
<pre class="programlisting">unsigned <span class="returnvalue">int</span> cairo_scaled_font_get_reference_count
|
874
936
|
(<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>);</pre>
|
@@ -885,17 +947,15 @@ Returns the current reference count of <em class="parameter"><code>scaled_font</
|
|
885
947
|
</tr>
|
886
948
|
<tr>
|
887
949
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
888
|
-
<td>
|
889
|
-
object is a nil object, 0 will be returned
|
890
|
-
|
891
|
-
</td>
|
950
|
+
<td>the current reference count of <em class="parameter"><code>scaled_font</code></em>. If the
|
951
|
+
object is a nil object, 0 will be returned.</td>
|
892
952
|
</tr>
|
893
953
|
</tbody>
|
894
954
|
</table></div>
|
895
955
|
<p class="since">Since 1.4</p>
|
896
956
|
</div>
|
897
957
|
<hr>
|
898
|
-
<div class="refsect2"
|
958
|
+
<div class="refsect2">
|
899
959
|
<a name="cairo-scaled-font-set-user-data"></a><h3>cairo_scaled_font_set_user_data ()</h3>
|
900
960
|
<pre class="programlisting"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="returnvalue">cairo_status_t</span></a> cairo_scaled_font_set_user_data (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
901
961
|
<em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>,
|
@@ -903,7 +963,7 @@ object is a nil object, 0 will be returned.
|
|
903
963
|
<em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
|
904
964
|
<p>
|
905
965
|
Attach user data to <em class="parameter"><code>scaled_font</code></em>. To remove user data from a surface,
|
906
|
-
call this function with the key that was used to set it and <a href="
|
966
|
+
call this function with the key that was used to set it and <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
907
967
|
for <em class="parameter"><code>data</code></em>.
|
908
968
|
</p>
|
909
969
|
<div class="variablelist"><table border="0">
|
@@ -916,8 +976,7 @@ for <em class="parameter"><code>data</code></em>.
|
|
916
976
|
</tr>
|
917
977
|
<tr>
|
918
978
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
919
|
-
<td>the address of a <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> to attach the user data to
|
920
|
-
</td>
|
979
|
+
<td>the address of a <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> to attach the user data to</td>
|
921
980
|
</tr>
|
922
981
|
<tr>
|
923
982
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -928,29 +987,27 @@ for <em class="parameter"><code>data</code></em>.
|
|
928
987
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
929
988
|
<td>a <a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> which will be called when the
|
930
989
|
<a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is destroyed or when new user data is attached using the
|
931
|
-
same key
|
932
|
-
</td>
|
990
|
+
same key.</td>
|
933
991
|
</tr>
|
934
992
|
<tr>
|
935
993
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
936
|
-
<td>
|
937
|
-
|
938
|
-
|
939
|
-
</td>
|
994
|
+
<td>
|
995
|
+
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
|
996
|
+
slot could not be allocated for the user data.</td>
|
940
997
|
</tr>
|
941
998
|
</tbody>
|
942
999
|
</table></div>
|
943
1000
|
<p class="since">Since 1.4</p>
|
944
1001
|
</div>
|
945
1002
|
<hr>
|
946
|
-
<div class="refsect2"
|
1003
|
+
<div class="refsect2">
|
947
1004
|
<a name="cairo-scaled-font-get-user-data"></a><h3>cairo_scaled_font_get_user_data ()</h3>
|
948
1005
|
<pre class="programlisting"><span class="returnvalue">void</span> * cairo_scaled_font_get_user_data (<em class="parameter"><code><a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> *scaled_font</code></em>,
|
949
1006
|
<em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>);</pre>
|
950
1007
|
<p>
|
951
1008
|
Return user data previously attached to <em class="parameter"><code>scaled_font</code></em> using the
|
952
1009
|
specified key. If no user data has been attached with the given
|
953
|
-
key this function returns <a href="
|
1010
|
+
key this function returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
954
1011
|
</p>
|
955
1012
|
<div class="variablelist"><table border="0">
|
956
1013
|
<col align="left" valign="top">
|
@@ -963,27 +1020,24 @@ key this function returns <a href="http://library.gnome.org/devel/glib/unstable/
|
|
963
1020
|
<tr>
|
964
1021
|
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
965
1022
|
<td>the address of the <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> the user data was
|
966
|
-
attached to
|
967
|
-
</td>
|
1023
|
+
attached to</td>
|
968
1024
|
</tr>
|
969
1025
|
<tr>
|
970
1026
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
971
|
-
<td>
|
972
|
-
|
973
|
-
</td>
|
1027
|
+
<td>the user data previously attached or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
974
1028
|
</tr>
|
975
1029
|
</tbody>
|
976
1030
|
</table></div>
|
977
1031
|
<p class="since">Since 1.4</p>
|
978
1032
|
</div>
|
979
1033
|
</div>
|
980
|
-
<div class="refsect1"
|
1034
|
+
<div class="refsect1">
|
981
1035
|
<a name="cairo-cairo-scaled-font-t.see-also"></a><h2>See Also</h2>
|
982
1036
|
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, <a class="link" href="cairo-cairo-matrix-t.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a>, <a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-t" title="cairo_font_options_t"><span class="type">cairo_font_options_t</span></a>
|
983
1037
|
</div>
|
984
1038
|
</div>
|
985
1039
|
<div class="footer">
|
986
1040
|
<hr>
|
987
|
-
Generated by GTK-Doc V1.
|
1041
|
+
Generated by GTK-Doc V1.18</div>
|
988
1042
|
</body>
|
989
1043
|
</html>
|