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>FreeType Fonts</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-options-t.html" title="cairo_font_options_t">
|
10
10
|
<link rel="next" href="cairo-Win32-Fonts.html" title="Win32 Fonts">
|
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-FreeType-Fonts.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-FreeType-Fonts"></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-FreeType-Fonts.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">#define <a class="link" href="cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS" title="CAIRO_HAS_FT_FONT">CAIRO_HAS_FT_FONT</a>
|
41
41
|
#define <a class="link" href="cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS" title="CAIRO_HAS_FC_FONT">CAIRO_HAS_FC_FONT</a>
|
@@ -48,18 +48,24 @@
|
|
48
48
|
<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>);
|
49
49
|
<span class="returnvalue">FT_Face</span> <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face" title="cairo_ft_scaled_font_lock_face ()">cairo_ft_scaled_font_lock_face</a> (<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>);
|
50
50
|
<span class="returnvalue">void</span> <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face" title="cairo_ft_scaled_font_unlock_face ()">cairo_ft_scaled_font_unlock_face</a> (<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>);
|
51
|
+
enum <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-synthesize-t" title="enum cairo_ft_synthesize_t">cairo_ft_synthesize_t</a>;
|
52
|
+
unsigned <span class="returnvalue">int</span> <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-get-synthesize" title="cairo_ft_font_face_get_synthesize ()">cairo_ft_font_face_get_synthesize</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>);
|
53
|
+
<span class="returnvalue">void</span> <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize" title="cairo_ft_font_face_set_synthesize ()">cairo_ft_font_face_set_synthesize</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>,
|
54
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> synth_flags</code></em>);
|
55
|
+
<span class="returnvalue">void</span> <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-unset-synthesize" title="cairo_ft_font_face_unset_synthesize ()">cairo_ft_font_face_unset_synthesize</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>,
|
56
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> synth_flags</code></em>);
|
51
57
|
</pre>
|
52
58
|
</div>
|
53
|
-
<div class="refsect1"
|
59
|
+
<div class="refsect1">
|
54
60
|
<a name="cairo-FreeType-Fonts.description"></a><h2>Description</h2>
|
55
61
|
<p>
|
56
62
|
The FreeType font backend is primarily used to render text on GNU/Linux
|
57
63
|
systems, but can be used on other platforms too.
|
58
64
|
</p>
|
59
65
|
</div>
|
60
|
-
<div class="refsect1"
|
66
|
+
<div class="refsect1">
|
61
67
|
<a name="cairo-FreeType-Fonts.details"></a><h2>Details</h2>
|
62
|
-
<div class="refsect2"
|
68
|
+
<div class="refsect2">
|
63
69
|
<a name="CAIRO-HAS-FT-FONT:CAPS"></a><h3>CAIRO_HAS_FT_FONT</h3>
|
64
70
|
<pre class="programlisting">#define CAIRO_HAS_FT_FONT 1
|
65
71
|
</pre>
|
@@ -67,9 +73,10 @@ systems, but can be used on other platforms too.
|
|
67
73
|
Defined if the FreeType font backend is available.
|
68
74
|
This macro can be used to conditionally compile backend-specific code.
|
69
75
|
</p>
|
76
|
+
<p class="since">Since 1.0</p>
|
70
77
|
</div>
|
71
78
|
<hr>
|
72
|
-
<div class="refsect2"
|
79
|
+
<div class="refsect2">
|
73
80
|
<a name="CAIRO-HAS-FC-FONT:CAPS"></a><h3>CAIRO_HAS_FC_FONT</h3>
|
74
81
|
<pre class="programlisting">#define CAIRO_HAS_FC_FONT 1
|
75
82
|
</pre>
|
@@ -78,9 +85,10 @@ Defined if the Fontconfig-specific functions of the FreeType font backend
|
|
78
85
|
are available.
|
79
86
|
This macro can be used to conditionally compile backend-specific code.
|
80
87
|
</p>
|
88
|
+
<p class="since">Since 1.10</p>
|
81
89
|
</div>
|
82
90
|
<hr>
|
83
|
-
<div class="refsect2"
|
91
|
+
<div class="refsect2">
|
84
92
|
<a name="cairo-ft-font-face-create-for-ft-face"></a><h3>cairo_ft_font_face_create_for_ft_face ()</h3>
|
85
93
|
<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_ft_font_face_create_for_ft_face
|
86
94
|
(<em class="parameter"><code><span class="type">FT_Face</span> face</code></em>,
|
@@ -103,18 +111,35 @@ the FreeType face object to the <a class="link" href="cairo-cairo-font-face-t.ht
|
|
103
111
|
</p>
|
104
112
|
<p>
|
105
113
|
</p>
|
106
|
-
<div class="informalexample"
|
107
|
-
|
114
|
+
<div class="informalexample">
|
115
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
116
|
+
<tbody>
|
117
|
+
<tr>
|
118
|
+
<td class="listing_lines" align="right"><pre>1
|
119
|
+
2
|
120
|
+
3
|
121
|
+
4
|
122
|
+
5
|
123
|
+
6
|
124
|
+
7
|
125
|
+
8
|
126
|
+
9
|
127
|
+
10</pre></td>
|
128
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static const</span> cairo_user_data_key_t key<span class="gtkdoc opt">;</span>
|
129
|
+
|
130
|
+
font_face <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">cairo_ft_font_face_create_for_ft_face</a></span> <span class="gtkdoc opt">(</span>ft_face<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">);</span>
|
131
|
+
status <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">cairo_font_face_set_user_data</a></span> <span class="gtkdoc opt">(</span>font_face<span class="gtkdoc opt">, &</span>key<span class="gtkdoc opt">,</span>
|
132
|
+
ft_face<span class="gtkdoc opt">, (</span>cairo_destroy_func_t<span class="gtkdoc opt">)</span> FT_Done_Face<span class="gtkdoc opt">);</span>
|
133
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>status<span class="gtkdoc opt">) {</span>
|
134
|
+
<span class="function"><a href="../cairo/cairo-cairo-font-face-t.html#cairo-font-face-destroy">cairo_font_face_destroy</a></span> <span class="gtkdoc opt">(</span>font_face<span class="gtkdoc opt">);</span>
|
135
|
+
<span class="function">FT_Done_Face</span> <span class="gtkdoc opt">(</span>ft_face<span class="gtkdoc opt">);</span>
|
136
|
+
<span class="keyword">return</span> ERROR<span class="gtkdoc opt">;</span>
|
137
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
138
|
+
</tr>
|
139
|
+
</tbody>
|
140
|
+
</table>
|
141
|
+
</div>
|
108
142
|
|
109
|
-
font_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0);
|
110
|
-
status = cairo_font_face_set_user_data (font_face, &key,
|
111
|
-
ft_face, (cairo_destroy_func_t) FT_Done_Face);
|
112
|
-
if (status) {
|
113
|
-
cairo_font_face_destroy (font_face);
|
114
|
-
FT_Done_Face (ft_face);
|
115
|
-
return ERROR;
|
116
|
-
}
|
117
|
-
</pre></div>
|
118
143
|
<p>
|
119
144
|
</p>
|
120
145
|
<div class="variablelist"><table border="0">
|
@@ -123,35 +148,34 @@ if (status) {
|
|
123
148
|
<tr>
|
124
149
|
<td><p><span class="term"><em class="parameter"><code>face</code></em> :</span></p></td>
|
125
150
|
<td>A FreeType face object, already opened. This must
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
151
|
+
be kept around until the face's ref_count drops to
|
152
|
+
zero and it is freed. Since the face may be referenced
|
153
|
+
internally to Cairo, the best way to determine when it
|
154
|
+
is safe to free the face is to pass a
|
155
|
+
<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> to <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-set-user-data" title="cairo_font_face_set_user_data ()"><code class="function">cairo_font_face_set_user_data()</code></a>
|
131
156
|
</td>
|
132
157
|
</tr>
|
133
158
|
<tr>
|
134
159
|
<td><p><span class="term"><em class="parameter"><code>load_flags</code></em> :</span></p></td>
|
135
160
|
<td>flags to pass to FT_Load_Glyph when loading
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
</td>
|
161
|
+
glyphs from the font. These flags are OR'ed together with
|
162
|
+
the flags derived from the <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> passed
|
163
|
+
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>, so only a few values such
|
164
|
+
as <code class="literal">FT_LOAD_VERTICAL_LAYOUT</code>, and <code class="literal">FT_LOAD_FORCE_AUTOHINT</code>
|
165
|
+
are useful. You should not pass any of the flags affecting
|
166
|
+
the load target, such as <code class="literal">FT_LOAD_TARGET_LIGHT</code>.</td>
|
143
167
|
</tr>
|
144
168
|
<tr>
|
145
169
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
146
|
-
<td>
|
147
|
-
|
148
|
-
</td>
|
170
|
+
<td>a newly created <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>. Free with
|
171
|
+
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-destroy" title="cairo_font_face_destroy ()"><code class="function">cairo_font_face_destroy()</code></a> when you are done using it.</td>
|
149
172
|
</tr>
|
150
173
|
</tbody>
|
151
174
|
</table></div>
|
175
|
+
<p class="since">Since 1.0</p>
|
152
176
|
</div>
|
153
177
|
<hr>
|
154
|
-
<div class="refsect2"
|
178
|
+
<div class="refsect2">
|
155
179
|
<a name="cairo-ft-font-face-create-for-pattern"></a><h3>cairo_ft_font_face_create_for_pattern ()</h3>
|
156
180
|
<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_ft_font_face_create_for_pattern
|
157
181
|
(<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>);</pre>
|
@@ -186,7 +210,7 @@ and the resulting font pattern is used.
|
|
186
210
|
If the FC_FT_FACE element of <em class="parameter"><code>pattern</code></em> is set, the user is responsible
|
187
211
|
for making sure that the referenced FT_Face remains valid for the life
|
188
212
|
time of the returned <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>. See
|
189
|
-
<a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face" title="cairo_ft_font_face_create_for_ft_face ()"><code class="function">cairo_ft_font_face_create_for_ft_face()</code></a> for an
|
213
|
+
<a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face" title="cairo_ft_font_face_create_for_ft_face ()"><code class="function">cairo_ft_font_face_create_for_ft_face()</code></a> for an example of how to couple
|
190
214
|
the life time of the FT_Face to that of the cairo font-face.
|
191
215
|
</p>
|
192
216
|
<div class="variablelist"><table border="0">
|
@@ -195,20 +219,19 @@ the life time of the FT_Face to that of the cairo font-face.
|
|
195
219
|
<tr>
|
196
220
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
197
221
|
<td>A fontconfig pattern. Cairo makes a copy of the pattern
|
198
|
-
if it needs to. You are free to modify or free <em class="parameter"><code>pattern</code></em> after this call
|
199
|
-
</td>
|
222
|
+
if it needs to. You are free to modify or free <em class="parameter"><code>pattern</code></em> after this call.</td>
|
200
223
|
</tr>
|
201
224
|
<tr>
|
202
225
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
203
|
-
<td>
|
204
|
-
|
205
|
-
</td>
|
226
|
+
<td>a newly created <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>. Free with
|
227
|
+
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-destroy" title="cairo_font_face_destroy ()"><code class="function">cairo_font_face_destroy()</code></a> when you are done using it.</td>
|
206
228
|
</tr>
|
207
229
|
</tbody>
|
208
230
|
</table></div>
|
231
|
+
<p class="since">Since 1.0</p>
|
209
232
|
</div>
|
210
233
|
<hr>
|
211
|
-
<div class="refsect2"
|
234
|
+
<div class="refsect2">
|
212
235
|
<a name="cairo-ft-font-options-substitute"></a><h3>cairo_ft_font_options_substitute ()</h3>
|
213
236
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_ft_font_options_substitute (<em class="parameter"><code>const <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>,
|
214
237
|
<em class="parameter"><code><span class="type">FcPattern</span> *pattern</code></em>);</pre>
|
@@ -224,8 +247,7 @@ before calling <code class="function">FcDefaultSubstitute()</code>.
|
|
224
247
|
<tbody>
|
225
248
|
<tr>
|
226
249
|
<td><p><span class="term"><em class="parameter"><code>options</code></em> :</span></p></td>
|
227
|
-
<td>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> object
|
228
|
-
</td>
|
250
|
+
<td>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> object</td>
|
229
251
|
</tr>
|
230
252
|
<tr>
|
231
253
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
@@ -234,9 +256,10 @@ before calling <code class="function">FcDefaultSubstitute()</code>.
|
|
234
256
|
</tr>
|
235
257
|
</tbody>
|
236
258
|
</table></div>
|
259
|
+
<p class="since">Since 1.0</p>
|
237
260
|
</div>
|
238
261
|
<hr>
|
239
|
-
<div class="refsect2"
|
262
|
+
<div class="refsect2">
|
240
263
|
<a name="cairo-ft-scaled-font-lock-face"></a><h3>cairo_ft_scaled_font_lock_face ()</h3>
|
241
264
|
<pre class="programlisting"><span class="returnvalue">FT_Face</span> cairo_ft_scaled_font_lock_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>
|
242
265
|
<p>
|
@@ -266,23 +289,22 @@ might result in a call into the freetype library).
|
|
266
289
|
<tr>
|
267
290
|
<td><p><span class="term"><em class="parameter"><code>scaled_font</code></em> :</span></p></td>
|
268
291
|
<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> from the FreeType font backend. Such an
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
</td>
|
292
|
+
object can be created by calling <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> on a
|
293
|
+
FreeType backend font face (see <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern" title="cairo_ft_font_face_create_for_pattern ()"><code class="function">cairo_ft_font_face_create_for_pattern()</code></a>,
|
294
|
+
<a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face" title="cairo_ft_font_face_create_for_ft_face ()"><code class="function">cairo_ft_font_face_create_for_ft_face()</code></a>).</td>
|
273
295
|
</tr>
|
274
296
|
<tr>
|
275
297
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
276
|
-
<td>
|
277
|
-
or <a href="
|
278
|
-
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a>) or there is insufficient memory
|
279
|
-
</td>
|
298
|
+
<td>The <span class="type">FT_Face</span> object for <em class="parameter"><code>font</code></em>, scaled appropriately,
|
299
|
+
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> if <em class="parameter"><code>scaled_font</code></em> is in an error state (see
|
300
|
+
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a>) or there is insufficient memory.</td>
|
280
301
|
</tr>
|
281
302
|
</tbody>
|
282
303
|
</table></div>
|
304
|
+
<p class="since">Since 1.0</p>
|
283
305
|
</div>
|
284
306
|
<hr>
|
285
|
-
<div class="refsect2"
|
307
|
+
<div class="refsect2">
|
286
308
|
<a name="cairo-ft-scaled-font-unlock-face"></a><h3>cairo_ft_scaled_font_unlock_face ()</h3>
|
287
309
|
<pre class="programlisting"><span class="returnvalue">void</span> cairo_ft_scaled_font_unlock_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>
|
288
310
|
<p>
|
@@ -293,21 +315,131 @@ Releases a face obtained with <a class="link" href="cairo-FreeType-Fonts.html#ca
|
|
293
315
|
<tbody><tr>
|
294
316
|
<td><p><span class="term"><em class="parameter"><code>scaled_font</code></em> :</span></p></td>
|
295
317
|
<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> from the FreeType font backend. Such an
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
</td>
|
318
|
+
object can be created by calling <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> on a
|
319
|
+
FreeType backend font face (see <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern" title="cairo_ft_font_face_create_for_pattern ()"><code class="function">cairo_ft_font_face_create_for_pattern()</code></a>,
|
320
|
+
<a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face" title="cairo_ft_font_face_create_for_ft_face ()"><code class="function">cairo_ft_font_face_create_for_ft_face()</code></a>).</td>
|
300
321
|
</tr></tbody>
|
301
322
|
</table></div>
|
323
|
+
<p class="since">Since 1.0</p>
|
324
|
+
</div>
|
325
|
+
<hr>
|
326
|
+
<div class="refsect2">
|
327
|
+
<a name="cairo-ft-synthesize-t"></a><h3>enum cairo_ft_synthesize_t</h3>
|
328
|
+
<pre class="programlisting">typedef enum {
|
329
|
+
CAIRO_FT_SYNTHESIZE_BOLD = 1 << 0,
|
330
|
+
CAIRO_FT_SYNTHESIZE_OBLIQUE = 1 << 1
|
331
|
+
} cairo_ft_synthesize_t;
|
332
|
+
</pre>
|
333
|
+
<p>
|
334
|
+
A set of synthesis options to control how FreeType renders the glyphs
|
335
|
+
for a particular font face.
|
336
|
+
</p>
|
337
|
+
<p>
|
338
|
+
Individual synthesis features of a <span class="type">cairo_ft_font_face_t</span> can be set
|
339
|
+
using <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize" title="cairo_ft_font_face_set_synthesize ()"><code class="function">cairo_ft_font_face_set_synthesize()</code></a>, or disabled using
|
340
|
+
<a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-unset-synthesize" title="cairo_ft_font_face_unset_synthesize ()"><code class="function">cairo_ft_font_face_unset_synthesize()</code></a>. The currently enabled set of
|
341
|
+
synthesis options can be queried with <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-get-synthesize" title="cairo_ft_font_face_get_synthesize ()"><code class="function">cairo_ft_font_face_get_synthesize()</code></a>.
|
342
|
+
</p>
|
343
|
+
<p>
|
344
|
+
Note: that when synthesizing glyphs, the font metrics returned will only
|
345
|
+
be estimates.
|
346
|
+
</p>
|
347
|
+
<div class="variablelist"><table border="0">
|
348
|
+
<col align="left" valign="top">
|
349
|
+
<tbody>
|
350
|
+
<tr>
|
351
|
+
<td><p><a name="CAIRO-FT-SYNTHESIZE-BOLD:CAPS"></a><span class="term"><code class="literal">CAIRO_FT_SYNTHESIZE_BOLD</code></span></p></td>
|
352
|
+
<td>Embolden the glyphs (redraw with a pixel offset)
|
353
|
+
</td>
|
354
|
+
</tr>
|
355
|
+
<tr>
|
356
|
+
<td><p><a name="CAIRO-FT-SYNTHESIZE-OBLIQUE:CAPS"></a><span class="term"><code class="literal">CAIRO_FT_SYNTHESIZE_OBLIQUE</code></span></p></td>
|
357
|
+
<td>Slant the glyph outline by 12 degrees to the
|
358
|
+
right.
|
359
|
+
</td>
|
360
|
+
</tr>
|
361
|
+
</tbody>
|
362
|
+
</table></div>
|
363
|
+
<p class="since">Since 1.12</p>
|
364
|
+
</div>
|
365
|
+
<hr>
|
366
|
+
<div class="refsect2">
|
367
|
+
<a name="cairo-ft-font-face-get-synthesize"></a><h3>cairo_ft_font_face_get_synthesize ()</h3>
|
368
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span> cairo_ft_font_face_get_synthesize (<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>);</pre>
|
369
|
+
<p>
|
370
|
+
See <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-synthesize-t" title="enum cairo_ft_synthesize_t"><span class="type">cairo_ft_synthesize_t</span></a>.
|
371
|
+
</p>
|
372
|
+
<div class="variablelist"><table border="0">
|
373
|
+
<col align="left" valign="top">
|
374
|
+
<tbody>
|
375
|
+
<tr>
|
376
|
+
<td><p><span class="term"><em class="parameter"><code>font_face</code></em> :</span></p></td>
|
377
|
+
<td>The <span class="type">cairo_ft_font_face_t</span> object to query</td>
|
378
|
+
</tr>
|
379
|
+
<tr>
|
380
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
381
|
+
<td>the current set of synthesis options.</td>
|
382
|
+
</tr>
|
383
|
+
</tbody>
|
384
|
+
</table></div>
|
385
|
+
<p class="since">Since 1.12</p>
|
386
|
+
</div>
|
387
|
+
<hr>
|
388
|
+
<div class="refsect2">
|
389
|
+
<a name="cairo-ft-font-face-set-synthesize"></a><h3>cairo_ft_font_face_set_synthesize ()</h3>
|
390
|
+
<pre class="programlisting"><span class="returnvalue">void</span> cairo_ft_font_face_set_synthesize (<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>,
|
391
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> synth_flags</code></em>);</pre>
|
392
|
+
<p>
|
393
|
+
FreeType provides the ability to synthesize different glyphs from a base
|
394
|
+
font, which is useful if you lack those glyphs from a true bold or oblique
|
395
|
+
font. See also <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-synthesize-t" title="enum cairo_ft_synthesize_t"><span class="type">cairo_ft_synthesize_t</span></a>.
|
396
|
+
</p>
|
397
|
+
<div class="variablelist"><table border="0">
|
398
|
+
<col align="left" valign="top">
|
399
|
+
<tbody>
|
400
|
+
<tr>
|
401
|
+
<td><p><span class="term"><em class="parameter"><code>font_face</code></em> :</span></p></td>
|
402
|
+
<td>The <span class="type">cairo_ft_font_face_t</span> object to modify</td>
|
403
|
+
</tr>
|
404
|
+
<tr>
|
405
|
+
<td><p><span class="term"><em class="parameter"><code>synth_flags</code></em> :</span></p></td>
|
406
|
+
<td>the set of synthesis options to enable</td>
|
407
|
+
</tr>
|
408
|
+
</tbody>
|
409
|
+
</table></div>
|
410
|
+
<p class="since">Since 1.12</p>
|
411
|
+
</div>
|
412
|
+
<hr>
|
413
|
+
<div class="refsect2">
|
414
|
+
<a name="cairo-ft-font-face-unset-synthesize"></a><h3>cairo_ft_font_face_unset_synthesize ()</h3>
|
415
|
+
<pre class="programlisting"><span class="returnvalue">void</span> cairo_ft_font_face_unset_synthesize (<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>,
|
416
|
+
<em class="parameter"><code>unsigned <span class="type">int</span> synth_flags</code></em>);</pre>
|
417
|
+
<p>
|
418
|
+
See <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize" title="cairo_ft_font_face_set_synthesize ()"><code class="function">cairo_ft_font_face_set_synthesize()</code></a>.
|
419
|
+
</p>
|
420
|
+
<div class="variablelist"><table border="0">
|
421
|
+
<col align="left" valign="top">
|
422
|
+
<tbody>
|
423
|
+
<tr>
|
424
|
+
<td><p><span class="term"><em class="parameter"><code>font_face</code></em> :</span></p></td>
|
425
|
+
<td>The <span class="type">cairo_ft_font_face_t</span> object to modify</td>
|
426
|
+
</tr>
|
427
|
+
<tr>
|
428
|
+
<td><p><span class="term"><em class="parameter"><code>synth_flags</code></em> :</span></p></td>
|
429
|
+
<td>the set of synthesis options to disable</td>
|
430
|
+
</tr>
|
431
|
+
</tbody>
|
432
|
+
</table></div>
|
433
|
+
<p class="since">Since 1.12</p>
|
302
434
|
</div>
|
303
435
|
</div>
|
304
|
-
<div class="refsect1"
|
436
|
+
<div class="refsect1">
|
305
437
|
<a name="cairo-FreeType-Fonts.see-also"></a><h2>See Also</h2>
|
306
438
|
<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>
|
307
439
|
</div>
|
308
440
|
</div>
|
309
441
|
<div class="footer">
|
310
442
|
<hr>
|
311
|
-
Generated by GTK-Doc V1.
|
443
|
+
Generated by GTK-Doc V1.18</div>
|
312
444
|
</body>
|
313
445
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Image Surfaces</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-surfaces.html" title="Surfaces">
|
9
9
|
<link rel="prev" href="cairo-cairo-surface-t.html" title="cairo_surface_t">
|
10
10
|
<link rel="next" href="cairo-PDF-Surfaces.html" title="PDF Surfaces">
|
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-Image-Surfaces.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-Image-Surfaces"></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-Image-Surfaces.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">#define <a class="link" href="cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS" title="CAIRO_HAS_IMAGE_SURFACE">CAIRO_HAS_IMAGE_SURFACE</a>
|
41
41
|
enum <a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t">cairo_format_t</a>;
|
@@ -56,7 +56,7 @@ unsigned <span class="returnvalue">char</span> * <a class="link" href="cairo
|
|
56
56
|
<span class="returnvalue">int</span> <a class="link" href="cairo-Image-Surfaces.html#cairo-image-surface-get-stride" title="cairo_image_surface_get_stride ()">cairo_image_surface_get_stride</a> (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);
|
57
57
|
</pre>
|
58
58
|
</div>
|
59
|
-
<div class="refsect1"
|
59
|
+
<div class="refsect1">
|
60
60
|
<a name="cairo-Image-Surfaces.description"></a><h2>Description</h2>
|
61
61
|
<p>
|
62
62
|
Image surfaces provide the ability to render to memory buffers
|
@@ -64,9 +64,9 @@ either allocated by cairo or by the calling code. The supported
|
|
64
64
|
image formats are those defined in <a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a>.
|
65
65
|
</p>
|
66
66
|
</div>
|
67
|
-
<div class="refsect1"
|
67
|
+
<div class="refsect1">
|
68
68
|
<a name="cairo-Image-Surfaces.details"></a><h2>Details</h2>
|
69
|
-
<div class="refsect2"
|
69
|
+
<div class="refsect2">
|
70
70
|
<a name="CAIRO-HAS-IMAGE-SURFACE:CAPS"></a><h3>CAIRO_HAS_IMAGE_SURFACE</h3>
|
71
71
|
<pre class="programlisting">#define CAIRO_HAS_IMAGE_SURFACE 1
|
72
72
|
</pre>
|
@@ -75,20 +75,19 @@ Defined if the image surface backend is available.
|
|
75
75
|
The image surface backend is always built in.
|
76
76
|
This macro was added for completeness in cairo 1.8.
|
77
77
|
</p>
|
78
|
-
<p>
|
79
|
-
<em class="parameter"><code>Since</code></em>: 1.8
|
80
|
-
</p>
|
78
|
+
<p class="since">Since 1.8</p>
|
81
79
|
</div>
|
82
80
|
<hr>
|
83
|
-
<div class="refsect2"
|
81
|
+
<div class="refsect2">
|
84
82
|
<a name="cairo-format-t"></a><h3>enum cairo_format_t</h3>
|
85
|
-
<pre class="programlisting">typedef enum
|
83
|
+
<pre class="programlisting">typedef enum {
|
86
84
|
CAIRO_FORMAT_INVALID = -1,
|
87
85
|
CAIRO_FORMAT_ARGB32 = 0,
|
88
86
|
CAIRO_FORMAT_RGB24 = 1,
|
89
87
|
CAIRO_FORMAT_A8 = 2,
|
90
88
|
CAIRO_FORMAT_A1 = 3,
|
91
|
-
CAIRO_FORMAT_RGB16_565 = 4
|
89
|
+
CAIRO_FORMAT_RGB16_565 = 4,
|
90
|
+
CAIRO_FORMAT_RGB30 = 5
|
92
91
|
} cairo_format_t;
|
93
92
|
</pre>
|
94
93
|
<p>
|
@@ -112,20 +111,20 @@ New entries may be added in future versions.
|
|
112
111
|
alpha in the upper 8 bits, then red, then green, then blue.
|
113
112
|
The 32-bit quantities are stored native-endian. Pre-multiplied
|
114
113
|
alpha is used. (That is, 50% transparent red is 0x80800000,
|
115
|
-
not 0x80ff0000.)
|
114
|
+
not 0x80ff0000.) (Since 1.0)
|
116
115
|
</td>
|
117
116
|
</tr>
|
118
117
|
<tr>
|
119
118
|
<td><p><a name="CAIRO-FORMAT-RGB24:CAPS"></a><span class="term"><code class="literal">CAIRO_FORMAT_RGB24</code></span></p></td>
|
120
119
|
<td>each pixel is a 32-bit quantity, with
|
121
120
|
the upper 8 bits unused. Red, Green, and Blue are stored
|
122
|
-
in the remaining 24 bits in that order.
|
121
|
+
in the remaining 24 bits in that order. (Since 1.0)
|
123
122
|
</td>
|
124
123
|
</tr>
|
125
124
|
<tr>
|
126
125
|
<td><p><a name="CAIRO-FORMAT-A8:CAPS"></a><span class="term"><code class="literal">CAIRO_FORMAT_A8</code></span></p></td>
|
127
126
|
<td>each pixel is a 8-bit quantity holding
|
128
|
-
an alpha value.
|
127
|
+
an alpha value. (Since 1.0)
|
129
128
|
</td>
|
130
129
|
</tr>
|
131
130
|
<tr>
|
@@ -135,21 +134,27 @@ New entries may be added in future versions.
|
|
135
134
|
quantities. The ordering of the bits matches the
|
136
135
|
endianess of the platform. On a big-endian machine, the
|
137
136
|
first pixel is in the uppermost bit, on a little-endian
|
138
|
-
machine the first pixel is in the least-significant bit.
|
137
|
+
machine the first pixel is in the least-significant bit. (Since 1.0)
|
139
138
|
</td>
|
140
139
|
</tr>
|
141
140
|
<tr>
|
142
141
|
<td><p><a name="CAIRO-FORMAT-RGB16-565:CAPS"></a><span class="term"><code class="literal">CAIRO_FORMAT_RGB16_565</code></span></p></td>
|
143
142
|
<td>each pixel is a 16-bit quantity
|
144
143
|
with red in the upper 5 bits, then green in the middle
|
145
|
-
6 bits, and blue in the lower 5 bits.
|
144
|
+
6 bits, and blue in the lower 5 bits. (Since 1.2)
|
145
|
+
</td>
|
146
|
+
</tr>
|
147
|
+
<tr>
|
148
|
+
<td><p><a name="CAIRO-FORMAT-RGB30:CAPS"></a><span class="term"><code class="literal">CAIRO_FORMAT_RGB30</code></span></p></td>
|
149
|
+
<td>like RGB24 but with 10bpc. (Since 1.12)
|
146
150
|
</td>
|
147
151
|
</tr>
|
148
152
|
</tbody>
|
149
153
|
</table></div>
|
154
|
+
<p class="since">Since 1.0</p>
|
150
155
|
</div>
|
151
156
|
<hr>
|
152
|
-
<div class="refsect2"
|
157
|
+
<div class="refsect2">
|
153
158
|
<a name="cairo-format-stride-for-width"></a><h3>cairo_format_stride_for_width ()</h3>
|
154
159
|
<pre class="programlisting"><span class="returnvalue">int</span> cairo_format_stride_for_width (<em class="parameter"><code><a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> format</code></em>,
|
155
160
|
<em class="parameter"><code><span class="type">int</span> width</code></em>);</pre>
|
@@ -160,17 +165,33 @@ within cairo. Typical usage will be of the form:
|
|
160
165
|
</p>
|
161
166
|
<p>
|
162
167
|
</p>
|
163
|
-
<div class="informalexample"
|
164
|
-
|
165
|
-
|
166
|
-
<
|
168
|
+
<div class="informalexample">
|
169
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
170
|
+
<tbody>
|
171
|
+
<tr>
|
172
|
+
<td class="listing_lines" align="right"><pre>1
|
173
|
+
2
|
174
|
+
3
|
175
|
+
4
|
176
|
+
5
|
177
|
+
6
|
178
|
+
7
|
179
|
+
8
|
180
|
+
9</pre></td>
|
181
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">int</span> stride<span class="gtkdoc opt">;</span>
|
182
|
+
<span class="gtkdoc kwb">unsigned char</span> <span class="gtkdoc opt">*</span>data<span class="gtkdoc opt">;</span>
|
183
|
+
<span class="gtkdoc opt"><</span>a <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">"link"</span> href<span class="gtkdoc opt">=</span><span class="string">"cairo-cairo-surface-t.html#cairo-surface-t"</span> title<span class="gtkdoc opt">=</span><span class="string">"cairo_surface_t"</span><span class="gtkdoc opt">></span>cairo_surface_t<span class="gtkdoc opt"></</span>a<span class="gtkdoc opt">> *</span>surface<span class="gtkdoc opt">;</span>
|
184
|
+
|
185
|
+
stride <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-Image-Surfaces.html#cairo-format-stride-for-width">cairo_format_stride_for_width</a></span> <span class="gtkdoc opt">(</span>format<span class="gtkdoc opt">,</span> width<span class="gtkdoc opt">);</span>
|
186
|
+
data <span class="gtkdoc opt">=</span> <span class="function">malloc</span> <span class="gtkdoc opt">(</span>stride <span class="gtkdoc opt">*</span> height<span class="gtkdoc opt">);</span>
|
187
|
+
surface <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">cairo_image_surface_create_for_data</a></span> <span class="gtkdoc opt">(</span>data<span class="gtkdoc opt">,</span> format<span class="gtkdoc opt">,</span>
|
188
|
+
width<span class="gtkdoc opt">,</span> height<span class="gtkdoc opt">,</span>
|
189
|
+
stride<span class="gtkdoc opt">);</span></pre></td>
|
190
|
+
</tr>
|
191
|
+
</tbody>
|
192
|
+
</table>
|
193
|
+
</div>
|
167
194
|
|
168
|
-
stride = cairo_format_stride_for_width (format, width);
|
169
|
-
data = malloc (stride * height);
|
170
|
-
surface = cairo_image_surface_create_for_data (data, format,
|
171
|
-
width, height,
|
172
|
-
stride);
|
173
|
-
</pre></div>
|
174
195
|
<p>
|
175
196
|
</p>
|
176
197
|
<div class="variablelist"><table border="0">
|
@@ -178,28 +199,24 @@ surface = cairo_image_surface_create_for_data (data, format,
|
|
178
199
|
<tbody>
|
179
200
|
<tr>
|
180
201
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
181
|
-
<td>A <a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> value
|
182
|
-
</td>
|
202
|
+
<td>A <a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> value</td>
|
183
203
|
</tr>
|
184
204
|
<tr>
|
185
205
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
186
|
-
<td>The desired width of an image surface to be created
|
187
|
-
</td>
|
206
|
+
<td>The desired width of an image surface to be created.</td>
|
188
207
|
</tr>
|
189
208
|
<tr>
|
190
209
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
191
|
-
<td>
|
210
|
+
<td>the appropriate stride to use given the desired
|
192
211
|
format and width, or -1 if either the format is invalid or the width
|
193
|
-
too large
|
194
|
-
|
195
|
-
</td>
|
212
|
+
too large.</td>
|
196
213
|
</tr>
|
197
214
|
</tbody>
|
198
215
|
</table></div>
|
199
216
|
<p class="since">Since 1.6</p>
|
200
217
|
</div>
|
201
218
|
<hr>
|
202
|
-
<div class="refsect2"
|
219
|
+
<div class="refsect2">
|
203
220
|
<a name="cairo-image-surface-create"></a><h3>cairo_image_surface_create ()</h3>
|
204
221
|
<pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> * cairo_image_surface_create (<em class="parameter"><code><a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> format</code></em>,
|
205
222
|
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
@@ -216,35 +233,31 @@ but not belonging to the given format are undefined).
|
|
216
233
|
<tbody>
|
217
234
|
<tr>
|
218
235
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
219
|
-
<td>format of pixels in the surface to create
|
220
|
-
</td>
|
236
|
+
<td>format of pixels in the surface to create</td>
|
221
237
|
</tr>
|
222
238
|
<tr>
|
223
239
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
224
|
-
<td>width of the surface, in pixels
|
225
|
-
</td>
|
240
|
+
<td>width of the surface, in pixels</td>
|
226
241
|
</tr>
|
227
242
|
<tr>
|
228
243
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
229
|
-
<td>height of the surface, in pixels
|
230
|
-
</td>
|
244
|
+
<td>height of the surface, in pixels</td>
|
231
245
|
</tr>
|
232
246
|
<tr>
|
233
247
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
234
|
-
<td>
|
248
|
+
<td>a pointer to the newly created surface. The caller
|
235
249
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
236
250
|
with it.
|
237
|
-
|
238
251
|
This function always returns a valid pointer, but it will return a
|
239
252
|
pointer to a "nil" surface if an error such as out of memory
|
240
|
-
occurs. You can use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a> to check for this
|
241
|
-
</td>
|
253
|
+
occurs. You can use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a> to check for this.</td>
|
242
254
|
</tr>
|
243
255
|
</tbody>
|
244
256
|
</table></div>
|
257
|
+
<p class="since">Since 1.0</p>
|
245
258
|
</div>
|
246
259
|
<hr>
|
247
|
-
<div class="refsect2"
|
260
|
+
<div class="refsect2">
|
248
261
|
<a name="cairo-image-surface-create-for-data"></a><h3>cairo_image_surface_create_for_data ()</h3>
|
249
262
|
<pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> * cairo_image_surface_create_for_data (<em class="parameter"><code>unsigned <span class="type">char</span> *data</code></em>,
|
250
263
|
<em class="parameter"><code><a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> format</code></em>,
|
@@ -275,61 +288,60 @@ to allocate the data and to create the image surface. See
|
|
275
288
|
<tr>
|
276
289
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
277
290
|
<td>a pointer to a buffer supplied by the application in which
|
278
|
-
|
279
|
-
|
280
|
-
</td>
|
291
|
+
to write contents. This pointer must be suitably aligned for any
|
292
|
+
kind of variable, (for example, a pointer returned by malloc).</td>
|
281
293
|
</tr>
|
282
294
|
<tr>
|
283
295
|
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
284
|
-
<td>the format of pixels in the buffer
|
285
|
-
</td>
|
296
|
+
<td>the format of pixels in the buffer</td>
|
286
297
|
</tr>
|
287
298
|
<tr>
|
288
299
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
289
|
-
<td>the width of the image to be stored in the buffer
|
290
|
-
</td>
|
300
|
+
<td>the width of the image to be stored in the buffer</td>
|
291
301
|
</tr>
|
292
302
|
<tr>
|
293
303
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
294
|
-
<td>the height of the image to be stored in the buffer
|
295
|
-
</td>
|
304
|
+
<td>the height of the image to be stored in the buffer</td>
|
296
305
|
</tr>
|
297
306
|
<tr>
|
298
307
|
<td><p><span class="term"><em class="parameter"><code>stride</code></em> :</span></p></td>
|
299
308
|
<td>the number of bytes between the start of rows in the
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
</td>
|
309
|
+
buffer as allocated. This value should always be computed by
|
310
|
+
<a class="link" href="cairo-Image-Surfaces.html#cairo-format-stride-for-width" title="cairo_format_stride_for_width ()"><code class="function">cairo_format_stride_for_width()</code></a> before allocating the data
|
311
|
+
buffer.</td>
|
304
312
|
</tr>
|
305
313
|
<tr>
|
306
314
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
307
|
-
<td>
|
315
|
+
<td>a pointer to the newly created surface. The caller
|
308
316
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
309
317
|
with it.
|
310
|
-
|
311
318
|
This function always returns a valid pointer, but it will return a
|
312
319
|
pointer to a "nil" surface in the case of an error such as out of
|
313
320
|
memory or an invalid stride value. In case of invalid stride value
|
314
321
|
the error status of the returned surface will be
|
315
322
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-INVALID-STRIDE:CAPS"><code class="literal">CAIRO_STATUS_INVALID_STRIDE</code></a>. You can use
|
316
323
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a> to check for this.
|
317
|
-
|
318
324
|
See <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-set-user-data" title="cairo_surface_set_user_data ()"><code class="function">cairo_surface_set_user_data()</code></a> for a means of attaching a
|
319
|
-
destroy-notification fallback to the surface if necessary
|
320
|
-
</td>
|
325
|
+
destroy-notification fallback to the surface if necessary.</td>
|
321
326
|
</tr>
|
322
327
|
</tbody>
|
323
328
|
</table></div>
|
329
|
+
<p class="since">Since 1.0</p>
|
324
330
|
</div>
|
325
331
|
<hr>
|
326
|
-
<div class="refsect2"
|
332
|
+
<div class="refsect2">
|
327
333
|
<a name="cairo-image-surface-get-data"></a><h3>cairo_image_surface_get_data ()</h3>
|
328
334
|
<pre class="programlisting">unsigned <span class="returnvalue">char</span> * cairo_image_surface_get_data (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
329
335
|
<p>
|
330
336
|
Get a pointer to the data of the image surface, for direct
|
331
337
|
inspection or modification.
|
332
338
|
</p>
|
339
|
+
<p>
|
340
|
+
A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> is required before accessing the
|
341
|
+
pixel data to ensure that all pending drawing operations are
|
342
|
+
finished. A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty" title="cairo_surface_mark_dirty ()"><code class="function">cairo_surface_mark_dirty()</code></a> is required after
|
343
|
+
the data is modified.
|
344
|
+
</p>
|
333
345
|
<div class="variablelist"><table border="0">
|
334
346
|
<col align="left" valign="top">
|
335
347
|
<tbody>
|
@@ -340,18 +352,16 @@ inspection or modification.
|
|
340
352
|
</tr>
|
341
353
|
<tr>
|
342
354
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
343
|
-
<td>
|
355
|
+
<td>a pointer to the image data of this surface 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>
|
344
356
|
if <em class="parameter"><code>surface</code></em> is not an image surface, or if <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-finish" title="cairo_surface_finish ()"><code class="function">cairo_surface_finish()</code></a>
|
345
|
-
has been called
|
346
|
-
|
347
|
-
</td>
|
357
|
+
has been called.</td>
|
348
358
|
</tr>
|
349
359
|
</tbody>
|
350
360
|
</table></div>
|
351
361
|
<p class="since">Since 1.2</p>
|
352
362
|
</div>
|
353
363
|
<hr>
|
354
|
-
<div class="refsect2"
|
364
|
+
<div class="refsect2">
|
355
365
|
<a name="cairo-image-surface-get-format"></a><h3>cairo_image_surface_get_format ()</h3>
|
356
366
|
<pre class="programlisting"><a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="returnvalue">cairo_format_t</span></a> cairo_image_surface_get_format (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
357
367
|
<p>
|
@@ -367,16 +377,14 @@ Get the format of the surface.
|
|
367
377
|
</tr>
|
368
378
|
<tr>
|
369
379
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
370
|
-
<td>
|
371
|
-
|
372
|
-
</td>
|
380
|
+
<td>the format of the surface</td>
|
373
381
|
</tr>
|
374
382
|
</tbody>
|
375
383
|
</table></div>
|
376
384
|
<p class="since">Since 1.2</p>
|
377
385
|
</div>
|
378
386
|
<hr>
|
379
|
-
<div class="refsect2"
|
387
|
+
<div class="refsect2">
|
380
388
|
<a name="cairo-image-surface-get-width"></a><h3>cairo_image_surface_get_width ()</h3>
|
381
389
|
<pre class="programlisting"><span class="returnvalue">int</span> cairo_image_surface_get_width (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
382
390
|
<p>
|
@@ -392,14 +400,14 @@ Get the width of the image surface in pixels.
|
|
392
400
|
</tr>
|
393
401
|
<tr>
|
394
402
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
395
|
-
<td>
|
396
|
-
</td>
|
403
|
+
<td>the width of the surface in pixels.</td>
|
397
404
|
</tr>
|
398
405
|
</tbody>
|
399
406
|
</table></div>
|
407
|
+
<p class="since">Since 1.0</p>
|
400
408
|
</div>
|
401
409
|
<hr>
|
402
|
-
<div class="refsect2"
|
410
|
+
<div class="refsect2">
|
403
411
|
<a name="cairo-image-surface-get-height"></a><h3>cairo_image_surface_get_height ()</h3>
|
404
412
|
<pre class="programlisting"><span class="returnvalue">int</span> cairo_image_surface_get_height (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
405
413
|
<p>
|
@@ -415,14 +423,14 @@ Get the height of the image surface in pixels.
|
|
415
423
|
</tr>
|
416
424
|
<tr>
|
417
425
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
418
|
-
<td>
|
419
|
-
</td>
|
426
|
+
<td>the height of the surface in pixels.</td>
|
420
427
|
</tr>
|
421
428
|
</tbody>
|
422
429
|
</table></div>
|
430
|
+
<p class="since">Since 1.0</p>
|
423
431
|
</div>
|
424
432
|
<hr>
|
425
|
-
<div class="refsect2"
|
433
|
+
<div class="refsect2">
|
426
434
|
<a name="cairo-image-surface-get-stride"></a><h3>cairo_image_surface_get_stride ()</h3>
|
427
435
|
<pre class="programlisting"><span class="returnvalue">int</span> cairo_image_surface_get_stride (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
428
436
|
<p>
|
@@ -438,25 +446,23 @@ Get the stride of the image surface in bytes
|
|
438
446
|
</tr>
|
439
447
|
<tr>
|
440
448
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
441
|
-
<td>
|
449
|
+
<td>the stride of the image surface in bytes (or 0 if
|
442
450
|
<em class="parameter"><code>surface</code></em> is not an image surface). The stride is the distance in
|
443
451
|
bytes from the beginning of one row of the image data to the
|
444
|
-
beginning of the next row
|
445
|
-
|
446
|
-
</td>
|
452
|
+
beginning of the next row.</td>
|
447
453
|
</tr>
|
448
454
|
</tbody>
|
449
455
|
</table></div>
|
450
456
|
<p class="since">Since 1.2</p>
|
451
457
|
</div>
|
452
458
|
</div>
|
453
|
-
<div class="refsect1"
|
459
|
+
<div class="refsect1">
|
454
460
|
<a name="cairo-Image-Surfaces.see-also"></a><h2>See Also</h2>
|
455
461
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>
|
456
462
|
</div>
|
457
463
|
</div>
|
458
464
|
<div class="footer">
|
459
465
|
<hr>
|
460
|
-
Generated by GTK-Doc V1.
|
466
|
+
Generated by GTK-Doc V1.18</div>
|
461
467
|
</body>
|
462
468
|
</html>
|