cairo 1.15.9-x64-mingw32 → 1.15.10-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +20 -0
- data/Rakefile +9 -7
- data/ext/cairo/rb_cairo.h +1 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/lib/cairo.rb +3 -3
- data/test/cairo-test-utils.rb +8 -4
- data/test/test_context.rb +1 -1
- data/test/test_font_face.rb +1 -1
- data/test/test_recording_surface.rb +1 -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 +78 -28
- 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 +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xml2-config +1 -1
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
- data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
- data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
- data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
- data/vendor/local/include/cairo/cairo-pdf.h +7 -8
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +3 -2
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
- data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
- data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
- data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
- data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
- data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
- data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
- data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
- data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
- data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
- data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
- data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
- data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
- data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
- data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
- data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
- data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
- data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
- data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
- data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
- data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
- data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
- data/vendor/local/include/freetype2/ft2build.h +1 -1
- data/vendor/local/include/libpng16/png.h +29 -18
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +5 -2
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +29 -18
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +5 -2
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/fontconfig.def +1 -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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +1 -1
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +2 -2
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +1 -1
- 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 +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/fontconfig.pc +2 -2
- data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/aclocal/freetype2.m4 +1 -1
- data/vendor/local/share/aclocal/libxml.m4 +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
- data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
- data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
- data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
- data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
- data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
- data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
- data/vendor/local/share/license/cairo/README +1 -1
- data/vendor/local/share/license/fontconfig/README +58 -2
- data/vendor/local/share/license/freetype/README +5 -5
- data/vendor/local/share/license/freetype/README.git +1 -1
- data/vendor/local/share/license/libpng/README +6 -6
- data/vendor/local/share/license/libxml2/README.zOS +212 -0
- data/vendor/local/share/man/man1/freetype-config.1 +44 -6
- data/vendor/local/share/man/man3/libpng.3 +106 -48
- data/vendor/local/share/man/man3/libpngpf.3 +4 -4
- data/vendor/local/share/man/man5/png.5 +5 -5
- metadata +175 -174
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
@@ -2,21 +2,20 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cairo: A Vector Graphics Library
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>cairo_font_face_t: Cairo: A Vector Graphics Library</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.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-fonts.html" title="Fonts">
|
10
10
|
<link rel="next" href="cairo-cairo-scaled-font-t.html" title="cairo_scaled_font_t">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description">
|
18
|
-
<a href="#cairo-cairo-font-face-t.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-cairo-font-face-t.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#cairo-cairo-font-face-t.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="cairo-fonts.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,7 +33,7 @@
|
|
34
33
|
</tr></table></div>
|
35
34
|
<div class="refsect1">
|
36
35
|
<a name="cairo-cairo-font-face-t.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
37
|
<colgroup>
|
39
38
|
<col width="150px" class="functions_return">
|
40
39
|
<col class="functions_name">
|
@@ -100,7 +99,7 @@
|
|
100
99
|
</div>
|
101
100
|
<div class="refsect1">
|
102
101
|
<a name="cairo-cairo-font-face-t.other"></a><h2>Types and Values</h2>
|
103
|
-
<div class="informaltable"><table width="100%" border="0">
|
102
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
104
103
|
<colgroup>
|
105
104
|
<col width="150px" class="name">
|
106
105
|
<col class="description">
|
@@ -118,11 +117,6 @@
|
|
118
117
|
</table></div>
|
119
118
|
</div>
|
120
119
|
<div class="refsect1">
|
121
|
-
<a name="cairo-cairo-font-face-t.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
122
|
-
<pre class="screen">
|
123
|
-
</pre>
|
124
|
-
</div>
|
125
|
-
<div class="refsect1">
|
126
120
|
<a name="cairo-cairo-font-face-t.description"></a><h2>Description</h2>
|
127
121
|
<p><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> represents a particular font at a particular weight,
|
128
122
|
slant, and other characteristic but no size, transformation, or size.</p>
|
@@ -147,8 +141,8 @@ cairo_font_face_reference (<em class="parameter"><code><a class="link" href="cai
|
|
147
141
|
<p>Use <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count" title="cairo_font_face_get_reference_count ()"><code class="function">cairo_font_face_get_reference_count()</code></a> to get the number of
|
148
142
|
references to a <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>.</p>
|
149
143
|
<div class="refsect3">
|
150
|
-
<a name="
|
151
|
-
<div class="informaltable"><table width="100%" border="0">
|
144
|
+
<a name="cairo-font-face-reference.parameters"></a><h4>Parameters</h4>
|
145
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
152
146
|
<colgroup>
|
153
147
|
<col width="150px" class="parameters_name">
|
154
148
|
<col class="parameters_description">
|
@@ -163,11 +157,10 @@ function does nothing).</p></td>
|
|
163
157
|
</table></div>
|
164
158
|
</div>
|
165
159
|
<div class="refsect3">
|
166
|
-
<a name="
|
160
|
+
<a name="cairo-font-face-reference.returns"></a><h4>Returns</h4>
|
167
161
|
<p> the referenced <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>.</p>
|
168
|
-
<p></p>
|
169
162
|
</div>
|
170
|
-
<p class="since">Since 1.0</p>
|
163
|
+
<p class="since">Since: 1.0</p>
|
171
164
|
</div>
|
172
165
|
<hr>
|
173
166
|
<div class="refsect2">
|
@@ -180,8 +173,8 @@ is zero, then <em class="parameter"><code>font_face</code></em>
|
|
180
173
|
and all associated resources are freed.
|
181
174
|
See <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-reference" title="cairo_font_face_reference ()"><code class="function">cairo_font_face_reference()</code></a>.</p>
|
182
175
|
<div class="refsect3">
|
183
|
-
<a name="
|
184
|
-
<div class="informaltable"><table width="100%" border="0">
|
176
|
+
<a name="cairo-font-face-destroy.parameters"></a><h4>Parameters</h4>
|
177
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
185
178
|
<colgroup>
|
186
179
|
<col width="150px" class="parameters_name">
|
187
180
|
<col class="parameters_description">
|
@@ -194,7 +187,7 @@ See <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-reference
|
|
194
187
|
</tr></tbody>
|
195
188
|
</table></div>
|
196
189
|
</div>
|
197
|
-
<p class="since">Since 1.0</p>
|
190
|
+
<p class="since">Since: 1.0</p>
|
198
191
|
</div>
|
199
192
|
<hr>
|
200
193
|
<div class="refsect2">
|
@@ -204,8 +197,8 @@ cairo_font_face_status (<em class="parameter"><code><a class="link" href="cairo-
|
|
204
197
|
<p>Checks whether an error has previously occurred for this
|
205
198
|
font face</p>
|
206
199
|
<div class="refsect3">
|
207
|
-
<a name="
|
208
|
-
<div class="informaltable"><table width="100%" border="0">
|
200
|
+
<a name="cairo-font-face-status.parameters"></a><h4>Parameters</h4>
|
201
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
209
202
|
<colgroup>
|
210
203
|
<col width="150px" class="parameters_name">
|
211
204
|
<col class="parameters_description">
|
@@ -219,12 +212,11 @@ font face</p>
|
|
219
212
|
</table></div>
|
220
213
|
</div>
|
221
214
|
<div class="refsect3">
|
222
|
-
<a name="
|
215
|
+
<a name="cairo-font-face-status.returns"></a><h4>Returns</h4>
|
223
216
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or another error such as
|
224
217
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</p>
|
225
|
-
<p></p>
|
226
218
|
</div>
|
227
|
-
<p class="since">Since 1.0</p>
|
219
|
+
<p class="since">Since: 1.0</p>
|
228
220
|
</div>
|
229
221
|
<hr>
|
230
222
|
<div class="refsect2">
|
@@ -234,8 +226,8 @@ cairo_font_face_get_type (<em class="parameter"><code><a class="link" href="cair
|
|
234
226
|
<p>This function returns the type of the backend used to create
|
235
227
|
a font face. See <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-type-t" title="enum cairo_font_type_t"><span class="type">cairo_font_type_t</span></a> for available types.</p>
|
236
228
|
<div class="refsect3">
|
237
|
-
<a name="
|
238
|
-
<div class="informaltable"><table width="100%" border="0">
|
229
|
+
<a name="cairo-font-face-get-type.parameters"></a><h4>Parameters</h4>
|
230
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
239
231
|
<colgroup>
|
240
232
|
<col width="150px" class="parameters_name">
|
241
233
|
<col class="parameters_description">
|
@@ -249,12 +241,11 @@ a font face. See <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-t
|
|
249
241
|
</table></div>
|
250
242
|
</div>
|
251
243
|
<div class="refsect3">
|
252
|
-
<a name="
|
244
|
+
<a name="cairo-font-face-get-type.returns"></a><h4>Returns</h4>
|
253
245
|
<p> The type of <em class="parameter"><code>font_face</code></em>
|
254
246
|
.</p>
|
255
|
-
<p></p>
|
256
247
|
</div>
|
257
|
-
<p class="since">Since 1.2</p>
|
248
|
+
<p class="since">Since: 1.2</p>
|
258
249
|
</div>
|
259
250
|
<hr>
|
260
251
|
<div class="refsect2">
|
@@ -264,8 +255,8 @@ cairo_font_face_get_reference_count (<em class="parameter"><code><a class="link"
|
|
264
255
|
<p>Returns the current reference count of <em class="parameter"><code>font_face</code></em>
|
265
256
|
.</p>
|
266
257
|
<div class="refsect3">
|
267
|
-
<a name="
|
268
|
-
<div class="informaltable"><table width="100%" border="0">
|
258
|
+
<a name="cairo-font-face-get-reference-count.parameters"></a><h4>Parameters</h4>
|
259
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
269
260
|
<colgroup>
|
270
261
|
<col width="150px" class="parameters_name">
|
271
262
|
<col class="parameters_description">
|
@@ -279,13 +270,12 @@ cairo_font_face_get_reference_count (<em class="parameter"><code><a class="link"
|
|
279
270
|
</table></div>
|
280
271
|
</div>
|
281
272
|
<div class="refsect3">
|
282
|
-
<a name="
|
273
|
+
<a name="cairo-font-face-get-reference-count.returns"></a><h4>Returns</h4>
|
283
274
|
<p> the current reference count of <em class="parameter"><code>font_face</code></em>
|
284
275
|
. If the
|
285
276
|
object is a nil object, 0 will be returned.</p>
|
286
|
-
<p></p>
|
287
277
|
</div>
|
288
|
-
<p class="since">Since 1.4</p>
|
278
|
+
<p class="since">Since: 1.4</p>
|
289
279
|
</div>
|
290
280
|
<hr>
|
291
281
|
<div class="refsect2">
|
@@ -301,8 +291,8 @@ call this function with the key that was used to set it and <code class="literal
|
|
301
291
|
for <em class="parameter"><code>data</code></em>
|
302
292
|
.</p>
|
303
293
|
<div class="refsect3">
|
304
|
-
<a name="
|
305
|
-
<div class="informaltable"><table width="100%" border="0">
|
294
|
+
<a name="cairo-font-face-set-user-data.parameters"></a><h4>Parameters</h4>
|
295
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
306
296
|
<colgroup>
|
307
297
|
<col width="150px" class="parameters_name">
|
308
298
|
<col class="parameters_description">
|
@@ -335,12 +325,11 @@ same key.</p></td>
|
|
335
325
|
</table></div>
|
336
326
|
</div>
|
337
327
|
<div class="refsect3">
|
338
|
-
<a name="
|
328
|
+
<a name="cairo-font-face-set-user-data.returns"></a><h4>Returns</h4>
|
339
329
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
|
340
330
|
slot could not be allocated for the user data.</p>
|
341
|
-
<p></p>
|
342
331
|
</div>
|
343
|
-
<p class="since">Since 1.0</p>
|
332
|
+
<p class="since">Since: 1.0</p>
|
344
333
|
</div>
|
345
334
|
<hr>
|
346
335
|
<div class="refsect2">
|
@@ -353,8 +342,8 @@ cairo_font_face_get_user_data (<em class="parameter"><code><a class="link" href=
|
|
353
342
|
key. If no user data has been attached with the given key this
|
354
343
|
function returns <code class="literal">NULL</code>.</p>
|
355
344
|
<div class="refsect3">
|
356
|
-
<a name="
|
357
|
-
<div class="informaltable"><table width="100%" border="0">
|
345
|
+
<a name="cairo-font-face-get-user-data.parameters"></a><h4>Parameters</h4>
|
346
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
358
347
|
<colgroup>
|
359
348
|
<col width="150px" class="parameters_name">
|
360
349
|
<col class="parameters_description">
|
@@ -376,11 +365,10 @@ attached to</p></td>
|
|
376
365
|
</table></div>
|
377
366
|
</div>
|
378
367
|
<div class="refsect3">
|
379
|
-
<a name="
|
368
|
+
<a name="cairo-font-face-get-user-data.returns"></a><h4>Returns</h4>
|
380
369
|
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
381
|
-
<p></p>
|
382
370
|
</div>
|
383
|
-
<p class="since">Since 1.0</p>
|
371
|
+
<p class="since">Since: 1.0</p>
|
384
372
|
</div>
|
385
373
|
</div>
|
386
374
|
<div class="refsect1">
|
@@ -400,7 +388,7 @@ directions) . A font face can be set on a <a class="link" href="cairo-cairo-t.ht
|
|
400
388
|
font face can be queried using <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-get-type" title="cairo_font_face_get_type ()"><code class="function">cairo_font_face_get_type()</code></a>.</p>
|
401
389
|
<p>Memory management of <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> is done with
|
402
390
|
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-reference" title="cairo_font_face_reference ()"><code class="function">cairo_font_face_reference()</code></a> and <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>.</p>
|
403
|
-
<p class="since">Since 1.0</p>
|
391
|
+
<p class="since">Since: 1.0</p>
|
404
392
|
</div>
|
405
393
|
<hr>
|
406
394
|
<div class="refsect2">
|
@@ -427,8 +415,8 @@ such as <a class="link" href="cairo-FreeType-Fonts.html#cairo-ft-scaled-font-loc
|
|
427
415
|
of the wrong type is undefined.</p>
|
428
416
|
<p>New entries may be added in future versions.</p>
|
429
417
|
<div class="refsect3">
|
430
|
-
<a name="
|
431
|
-
<div class="informaltable"><table width="100%" border="0">
|
418
|
+
<a name="cairo-font-type-t.members"></a><h4>Members</h4>
|
419
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
432
420
|
<colgroup>
|
433
421
|
<col width="300px" class="enum_members_name">
|
434
422
|
<col class="enum_members_description">
|
@@ -474,7 +462,7 @@ of the wrong type is undefined.</p>
|
|
474
462
|
</tbody>
|
475
463
|
</table></div>
|
476
464
|
</div>
|
477
|
-
<p class="since">Since 1.2</p>
|
465
|
+
<p class="since">Since: 1.2</p>
|
478
466
|
</div>
|
479
467
|
</div>
|
480
468
|
<div class="refsect1">
|
@@ -483,7 +471,6 @@ of the wrong type is undefined.</p>
|
|
483
471
|
</div>
|
484
472
|
</div>
|
485
473
|
<div class="footer">
|
486
|
-
<hr>
|
487
|
-
Generated by GTK-Doc V1.20</div>
|
474
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
488
475
|
</body>
|
489
476
|
</html>
|
@@ -2,21 +2,20 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Cairo: A Vector Graphics Library
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
5
|
+
<title>cairo_font_options_t: Cairo: A Vector Graphics Library</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.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-scaled-font-t.html" title="cairo_scaled_font_t">
|
10
10
|
<link rel="next" href="cairo-FreeType-Fonts.html" title="FreeType Fonts">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
|
-
<a href="#" class="shortcut">Top</a><span id="nav_description">
|
18
|
-
<a href="#cairo-cairo-font-options-t.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-cairo-font-options-t.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#cairo-cairo-font-options-t.description" class="shortcut">Description</a></span>
|
20
19
|
</td>
|
21
20
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
21
|
<td><a accesskey="u" href="cairo-fonts.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,7 +33,7 @@
|
|
34
33
|
</tr></table></div>
|
35
34
|
<div class="refsect1">
|
36
35
|
<a name="cairo-cairo-font-options-t.functions"></a><h2>Functions</h2>
|
37
|
-
<div class="informaltable"><table width="100%" border="0">
|
36
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
38
37
|
<colgroup>
|
39
38
|
<col width="150px" class="functions_return">
|
40
39
|
<col class="functions_name">
|
@@ -164,7 +163,7 @@
|
|
164
163
|
</div>
|
165
164
|
<div class="refsect1">
|
166
165
|
<a name="cairo-cairo-font-options-t.other"></a><h2>Types and Values</h2>
|
167
|
-
<div class="informaltable"><table width="100%" border="0">
|
166
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
168
167
|
<colgroup>
|
169
168
|
<col width="150px" class="name">
|
170
169
|
<col class="description">
|
@@ -190,11 +189,6 @@
|
|
190
189
|
</table></div>
|
191
190
|
</div>
|
192
191
|
<div class="refsect1">
|
193
|
-
<a name="cairo-cairo-font-options-t.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
194
|
-
<pre class="screen">
|
195
|
-
</pre>
|
196
|
-
</div>
|
197
|
-
<div class="refsect1">
|
198
192
|
<a name="cairo-cairo-font-options-t.description"></a><h2>Description</h2>
|
199
193
|
<p>The font options specify how fonts should be rendered. Most of the
|
200
194
|
time the font options implied by a surface are just right and do not
|
@@ -210,15 +204,14 @@ cairo_font_options_create (<em class="parameter"><code><span class="type">void</
|
|
210
204
|
<p>Allocates a new font options object with all options initialized
|
211
205
|
to default values.</p>
|
212
206
|
<div class="refsect3">
|
213
|
-
<a name="
|
207
|
+
<a name="cairo-font-options-create.returns"></a><h4>Returns</h4>
|
214
208
|
<p> a newly allocated <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>. Free with
|
215
209
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-destroy" title="cairo_font_options_destroy ()"><code class="function">cairo_font_options_destroy()</code></a>. This function always returns a
|
216
210
|
valid pointer; if memory cannot be allocated, then a special
|
217
211
|
error object is returned where all operations on the object do nothing.
|
218
212
|
You can check for this with <a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-status" title="cairo_font_options_status ()"><code class="function">cairo_font_options_status()</code></a>.</p>
|
219
|
-
<p></p>
|
220
213
|
</div>
|
221
|
-
<p class="since">Since 1.0</p>
|
214
|
+
<p class="since">Since: 1.0</p>
|
222
215
|
</div>
|
223
216
|
<hr>
|
224
217
|
<div class="refsect2">
|
@@ -229,8 +222,8 @@ cairo_font_options_copy (<em class="parameter"><code>const <a class="link" href=
|
|
229
222
|
<em class="parameter"><code>original</code></em>
|
230
223
|
.</p>
|
231
224
|
<div class="refsect3">
|
232
|
-
<a name="
|
233
|
-
<div class="informaltable"><table width="100%" border="0">
|
225
|
+
<a name="cairo-font-options-copy.parameters"></a><h4>Parameters</h4>
|
226
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
234
227
|
<colgroup>
|
235
228
|
<col width="150px" class="parameters_name">
|
236
229
|
<col class="parameters_description">
|
@@ -244,15 +237,14 @@ cairo_font_options_copy (<em class="parameter"><code>const <a class="link" href=
|
|
244
237
|
</table></div>
|
245
238
|
</div>
|
246
239
|
<div class="refsect3">
|
247
|
-
<a name="
|
240
|
+
<a name="cairo-font-options-copy.returns"></a><h4>Returns</h4>
|
248
241
|
<p> a newly allocated <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>. Free with
|
249
242
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-destroy" title="cairo_font_options_destroy ()"><code class="function">cairo_font_options_destroy()</code></a>. This function always returns a
|
250
243
|
valid pointer; if memory cannot be allocated, then a special
|
251
244
|
error object is returned where all operations on the object do nothing.
|
252
245
|
You can check for this with <a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-status" title="cairo_font_options_status ()"><code class="function">cairo_font_options_status()</code></a>.</p>
|
253
|
-
<p></p>
|
254
246
|
</div>
|
255
|
-
<p class="since">Since 1.0</p>
|
247
|
+
<p class="since">Since: 1.0</p>
|
256
248
|
</div>
|
257
249
|
<hr>
|
258
250
|
<div class="refsect2">
|
@@ -262,8 +254,8 @@ cairo_font_options_destroy (<em class="parameter"><code><a class="link" href="ca
|
|
262
254
|
<p>Destroys 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 created with
|
263
255
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-create" title="cairo_font_options_create ()"><code class="function">cairo_font_options_create()</code></a> or <a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-copy" title="cairo_font_options_copy ()"><code class="function">cairo_font_options_copy()</code></a>.</p>
|
264
256
|
<div class="refsect3">
|
265
|
-
<a name="
|
266
|
-
<div class="informaltable"><table width="100%" border="0">
|
257
|
+
<a name="cairo-font-options-destroy.parameters"></a><h4>Parameters</h4>
|
258
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
267
259
|
<colgroup>
|
268
260
|
<col width="150px" class="parameters_name">
|
269
261
|
<col class="parameters_description">
|
@@ -276,7 +268,7 @@ cairo_font_options_destroy (<em class="parameter"><code><a class="link" href="ca
|
|
276
268
|
</tr></tbody>
|
277
269
|
</table></div>
|
278
270
|
</div>
|
279
|
-
<p class="since">Since 1.0</p>
|
271
|
+
<p class="since">Since: 1.0</p>
|
280
272
|
</div>
|
281
273
|
<hr>
|
282
274
|
<div class="refsect2">
|
@@ -286,8 +278,8 @@ cairo_font_options_status (<em class="parameter"><code><a class="link" href="cai
|
|
286
278
|
<p>Checks whether an error has previously occurred for this
|
287
279
|
font options object</p>
|
288
280
|
<div class="refsect3">
|
289
|
-
<a name="
|
290
|
-
<div class="informaltable"><table width="100%" border="0">
|
281
|
+
<a name="cairo-font-options-status.parameters"></a><h4>Parameters</h4>
|
282
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
291
283
|
<colgroup>
|
292
284
|
<col width="150px" class="parameters_name">
|
293
285
|
<col class="parameters_description">
|
@@ -301,11 +293,10 @@ font options object</p>
|
|
301
293
|
</table></div>
|
302
294
|
</div>
|
303
295
|
<div class="refsect3">
|
304
|
-
<a name="
|
296
|
+
<a name="cairo-font-options-status.returns"></a><h4>Returns</h4>
|
305
297
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a></p>
|
306
|
-
<p></p>
|
307
298
|
</div>
|
308
|
-
<p class="since">Since 1.0</p>
|
299
|
+
<p class="since">Since: 1.0</p>
|
309
300
|
</div>
|
310
301
|
<hr>
|
311
302
|
<div class="refsect2">
|
@@ -322,8 +313,8 @@ similar to compositing <em class="parameter"><code>other</code></em>
|
|
322
313
|
with the operation
|
323
314
|
of <a class="link" href="cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.</p>
|
324
315
|
<div class="refsect3">
|
325
|
-
<a name="
|
326
|
-
<div class="informaltable"><table width="100%" border="0">
|
316
|
+
<a name="cairo-font-options-merge.parameters"></a><h4>Parameters</h4>
|
317
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
327
318
|
<colgroup>
|
328
319
|
<col width="150px" class="parameters_name">
|
329
320
|
<col class="parameters_description">
|
@@ -343,7 +334,7 @@ of <a class="link" href="cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS"><code clas
|
|
343
334
|
</tbody>
|
344
335
|
</table></div>
|
345
336
|
</div>
|
346
|
-
<p class="since">Since 1.0</p>
|
337
|
+
<p class="since">Since: 1.0</p>
|
347
338
|
</div>
|
348
339
|
<hr>
|
349
340
|
<div class="refsect2">
|
@@ -354,8 +345,8 @@ cairo_font_options_hash (<em class="parameter"><code>const <a class="link" href=
|
|
354
345
|
be useful when storing an object containing 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>
|
355
346
|
in a hash table.</p>
|
356
347
|
<div class="refsect3">
|
357
|
-
<a name="
|
358
|
-
<div class="informaltable"><table width="100%" border="0">
|
348
|
+
<a name="cairo-font-options-hash.parameters"></a><h4>Parameters</h4>
|
349
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
359
350
|
<colgroup>
|
360
351
|
<col width="150px" class="parameters_name">
|
361
352
|
<col class="parameters_description">
|
@@ -369,13 +360,12 @@ in a hash table.</p>
|
|
369
360
|
</table></div>
|
370
361
|
</div>
|
371
362
|
<div class="refsect3">
|
372
|
-
<a name="
|
363
|
+
<a name="cairo-font-options-hash.returns"></a><h4>Returns</h4>
|
373
364
|
<p> the hash value for the font options object.
|
374
365
|
The return value can be cast to a 32-bit type if a
|
375
366
|
32-bit hash value is needed.</p>
|
376
|
-
<p></p>
|
377
367
|
</div>
|
378
|
-
<p class="since">Since 1.0</p>
|
368
|
+
<p class="since">Since: 1.0</p>
|
379
369
|
</div>
|
380
370
|
<hr>
|
381
371
|
<div class="refsect2">
|
@@ -385,8 +375,8 @@ cairo_font_options_equal (<em class="parameter"><code>const <a class="link" href
|
|
385
375
|
<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> *other</code></em>);</pre>
|
386
376
|
<p>Compares two font options objects for equality.</p>
|
387
377
|
<div class="refsect3">
|
388
|
-
<a name="
|
389
|
-
<div class="informaltable"><table width="100%" border="0">
|
378
|
+
<a name="cairo-font-options-equal.parameters"></a><h4>Parameters</h4>
|
379
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
390
380
|
<colgroup>
|
391
381
|
<col width="150px" class="parameters_name">
|
392
382
|
<col class="parameters_description">
|
@@ -407,13 +397,12 @@ cairo_font_options_equal (<em class="parameter"><code>const <a class="link" href
|
|
407
397
|
</table></div>
|
408
398
|
</div>
|
409
399
|
<div class="refsect3">
|
410
|
-
<a name="
|
400
|
+
<a name="cairo-font-options-equal.returns"></a><h4>Returns</h4>
|
411
401
|
<p> <code class="literal">TRUE</code> if all fields of the two font options objects match.
|
412
402
|
Note that this function will return <code class="literal">FALSE</code> if either object is in
|
413
403
|
error.</p>
|
414
|
-
<p></p>
|
415
404
|
</div>
|
416
|
-
<p class="since">Since 1.0</p>
|
405
|
+
<p class="since">Since: 1.0</p>
|
417
406
|
</div>
|
418
407
|
<hr>
|
419
408
|
<div class="refsect2">
|
@@ -424,8 +413,8 @@ cairo_font_options_set_antialias (<em class="parameter"><code><a class="link" hr
|
|
424
413
|
<p>Sets the antialiasing mode for the font options object. This
|
425
414
|
specifies the type of antialiasing to do when rendering text.</p>
|
426
415
|
<div class="refsect3">
|
427
|
-
<a name="
|
428
|
-
<div class="informaltable"><table width="100%" border="0">
|
416
|
+
<a name="cairo-font-options-set-antialias.parameters"></a><h4>Parameters</h4>
|
417
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
429
418
|
<colgroup>
|
430
419
|
<col width="150px" class="parameters_name">
|
431
420
|
<col class="parameters_description">
|
@@ -445,7 +434,7 @@ specifies the type of antialiasing to do when rendering text.</p>
|
|
445
434
|
</tbody>
|
446
435
|
</table></div>
|
447
436
|
</div>
|
448
|
-
<p class="since">Since 1.0</p>
|
437
|
+
<p class="since">Since: 1.0</p>
|
449
438
|
</div>
|
450
439
|
<hr>
|
451
440
|
<div class="refsect2">
|
@@ -454,8 +443,8 @@ specifies the type of antialiasing to do when rendering text.</p>
|
|
454
443
|
cairo_font_options_get_antialias (<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>);</pre>
|
455
444
|
<p>Gets the antialiasing mode for the font options object.</p>
|
456
445
|
<div class="refsect3">
|
457
|
-
<a name="
|
458
|
-
<div class="informaltable"><table width="100%" border="0">
|
446
|
+
<a name="cairo-font-options-get-antialias.parameters"></a><h4>Parameters</h4>
|
447
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
459
448
|
<colgroup>
|
460
449
|
<col width="150px" class="parameters_name">
|
461
450
|
<col class="parameters_description">
|
@@ -469,11 +458,10 @@ cairo_font_options_get_antialias (<em class="parameter"><code>const <a class="li
|
|
469
458
|
</table></div>
|
470
459
|
</div>
|
471
460
|
<div class="refsect3">
|
472
|
-
<a name="
|
461
|
+
<a name="cairo-font-options-get-antialias.returns"></a><h4>Returns</h4>
|
473
462
|
<p> the antialiasing mode</p>
|
474
|
-
<p></p>
|
475
463
|
</div>
|
476
|
-
<p class="since">Since 1.0</p>
|
464
|
+
<p class="since">Since: 1.0</p>
|
477
465
|
</div>
|
478
466
|
<hr>
|
479
467
|
<div class="refsect2">
|
@@ -487,8 +475,8 @@ the display device when rendering with an antialiasing mode of
|
|
487
475
|
<a class="link" href="cairo-cairo-t.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></a>. See the documentation for
|
488
476
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-subpixel-order-t" title="enum cairo_subpixel_order_t"><span class="type">cairo_subpixel_order_t</span></a> for full details.</p>
|
489
477
|
<div class="refsect3">
|
490
|
-
<a name="
|
491
|
-
<div class="informaltable"><table width="100%" border="0">
|
478
|
+
<a name="cairo-font-options-set-subpixel-order.parameters"></a><h4>Parameters</h4>
|
479
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
492
480
|
<colgroup>
|
493
481
|
<col width="150px" class="parameters_name">
|
494
482
|
<col class="parameters_description">
|
@@ -508,7 +496,7 @@ the display device when rendering with an antialiasing mode of
|
|
508
496
|
</tbody>
|
509
497
|
</table></div>
|
510
498
|
</div>
|
511
|
-
<p class="since">Since 1.0</p>
|
499
|
+
<p class="since">Since: 1.0</p>
|
512
500
|
</div>
|
513
501
|
<hr>
|
514
502
|
<div class="refsect2">
|
@@ -518,8 +506,8 @@ cairo_font_options_get_subpixel_order (<em class="parameter"><code>const <a clas
|
|
518
506
|
<p>Gets the subpixel order for the font options object.
|
519
507
|
See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#cairo-subpixel-order-t" title="enum cairo_subpixel_order_t"><span class="type">cairo_subpixel_order_t</span></a> for full details.</p>
|
520
508
|
<div class="refsect3">
|
521
|
-
<a name="
|
522
|
-
<div class="informaltable"><table width="100%" border="0">
|
509
|
+
<a name="cairo-font-options-get-subpixel-order.parameters"></a><h4>Parameters</h4>
|
510
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
523
511
|
<colgroup>
|
524
512
|
<col width="150px" class="parameters_name">
|
525
513
|
<col class="parameters_description">
|
@@ -533,11 +521,10 @@ See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#
|
|
533
521
|
</table></div>
|
534
522
|
</div>
|
535
523
|
<div class="refsect3">
|
536
|
-
<a name="
|
524
|
+
<a name="cairo-font-options-get-subpixel-order.returns"></a><h4>Returns</h4>
|
537
525
|
<p> the subpixel order for the font options object</p>
|
538
|
-
<p></p>
|
539
526
|
</div>
|
540
|
-
<p class="since">Since 1.0</p>
|
527
|
+
<p class="since">Since: 1.0</p>
|
541
528
|
</div>
|
542
529
|
<hr>
|
543
530
|
<div class="refsect2">
|
@@ -550,8 +537,8 @@ This controls whether to fit font outlines to the pixel grid,
|
|
550
537
|
and if so, whether to optimize for fidelity or contrast.
|
551
538
|
See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#cairo-hint-style-t" title="enum cairo_hint_style_t"><span class="type">cairo_hint_style_t</span></a> for full details.</p>
|
552
539
|
<div class="refsect3">
|
553
|
-
<a name="
|
554
|
-
<div class="informaltable"><table width="100%" border="0">
|
540
|
+
<a name="cairo-font-options-set-hint-style.parameters"></a><h4>Parameters</h4>
|
541
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
555
542
|
<colgroup>
|
556
543
|
<col width="150px" class="parameters_name">
|
557
544
|
<col class="parameters_description">
|
@@ -571,7 +558,7 @@ See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#
|
|
571
558
|
</tbody>
|
572
559
|
</table></div>
|
573
560
|
</div>
|
574
|
-
<p class="since">Since 1.0</p>
|
561
|
+
<p class="since">Since: 1.0</p>
|
575
562
|
</div>
|
576
563
|
<hr>
|
577
564
|
<div class="refsect2">
|
@@ -581,8 +568,8 @@ cairo_font_options_get_hint_style (<em class="parameter"><code>const <a class="l
|
|
581
568
|
<p>Gets the hint style for font outlines for the font options object.
|
582
569
|
See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#cairo-hint-style-t" title="enum cairo_hint_style_t"><span class="type">cairo_hint_style_t</span></a> for full details.</p>
|
583
570
|
<div class="refsect3">
|
584
|
-
<a name="
|
585
|
-
<div class="informaltable"><table width="100%" border="0">
|
571
|
+
<a name="cairo-font-options-get-hint-style.parameters"></a><h4>Parameters</h4>
|
572
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
586
573
|
<colgroup>
|
587
574
|
<col width="150px" class="parameters_name">
|
588
575
|
<col class="parameters_description">
|
@@ -596,11 +583,10 @@ See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#
|
|
596
583
|
</table></div>
|
597
584
|
</div>
|
598
585
|
<div class="refsect3">
|
599
|
-
<a name="
|
586
|
+
<a name="cairo-font-options-get-hint-style.returns"></a><h4>Returns</h4>
|
600
587
|
<p> the hint style for the font options object</p>
|
601
|
-
<p></p>
|
602
588
|
</div>
|
603
|
-
<p class="since">Since 1.0</p>
|
589
|
+
<p class="since">Since: 1.0</p>
|
604
590
|
</div>
|
605
591
|
<hr>
|
606
592
|
<div class="refsect2">
|
@@ -613,8 +599,8 @@ controls whether metrics are quantized to integer values in
|
|
613
599
|
device units.
|
614
600
|
See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#cairo-hint-metrics-t" title="enum cairo_hint_metrics_t"><span class="type">cairo_hint_metrics_t</span></a> for full details.</p>
|
615
601
|
<div class="refsect3">
|
616
|
-
<a name="
|
617
|
-
<div class="informaltable"><table width="100%" border="0">
|
602
|
+
<a name="cairo-font-options-set-hint-metrics.parameters"></a><h4>Parameters</h4>
|
603
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
618
604
|
<colgroup>
|
619
605
|
<col width="150px" class="parameters_name">
|
620
606
|
<col class="parameters_description">
|
@@ -634,7 +620,7 @@ See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#
|
|
634
620
|
</tbody>
|
635
621
|
</table></div>
|
636
622
|
</div>
|
637
|
-
<p class="since">Since 1.0</p>
|
623
|
+
<p class="since">Since: 1.0</p>
|
638
624
|
</div>
|
639
625
|
<hr>
|
640
626
|
<div class="refsect2">
|
@@ -644,8 +630,8 @@ cairo_font_options_get_hint_metrics (<em class="parameter"><code>const <a class=
|
|
644
630
|
<p>Gets the metrics hinting mode for the font options object.
|
645
631
|
See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#cairo-hint-metrics-t" title="enum cairo_hint_metrics_t"><span class="type">cairo_hint_metrics_t</span></a> for full details.</p>
|
646
632
|
<div class="refsect3">
|
647
|
-
<a name="
|
648
|
-
<div class="informaltable"><table width="100%" border="0">
|
633
|
+
<a name="cairo-font-options-get-hint-metrics.parameters"></a><h4>Parameters</h4>
|
634
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
649
635
|
<colgroup>
|
650
636
|
<col width="150px" class="parameters_name">
|
651
637
|
<col class="parameters_description">
|
@@ -659,11 +645,10 @@ See the documentation for <a class="link" href="cairo-cairo-font-options-t.html#
|
|
659
645
|
</table></div>
|
660
646
|
</div>
|
661
647
|
<div class="refsect3">
|
662
|
-
<a name="
|
648
|
+
<a name="cairo-font-options-get-hint-metrics.returns"></a><h4>Returns</h4>
|
663
649
|
<p> the metrics hinting mode for the font options object</p>
|
664
|
-
<p></p>
|
665
650
|
</div>
|
666
|
-
<p class="since">Since 1.0</p>
|
651
|
+
<p class="since">Since: 1.0</p>
|
667
652
|
</div>
|
668
653
|
</div>
|
669
654
|
<div class="refsect1">
|
@@ -686,7 +671,7 @@ future. For this reason, <a class="link" href="cairo-cairo-font-options-t.html#
|
|
686
671
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-hash" title="cairo_font_options_hash ()"><code class="function">cairo_font_options_hash()</code></a> should be used to copy, check
|
687
672
|
for equality, merge, or compute a hash value of
|
688
673
|
<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> objects.</p>
|
689
|
-
<p class="since">Since 1.0</p>
|
674
|
+
<p class="since">Since: 1.0</p>
|
690
675
|
</div>
|
691
676
|
<hr>
|
692
677
|
<div class="refsect2">
|
@@ -695,8 +680,8 @@ for equality, merge, or compute a hash value of
|
|
695
680
|
each pixel on the display device when rendering with an
|
696
681
|
antialiasing mode of <a class="link" href="cairo-cairo-t.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></a>.</p>
|
697
682
|
<div class="refsect3">
|
698
|
-
<a name="
|
699
|
-
<div class="informaltable"><table width="100%" border="0">
|
683
|
+
<a name="cairo-subpixel-order-t.members"></a><h4>Members</h4>
|
684
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
700
685
|
<colgroup>
|
701
686
|
<col width="300px" class="enum_members_name">
|
702
687
|
<col class="enum_members_description">
|
@@ -746,7 +731,7 @@ antialiasing mode of <a class="link" href="cairo-cairo-t.html#CAIRO-ANTIALIAS-SU
|
|
746
731
|
</tbody>
|
747
732
|
</table></div>
|
748
733
|
</div>
|
749
|
-
<p class="since">Since 1.0</p>
|
734
|
+
<p class="since">Since: 1.0</p>
|
750
735
|
</div>
|
751
736
|
<hr>
|
752
737
|
<div class="refsect2">
|
@@ -759,8 +744,8 @@ to the original outline shapes. Not all of the outline hinting
|
|
759
744
|
styles are supported by all font backends.</p>
|
760
745
|
<p>New entries may be added in future versions.</p>
|
761
746
|
<div class="refsect3">
|
762
|
-
<a name="
|
763
|
-
<div class="informaltable"><table width="100%" border="0">
|
747
|
+
<a name="cairo-hint-style-t.members"></a><h4>Members</h4>
|
748
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
764
749
|
<colgroup>
|
765
750
|
<col width="300px" class="enum_members_name">
|
766
751
|
<col class="enum_members_description">
|
@@ -810,7 +795,7 @@ styles are supported by all font backends.</p>
|
|
810
795
|
</tbody>
|
811
796
|
</table></div>
|
812
797
|
</div>
|
813
|
-
<p class="since">Since 1.0</p>
|
798
|
+
<p class="since">Since: 1.0</p>
|
814
799
|
</div>
|
815
800
|
<hr>
|
816
801
|
<div class="refsect2">
|
@@ -821,8 +806,8 @@ device space. Doing this improves the consistency of
|
|
821
806
|
letter and line spacing, however it also means that text
|
822
807
|
will be laid out differently at different zoom factors.</p>
|
823
808
|
<div class="refsect3">
|
824
|
-
<a name="
|
825
|
-
<div class="informaltable"><table width="100%" border="0">
|
809
|
+
<a name="cairo-hint-metrics-t.members"></a><h4>Members</h4>
|
810
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
826
811
|
<colgroup>
|
827
812
|
<col width="300px" class="enum_members_name">
|
828
813
|
<col class="enum_members_description">
|
@@ -854,7 +839,7 @@ will be laid out differently at different zoom factors.</p>
|
|
854
839
|
</tbody>
|
855
840
|
</table></div>
|
856
841
|
</div>
|
857
|
-
<p class="since">Since 1.0</p>
|
842
|
+
<p class="since">Since: 1.0</p>
|
858
843
|
</div>
|
859
844
|
</div>
|
860
845
|
<div class="refsect1">
|
@@ -863,7 +848,6 @@ will be laid out differently at different zoom factors.</p>
|
|
863
848
|
</div>
|
864
849
|
</div>
|
865
850
|
<div class="footer">
|
866
|
-
<hr>
|
867
|
-
Generated by GTK-Doc V1.20</div>
|
851
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
868
852
|
</body>
|
869
853
|
</html>
|