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_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-drawing.html" title="Drawing">
|
9
9
|
<link rel="prev" href="cairo-drawing.html" title="Drawing">
|
10
10
|
<link rel="next" href="cairo-Paths.html" title="Paths">
|
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-t.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-cairo-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-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-drawing.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-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">
|
@@ -524,7 +523,7 @@
|
|
524
523
|
</div>
|
525
524
|
<div class="refsect1">
|
526
525
|
<a name="cairo-cairo-t.other"></a><h2>Types and Values</h2>
|
527
|
-
<div class="informaltable"><table width="100%" border="0">
|
526
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
528
527
|
<colgroup>
|
529
528
|
<col width="150px" class="name">
|
530
529
|
<col class="description">
|
@@ -566,11 +565,6 @@
|
|
566
565
|
</table></div>
|
567
566
|
</div>
|
568
567
|
<div class="refsect1">
|
569
|
-
<a name="cairo-cairo-t.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
570
|
-
<pre class="screen">
|
571
|
-
</pre>
|
572
|
-
</div>
|
573
|
-
<div class="refsect1">
|
574
568
|
<a name="cairo-cairo-t.description"></a><h2>Description</h2>
|
575
569
|
<p><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is the main object used when drawing with cairo. To
|
576
570
|
draw with cairo, you create a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>, set the target surface,
|
@@ -599,8 +593,8 @@ variant).</p>
|
|
599
593
|
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> on it if you don't need to
|
600
594
|
maintain a separate reference to it.</p>
|
601
595
|
<div class="refsect3">
|
602
|
-
<a name="
|
603
|
-
<div class="informaltable"><table width="100%" border="0">
|
596
|
+
<a name="cairo-create.parameters"></a><h4>Parameters</h4>
|
597
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
604
598
|
<colgroup>
|
605
599
|
<col width="150px" class="parameters_name">
|
606
600
|
<col class="parameters_description">
|
@@ -614,7 +608,7 @@ maintain a separate reference to it.</p>
|
|
614
608
|
</table></div>
|
615
609
|
</div>
|
616
610
|
<div class="refsect3">
|
617
|
-
<a name="
|
611
|
+
<a name="cairo-create.returns"></a><h4>Returns</h4>
|
618
612
|
<p> a newly allocated <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
|
619
613
|
count of 1. The initial reference count should be released
|
620
614
|
with <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
|
@@ -625,9 +619,8 @@ you attempt to target a surface which does not support
|
|
625
619
|
writing (such as <span class="type">cairo_mime_surface_t</span>) then a
|
626
620
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-WRITE-ERROR:CAPS"><code class="literal">CAIRO_STATUS_WRITE_ERROR</code></a> will be raised. You can use this
|
627
621
|
object normally, but no drawing will be done.</p>
|
628
|
-
<p></p>
|
629
622
|
</div>
|
630
|
-
<p class="since">Since 1.0</p>
|
623
|
+
<p class="since">Since: 1.0</p>
|
631
624
|
</div>
|
632
625
|
<hr>
|
633
626
|
<div class="refsect2">
|
@@ -642,8 +635,8 @@ is made.</p>
|
|
642
635
|
<p>Use <a class="link" href="cairo-cairo-t.html#cairo-get-reference-count" title="cairo_get_reference_count ()"><code class="function">cairo_get_reference_count()</code></a> to get the number of references to
|
643
636
|
a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.</p>
|
644
637
|
<div class="refsect3">
|
645
|
-
<a name="
|
646
|
-
<div class="informaltable"><table width="100%" border="0">
|
638
|
+
<a name="cairo-reference.parameters"></a><h4>Parameters</h4>
|
639
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
647
640
|
<colgroup>
|
648
641
|
<col width="150px" class="parameters_name">
|
649
642
|
<col class="parameters_description">
|
@@ -657,11 +650,10 @@ a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class=
|
|
657
650
|
</table></div>
|
658
651
|
</div>
|
659
652
|
<div class="refsect3">
|
660
|
-
<a name="
|
653
|
+
<a name="cairo-reference.returns"></a><h4>Returns</h4>
|
661
654
|
<p> the referenced <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.</p>
|
662
|
-
<p></p>
|
663
655
|
</div>
|
664
|
-
<p class="since">Since 1.0</p>
|
656
|
+
<p class="since">Since: 1.0</p>
|
665
657
|
</div>
|
666
658
|
<hr>
|
667
659
|
<div class="refsect2">
|
@@ -674,8 +666,8 @@ is zero, then <em class="parameter"><code>cr</code></em>
|
|
674
666
|
and all associated resources are freed.
|
675
667
|
See <a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_reference ()"><code class="function">cairo_reference()</code></a>.</p>
|
676
668
|
<div class="refsect3">
|
677
|
-
<a name="
|
678
|
-
<div class="informaltable"><table width="100%" border="0">
|
669
|
+
<a name="cairo-destroy.parameters"></a><h4>Parameters</h4>
|
670
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
679
671
|
<colgroup>
|
680
672
|
<col width="150px" class="parameters_name">
|
681
673
|
<col class="parameters_description">
|
@@ -688,7 +680,7 @@ See <a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_refer
|
|
688
680
|
</tr></tbody>
|
689
681
|
</table></div>
|
690
682
|
</div>
|
691
|
-
<p class="since">Since 1.0</p>
|
683
|
+
<p class="since">Since: 1.0</p>
|
692
684
|
</div>
|
693
685
|
<hr>
|
694
686
|
<div class="refsect2">
|
@@ -697,8 +689,8 @@ See <a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_refer
|
|
697
689
|
cairo_status (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
698
690
|
<p>Checks whether an error has previously occurred for this context.</p>
|
699
691
|
<div class="refsect3">
|
700
|
-
<a name="
|
701
|
-
<div class="informaltable"><table width="100%" border="0">
|
692
|
+
<a name="cairo-status.parameters"></a><h4>Parameters</h4>
|
693
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
702
694
|
<colgroup>
|
703
695
|
<col width="150px" class="parameters_name">
|
704
696
|
<col class="parameters_description">
|
@@ -712,11 +704,10 @@ cairo_status (<em class="parameter"><code><a class="link" href="cairo-cairo-t.ht
|
|
712
704
|
</table></div>
|
713
705
|
</div>
|
714
706
|
<div class="refsect3">
|
715
|
-
<a name="
|
707
|
+
<a name="cairo-status.returns"></a><h4>Returns</h4>
|
716
708
|
<p> the current status of this context, see <a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a></p>
|
717
|
-
<p></p>
|
718
709
|
</div>
|
719
|
-
<p class="since">Since 1.0</p>
|
710
|
+
<p class="since">Since: 1.0</p>
|
720
711
|
</div>
|
721
712
|
<hr>
|
722
713
|
<div class="refsect2">
|
@@ -737,8 +728,8 @@ a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class=
|
|
737
728
|
drops to zero in response to a call to <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>,
|
738
729
|
any saved states will be freed along with the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.</p>
|
739
730
|
<div class="refsect3">
|
740
|
-
<a name="
|
741
|
-
<div class="informaltable"><table width="100%" border="0">
|
731
|
+
<a name="cairo-save.parameters"></a><h4>Parameters</h4>
|
732
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
742
733
|
<colgroup>
|
743
734
|
<col width="150px" class="parameters_name">
|
744
735
|
<col class="parameters_description">
|
@@ -751,7 +742,7 @@ any saved states will be freed along with the <a class="link" href="cairo-cairo-
|
|
751
742
|
</tr></tbody>
|
752
743
|
</table></div>
|
753
744
|
</div>
|
754
|
-
<p class="since">Since 1.0</p>
|
745
|
+
<p class="since">Since: 1.0</p>
|
755
746
|
</div>
|
756
747
|
<hr>
|
757
748
|
<div class="refsect2">
|
@@ -763,8 +754,8 @@ cairo_restore (<em class="parameter"><code><a class="link" href="cairo-cairo-t.h
|
|
763
754
|
<a class="link" href="cairo-cairo-t.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a> and removes that state from the stack of
|
764
755
|
saved states.</p>
|
765
756
|
<div class="refsect3">
|
766
|
-
<a name="
|
767
|
-
<div class="informaltable"><table width="100%" border="0">
|
757
|
+
<a name="cairo-restore.parameters"></a><h4>Parameters</h4>
|
758
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
768
759
|
<colgroup>
|
769
760
|
<col width="150px" class="parameters_name">
|
770
761
|
<col class="parameters_description">
|
@@ -777,7 +768,7 @@ saved states.</p>
|
|
777
768
|
</tr></tbody>
|
778
769
|
</table></div>
|
779
770
|
</div>
|
780
|
-
<p class="since">Since 1.0</p>
|
771
|
+
<p class="since">Since: 1.0</p>
|
781
772
|
</div>
|
782
773
|
<hr>
|
783
774
|
<div class="refsect2">
|
@@ -793,8 +784,8 @@ can be a "nil" surface if <em class="parameter"><code>cr</code></em>
|
|
793
784
|
A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a>
|
794
785
|
<code class="literal">!=</code> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
|
795
786
|
<div class="refsect3">
|
796
|
-
<a name="
|
797
|
-
<div class="informaltable"><table width="100%" border="0">
|
787
|
+
<a name="cairo-get-target.parameters"></a><h4>Parameters</h4>
|
788
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
798
789
|
<colgroup>
|
799
790
|
<col width="150px" class="parameters_name">
|
800
791
|
<col class="parameters_description">
|
@@ -808,12 +799,11 @@ A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#c
|
|
808
799
|
</table></div>
|
809
800
|
</div>
|
810
801
|
<div class="refsect3">
|
811
|
-
<a name="
|
802
|
+
<a name="cairo-get-target.returns"></a><h4>Returns</h4>
|
812
803
|
<p> the target surface. This object is owned by cairo. To
|
813
804
|
keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.</p>
|
814
|
-
<p></p>
|
815
805
|
</div>
|
816
|
-
<p class="since">Since 1.0</p>
|
806
|
+
<p class="since">Since: 1.0</p>
|
817
807
|
</div>
|
818
808
|
<hr>
|
819
809
|
<div class="refsect2">
|
@@ -852,8 +842,8 @@ cairo_pop_group_to_source (cr);
|
|
852
842
|
cairo_paint_with_alpha (cr, alpha);
|
853
843
|
</pre></div>
|
854
844
|
<div class="refsect3">
|
855
|
-
<a name="
|
856
|
-
<div class="informaltable"><table width="100%" border="0">
|
845
|
+
<a name="cairo-push-group.parameters"></a><h4>Parameters</h4>
|
846
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
857
847
|
<colgroup>
|
858
848
|
<col width="150px" class="parameters_name">
|
859
849
|
<col class="parameters_description">
|
@@ -866,7 +856,7 @@ cairo_paint_with_alpha (cr, alpha);
|
|
866
856
|
</tr></tbody>
|
867
857
|
</table></div>
|
868
858
|
</div>
|
869
|
-
<p class="since">Since 1.2</p>
|
859
|
+
<p class="since">Since: 1.2</p>
|
870
860
|
</div>
|
871
861
|
<hr>
|
872
862
|
<div class="refsect2">
|
@@ -885,8 +875,8 @@ control this content type is the only distinction between this
|
|
885
875
|
function and <a class="link" href="cairo-cairo-t.html#cairo-push-group" title="cairo_push_group ()"><code class="function">cairo_push_group()</code></a> which you should see for a more
|
886
876
|
detailed description of group rendering.</p>
|
887
877
|
<div class="refsect3">
|
888
|
-
<a name="
|
889
|
-
<div class="informaltable"><table width="100%" border="0">
|
878
|
+
<a name="cairo-push-group-with-content.parameters"></a><h4>Parameters</h4>
|
879
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
890
880
|
<colgroup>
|
891
881
|
<col width="150px" class="parameters_name">
|
892
882
|
<col class="parameters_description">
|
@@ -907,7 +897,7 @@ will be created</p></td>
|
|
907
897
|
</tbody>
|
908
898
|
</table></div>
|
909
899
|
</div>
|
910
|
-
<p class="since">Since 1.2</p>
|
900
|
+
<p class="since">Since: 1.2</p>
|
911
901
|
</div>
|
912
902
|
<hr>
|
913
903
|
<div class="refsect2">
|
@@ -923,8 +913,8 @@ call to <a class="link" href="cairo-cairo-t.html#cairo-save" title="cairo_save
|
|
923
913
|
changes to the graphics state will not be visible outside the
|
924
914
|
group.</p>
|
925
915
|
<div class="refsect3">
|
926
|
-
<a name="
|
927
|
-
<div class="informaltable"><table width="100%" border="0">
|
916
|
+
<a name="cairo-pop-group.parameters"></a><h4>Parameters</h4>
|
917
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
928
918
|
<colgroup>
|
929
919
|
<col width="150px" class="parameters_name">
|
930
920
|
<col class="parameters_description">
|
@@ -938,14 +928,13 @@ group.</p>
|
|
938
928
|
</table></div>
|
939
929
|
</div>
|
940
930
|
<div class="refsect3">
|
941
|
-
<a name="
|
931
|
+
<a name="cairo-pop-group.returns"></a><h4>Returns</h4>
|
942
932
|
<p> a newly created (surface) pattern containing the
|
943
933
|
results of all drawing operations performed to the group. The
|
944
934
|
caller owns the returned object and should call
|
945
935
|
<a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-destroy" title="cairo_pattern_destroy ()"><code class="function">cairo_pattern_destroy()</code></a> when finished with it.</p>
|
946
|
-
<p></p>
|
947
936
|
</div>
|
948
|
-
<p class="since">Since 1.2</p>
|
937
|
+
<p class="since">Since: 1.2</p>
|
949
938
|
</div>
|
950
939
|
<hr>
|
951
940
|
<div class="refsect2">
|
@@ -969,8 +958,8 @@ call to <a class="link" href="cairo-cairo-t.html#cairo-save" title="cairo_save
|
|
969
958
|
changes to the graphics state will not be visible outside the
|
970
959
|
group.</p>
|
971
960
|
<div class="refsect3">
|
972
|
-
<a name="
|
973
|
-
<div class="informaltable"><table width="100%" border="0">
|
961
|
+
<a name="cairo-pop-group-to-source.parameters"></a><h4>Parameters</h4>
|
962
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
974
963
|
<colgroup>
|
975
964
|
<col width="150px" class="parameters_name">
|
976
965
|
<col class="parameters_description">
|
@@ -983,7 +972,7 @@ group.</p>
|
|
983
972
|
</tr></tbody>
|
984
973
|
</table></div>
|
985
974
|
</div>
|
986
|
-
<p class="since">Since 1.2</p>
|
975
|
+
<p class="since">Since: 1.2</p>
|
987
976
|
</div>
|
988
977
|
<hr>
|
989
978
|
<div class="refsect2">
|
@@ -1001,8 +990,8 @@ can be a "nil" surface if <em class="parameter"><code>cr</code></em>
|
|
1001
990
|
A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-status" title="cairo_surface_status ()"><code class="function">cairo_surface_status()</code></a>
|
1002
991
|
<code class="literal">!=</code> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
|
1003
992
|
<div class="refsect3">
|
1004
|
-
<a name="
|
1005
|
-
<div class="informaltable"><table width="100%" border="0">
|
993
|
+
<a name="cairo-get-group-target.parameters"></a><h4>Parameters</h4>
|
994
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1006
995
|
<colgroup>
|
1007
996
|
<col width="150px" class="parameters_name">
|
1008
997
|
<col class="parameters_description">
|
@@ -1016,12 +1005,11 @@ A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#c
|
|
1016
1005
|
</table></div>
|
1017
1006
|
</div>
|
1018
1007
|
<div class="refsect3">
|
1019
|
-
<a name="
|
1008
|
+
<a name="cairo-get-group-target.returns"></a><h4>Returns</h4>
|
1020
1009
|
<p> the target surface. This object is owned by cairo. To
|
1021
1010
|
keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.</p>
|
1022
|
-
<p></p>
|
1023
1011
|
</div>
|
1024
|
-
<p class="since">Since 1.2</p>
|
1012
|
+
<p class="since">Since: 1.2</p>
|
1025
1013
|
</div>
|
1026
1014
|
<hr>
|
1027
1015
|
<div class="refsect2">
|
@@ -1041,8 +1029,8 @@ clamped.</p></li></ol></div>
|
|
1041
1029
|
<p>The default source pattern is opaque black, (that is, it is
|
1042
1030
|
equivalent to cairo_set_source_rgb(cr, 0.0, 0.0, 0.0)).</p>
|
1043
1031
|
<div class="refsect3">
|
1044
|
-
<a name="
|
1045
|
-
<div class="informaltable"><table width="100%" border="0">
|
1032
|
+
<a name="cairo-set-source-rgb.parameters"></a><h4>Parameters</h4>
|
1033
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1046
1034
|
<colgroup>
|
1047
1035
|
<col width="150px" class="parameters_name">
|
1048
1036
|
<col class="parameters_description">
|
@@ -1072,7 +1060,7 @@ equivalent to cairo_set_source_rgb(cr, 0.0, 0.0, 0.0)).</p>
|
|
1072
1060
|
</tbody>
|
1073
1061
|
</table></div>
|
1074
1062
|
</div>
|
1075
|
-
<p class="since">Since 1.0</p>
|
1063
|
+
<p class="since">Since: 1.0</p>
|
1076
1064
|
</div>
|
1077
1065
|
<hr>
|
1078
1066
|
<div class="refsect2">
|
@@ -1093,8 +1081,8 @@ will be clamped.</p>
|
|
1093
1081
|
<p>The default source pattern is opaque black, (that is, it is
|
1094
1082
|
equivalent to cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 1.0)).</p>
|
1095
1083
|
<div class="refsect3">
|
1096
|
-
<a name="
|
1097
|
-
<div class="informaltable"><table width="100%" border="0">
|
1084
|
+
<a name="cairo-set-source-rgba.parameters"></a><h4>Parameters</h4>
|
1085
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1098
1086
|
<colgroup>
|
1099
1087
|
<col width="150px" class="parameters_name">
|
1100
1088
|
<col class="parameters_description">
|
@@ -1129,7 +1117,7 @@ equivalent to cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 1.0)).</p>
|
|
1129
1117
|
</tbody>
|
1130
1118
|
</table></div>
|
1131
1119
|
</div>
|
1132
|
-
<p class="since">Since 1.0</p>
|
1120
|
+
<p class="since">Since: 1.0</p>
|
1133
1121
|
</div>
|
1134
1122
|
<hr>
|
1135
1123
|
<div class="refsect2">
|
@@ -1150,8 +1138,8 @@ will not affect the source pattern. See <a class="link" href="cairo-cairo-patter
|
|
1150
1138
|
(that is, it is equivalent to cairo_set_source_rgb(cr, 0.0, 0.0,
|
1151
1139
|
0.0)).</p>
|
1152
1140
|
<div class="refsect3">
|
1153
|
-
<a name="
|
1154
|
-
<div class="informaltable"><table width="100%" border="0">
|
1141
|
+
<a name="cairo-set-source.parameters"></a><h4>Parameters</h4>
|
1142
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1155
1143
|
<colgroup>
|
1156
1144
|
<col width="150px" class="parameters_name">
|
1157
1145
|
<col class="parameters_description">
|
@@ -1172,7 +1160,7 @@ subsequent drawing operations.</p></td>
|
|
1172
1160
|
</tbody>
|
1173
1161
|
</table></div>
|
1174
1162
|
</div>
|
1175
|
-
<p class="since">Since 1.0</p>
|
1163
|
+
<p class="since">Since: 1.0</p>
|
1176
1164
|
</div>
|
1177
1165
|
<hr>
|
1178
1166
|
<div class="refsect2">
|
@@ -1202,8 +1190,8 @@ The resulting pattern can be queried with <a class="link" href="cairo-cairo-t.ht
|
|
1202
1190
|
that these attributes can be modified if desired, (eg. to create a
|
1203
1191
|
repeating pattern with <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-set-extend" title="cairo_pattern_set_extend ()"><code class="function">cairo_pattern_set_extend()</code></a>).</p>
|
1204
1192
|
<div class="refsect3">
|
1205
|
-
<a name="
|
1206
|
-
<div class="informaltable"><table width="100%" border="0">
|
1193
|
+
<a name="cairo-set-source-surface.parameters"></a><h4>Parameters</h4>
|
1194
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1207
1195
|
<colgroup>
|
1208
1196
|
<col width="150px" class="parameters_name">
|
1209
1197
|
<col class="parameters_description">
|
@@ -1233,7 +1221,7 @@ repeating pattern with <a class="link" href="cairo-cairo-pattern-t.html#cairo-pa
|
|
1233
1221
|
</tbody>
|
1234
1222
|
</table></div>
|
1235
1223
|
</div>
|
1236
|
-
<p class="since">Since 1.0</p>
|
1224
|
+
<p class="since">Since: 1.0</p>
|
1237
1225
|
</div>
|
1238
1226
|
<hr>
|
1239
1227
|
<div class="refsect2">
|
@@ -1243,8 +1231,8 @@ cairo_get_source (<em class="parameter"><code><a class="link" href="cairo-cairo-
|
|
1243
1231
|
<p>Gets the current source pattern for <em class="parameter"><code>cr</code></em>
|
1244
1232
|
.</p>
|
1245
1233
|
<div class="refsect3">
|
1246
|
-
<a name="
|
1247
|
-
<div class="informaltable"><table width="100%" border="0">
|
1234
|
+
<a name="cairo-get-source.parameters"></a><h4>Parameters</h4>
|
1235
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1248
1236
|
<colgroup>
|
1249
1237
|
<col width="150px" class="parameters_name">
|
1250
1238
|
<col class="parameters_description">
|
@@ -1258,13 +1246,12 @@ cairo_get_source (<em class="parameter"><code><a class="link" href="cairo-cairo-
|
|
1258
1246
|
</table></div>
|
1259
1247
|
</div>
|
1260
1248
|
<div class="refsect3">
|
1261
|
-
<a name="
|
1249
|
+
<a name="cairo-get-source.returns"></a><h4>Returns</h4>
|
1262
1250
|
<p> the current source pattern. This object is owned by
|
1263
1251
|
cairo. To keep a reference to it, you must call
|
1264
1252
|
<a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-reference" title="cairo_pattern_reference ()"><code class="function">cairo_pattern_reference()</code></a>.</p>
|
1265
|
-
<p></p>
|
1266
1253
|
</div>
|
1267
|
-
<p class="since">Since 1.0</p>
|
1254
|
+
<p class="since">Since: 1.0</p>
|
1268
1255
|
</div>
|
1269
1256
|
<hr>
|
1270
1257
|
<div class="refsect2">
|
@@ -1279,8 +1266,8 @@ a particular value. At the current time, no backend supports
|
|
1279
1266
|
<p>Note that this option does not affect text rendering, instead see
|
1280
1267
|
<a class="link" href="cairo-cairo-font-options-t.html#cairo-font-options-set-antialias" title="cairo_font_options_set_antialias ()"><code class="function">cairo_font_options_set_antialias()</code></a>.</p>
|
1281
1268
|
<div class="refsect3">
|
1282
|
-
<a name="
|
1283
|
-
<div class="informaltable"><table width="100%" border="0">
|
1269
|
+
<a name="cairo-set-antialias.parameters"></a><h4>Parameters</h4>
|
1270
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1284
1271
|
<colgroup>
|
1285
1272
|
<col width="150px" class="parameters_name">
|
1286
1273
|
<col class="parameters_description">
|
@@ -1300,7 +1287,7 @@ a particular value. At the current time, no backend supports
|
|
1300
1287
|
</tbody>
|
1301
1288
|
</table></div>
|
1302
1289
|
</div>
|
1303
|
-
<p class="since">Since 1.0</p>
|
1290
|
+
<p class="since">Since: 1.0</p>
|
1304
1291
|
</div>
|
1305
1292
|
<hr>
|
1306
1293
|
<div class="refsect2">
|
@@ -1310,8 +1297,8 @@ cairo_get_antialias (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
1310
1297
|
<p>Gets the current shape antialiasing mode, as set by
|
1311
1298
|
<a class="link" href="cairo-cairo-t.html#cairo-set-antialias" title="cairo_set_antialias ()"><code class="function">cairo_set_antialias()</code></a>.</p>
|
1312
1299
|
<div class="refsect3">
|
1313
|
-
<a name="
|
1314
|
-
<div class="informaltable"><table width="100%" border="0">
|
1300
|
+
<a name="cairo-get-antialias.parameters"></a><h4>Parameters</h4>
|
1301
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1315
1302
|
<colgroup>
|
1316
1303
|
<col width="150px" class="parameters_name">
|
1317
1304
|
<col class="parameters_description">
|
@@ -1325,11 +1312,10 @@ cairo_get_antialias (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
1325
1312
|
</table></div>
|
1326
1313
|
</div>
|
1327
1314
|
<div class="refsect3">
|
1328
|
-
<a name="
|
1315
|
+
<a name="cairo-get-antialias.returns"></a><h4>Returns</h4>
|
1329
1316
|
<p> the current shape antialiasing mode.</p>
|
1330
|
-
<p></p>
|
1331
1317
|
</div>
|
1332
|
-
<p class="since">Since 1.0</p>
|
1318
|
+
<p class="since">Since: 1.0</p>
|
1333
1319
|
</div>
|
1334
1320
|
<hr>
|
1335
1321
|
<div class="refsect2">
|
@@ -1366,8 +1352,8 @@ on and off portions of the size specified by the single value in
|
|
1366
1352
|
will be put into an error state with a status of
|
1367
1353
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-INVALID-DASH:CAPS"><code class="literal">CAIRO_STATUS_INVALID_DASH</code></a>.</p>
|
1368
1354
|
<div class="refsect3">
|
1369
|
-
<a name="
|
1370
|
-
<div class="informaltable"><table width="100%" border="0">
|
1355
|
+
<a name="cairo-set-dash.parameters"></a><h4>Parameters</h4>
|
1356
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1371
1357
|
<colgroup>
|
1372
1358
|
<col width="150px" class="parameters_name">
|
1373
1359
|
<col class="parameters_description">
|
@@ -1397,7 +1383,7 @@ on and off portions of the size specified by the single value in
|
|
1397
1383
|
</tbody>
|
1398
1384
|
</table></div>
|
1399
1385
|
</div>
|
1400
|
-
<p class="since">Since 1.0</p>
|
1386
|
+
<p class="since">Since: 1.0</p>
|
1401
1387
|
</div>
|
1402
1388
|
<hr>
|
1403
1389
|
<div class="refsect2">
|
@@ -1409,8 +1395,8 @@ cairo_get_dash_count (<em class="parameter"><code><a class="link" href="cairo-ca
|
|
1409
1395
|
is not currently in effect).</p>
|
1410
1396
|
<p>See also <a class="link" href="cairo-cairo-t.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-get-dash" title="cairo_get_dash ()"><code class="function">cairo_get_dash()</code></a>.</p>
|
1411
1397
|
<div class="refsect3">
|
1412
|
-
<a name="
|
1413
|
-
<div class="informaltable"><table width="100%" border="0">
|
1398
|
+
<a name="cairo-get-dash-count.parameters"></a><h4>Parameters</h4>
|
1399
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1414
1400
|
<colgroup>
|
1415
1401
|
<col width="150px" class="parameters_name">
|
1416
1402
|
<col class="parameters_description">
|
@@ -1424,11 +1410,10 @@ is not currently in effect).</p>
|
|
1424
1410
|
</table></div>
|
1425
1411
|
</div>
|
1426
1412
|
<div class="refsect3">
|
1427
|
-
<a name="
|
1413
|
+
<a name="cairo-get-dash-count.returns"></a><h4>Returns</h4>
|
1428
1414
|
<p> the length of the dash array, or 0 if no dash array set.</p>
|
1429
|
-
<p></p>
|
1430
1415
|
</div>
|
1431
|
-
<p class="since">Since 1.4</p>
|
1416
|
+
<p class="since">Since: 1.4</p>
|
1432
1417
|
</div>
|
1433
1418
|
<hr>
|
1434
1419
|
<div class="refsect2">
|
@@ -1442,8 +1427,8 @@ cairo_get_dash (<em class="parameter"><code><a class="link" href="cairo-cairo-t.
|
|
1442
1427
|
enough to hold at least the number of values returned by
|
1443
1428
|
<a class="link" href="cairo-cairo-t.html#cairo-get-dash-count" title="cairo_get_dash_count ()"><code class="function">cairo_get_dash_count()</code></a>.</p>
|
1444
1429
|
<div class="refsect3">
|
1445
|
-
<a name="
|
1446
|
-
<div class="informaltable"><table width="100%" border="0">
|
1430
|
+
<a name="cairo-get-dash.parameters"></a><h4>Parameters</h4>
|
1431
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1447
1432
|
<colgroup>
|
1448
1433
|
<col width="150px" class="parameters_name">
|
1449
1434
|
<col class="parameters_description">
|
@@ -1468,7 +1453,7 @@ enough to hold at least the number of values returned by
|
|
1468
1453
|
</tbody>
|
1469
1454
|
</table></div>
|
1470
1455
|
</div>
|
1471
|
-
<p class="since">Since 1.4</p>
|
1456
|
+
<p class="since">Since: 1.4</p>
|
1472
1457
|
</div>
|
1473
1458
|
<hr>
|
1474
1459
|
<div class="refsect2">
|
@@ -1483,8 +1468,8 @@ both <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"
|
|
1483
1468
|
on the semantics of each available fill rule.</p>
|
1484
1469
|
<p>The default fill rule is <a class="link" href="cairo-cairo-t.html#CAIRO-FILL-RULE-WINDING:CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.</p>
|
1485
1470
|
<div class="refsect3">
|
1486
|
-
<a name="
|
1487
|
-
<div class="informaltable"><table width="100%" border="0">
|
1471
|
+
<a name="cairo-set-fill-rule.parameters"></a><h4>Parameters</h4>
|
1472
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1488
1473
|
<colgroup>
|
1489
1474
|
<col width="150px" class="parameters_name">
|
1490
1475
|
<col class="parameters_description">
|
@@ -1504,7 +1489,7 @@ on the semantics of each available fill rule.</p>
|
|
1504
1489
|
</tbody>
|
1505
1490
|
</table></div>
|
1506
1491
|
</div>
|
1507
|
-
<p class="since">Since 1.0</p>
|
1492
|
+
<p class="since">Since: 1.0</p>
|
1508
1493
|
</div>
|
1509
1494
|
<hr>
|
1510
1495
|
<div class="refsect2">
|
@@ -1513,8 +1498,8 @@ on the semantics of each available fill rule.</p>
|
|
1513
1498
|
cairo_get_fill_rule (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1514
1499
|
<p>Gets the current fill rule, as set by <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a>.</p>
|
1515
1500
|
<div class="refsect3">
|
1516
|
-
<a name="
|
1517
|
-
<div class="informaltable"><table width="100%" border="0">
|
1501
|
+
<a name="cairo-get-fill-rule.parameters"></a><h4>Parameters</h4>
|
1502
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1518
1503
|
<colgroup>
|
1519
1504
|
<col width="150px" class="parameters_name">
|
1520
1505
|
<col class="parameters_description">
|
@@ -1528,11 +1513,10 @@ cairo_get_fill_rule (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
1528
1513
|
</table></div>
|
1529
1514
|
</div>
|
1530
1515
|
<div class="refsect3">
|
1531
|
-
<a name="
|
1516
|
+
<a name="cairo-get-fill-rule.returns"></a><h4>Returns</h4>
|
1532
1517
|
<p> the current fill rule.</p>
|
1533
|
-
<p></p>
|
1534
1518
|
</div>
|
1535
|
-
<p class="since">Since 1.0</p>
|
1519
|
+
<p class="since">Since: 1.0</p>
|
1536
1520
|
</div>
|
1537
1521
|
<hr>
|
1538
1522
|
<div class="refsect2">
|
@@ -1549,8 +1533,8 @@ examined by <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="cairo_
|
|
1549
1533
|
construction.</p>
|
1550
1534
|
<p>The default line cap style is <a class="link" href="cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
|
1551
1535
|
<div class="refsect3">
|
1552
|
-
<a name="
|
1553
|
-
<div class="informaltable"><table width="100%" border="0">
|
1536
|
+
<a name="cairo-set-line-cap.parameters"></a><h4>Parameters</h4>
|
1537
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1554
1538
|
<colgroup>
|
1555
1539
|
<col width="150px" class="parameters_name">
|
1556
1540
|
<col class="parameters_description">
|
@@ -1570,7 +1554,7 @@ construction.</p>
|
|
1570
1554
|
</tbody>
|
1571
1555
|
</table></div>
|
1572
1556
|
</div>
|
1573
|
-
<p class="since">Since 1.0</p>
|
1557
|
+
<p class="since">Since: 1.0</p>
|
1574
1558
|
</div>
|
1575
1559
|
<hr>
|
1576
1560
|
<div class="refsect2">
|
@@ -1579,8 +1563,8 @@ construction.</p>
|
|
1579
1563
|
cairo_get_line_cap (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1580
1564
|
<p>Gets the current line cap style, as set by <a class="link" href="cairo-cairo-t.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>.</p>
|
1581
1565
|
<div class="refsect3">
|
1582
|
-
<a name="
|
1583
|
-
<div class="informaltable"><table width="100%" border="0">
|
1566
|
+
<a name="cairo-get-line-cap.parameters"></a><h4>Parameters</h4>
|
1567
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1584
1568
|
<colgroup>
|
1585
1569
|
<col width="150px" class="parameters_name">
|
1586
1570
|
<col class="parameters_description">
|
@@ -1594,11 +1578,10 @@ cairo_get_line_cap (<em class="parameter"><code><a class="link" href="cairo-cair
|
|
1594
1578
|
</table></div>
|
1595
1579
|
</div>
|
1596
1580
|
<div class="refsect3">
|
1597
|
-
<a name="
|
1581
|
+
<a name="cairo-get-line-cap.returns"></a><h4>Returns</h4>
|
1598
1582
|
<p> the current line cap style.</p>
|
1599
|
-
<p></p>
|
1600
1583
|
</div>
|
1601
|
-
<p class="since">Since 1.0</p>
|
1584
|
+
<p class="since">Since: 1.0</p>
|
1602
1585
|
</div>
|
1603
1586
|
<hr>
|
1604
1587
|
<div class="refsect2">
|
@@ -1615,8 +1598,8 @@ examined by <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="cairo_
|
|
1615
1598
|
construction.</p>
|
1616
1599
|
<p>The default line join style is <a class="link" href="cairo-cairo-t.html#CAIRO-LINE-JOIN-MITER:CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
|
1617
1600
|
<div class="refsect3">
|
1618
|
-
<a name="
|
1619
|
-
<div class="informaltable"><table width="100%" border="0">
|
1601
|
+
<a name="cairo-set-line-join.parameters"></a><h4>Parameters</h4>
|
1602
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1620
1603
|
<colgroup>
|
1621
1604
|
<col width="150px" class="parameters_name">
|
1622
1605
|
<col class="parameters_description">
|
@@ -1636,7 +1619,7 @@ construction.</p>
|
|
1636
1619
|
</tbody>
|
1637
1620
|
</table></div>
|
1638
1621
|
</div>
|
1639
|
-
<p class="since">Since 1.0</p>
|
1622
|
+
<p class="since">Since: 1.0</p>
|
1640
1623
|
</div>
|
1641
1624
|
<hr>
|
1642
1625
|
<div class="refsect2">
|
@@ -1645,8 +1628,8 @@ construction.</p>
|
|
1645
1628
|
cairo_get_line_join (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1646
1629
|
<p>Gets the current line join style, as set by <a class="link" href="cairo-cairo-t.html#cairo-set-line-join" title="cairo_set_line_join ()"><code class="function">cairo_set_line_join()</code></a>.</p>
|
1647
1630
|
<div class="refsect3">
|
1648
|
-
<a name="
|
1649
|
-
<div class="informaltable"><table width="100%" border="0">
|
1631
|
+
<a name="cairo-get-line-join.parameters"></a><h4>Parameters</h4>
|
1632
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1650
1633
|
<colgroup>
|
1651
1634
|
<col width="150px" class="parameters_name">
|
1652
1635
|
<col class="parameters_description">
|
@@ -1660,11 +1643,10 @@ cairo_get_line_join (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
1660
1643
|
</table></div>
|
1661
1644
|
</div>
|
1662
1645
|
<div class="refsect3">
|
1663
|
-
<a name="
|
1646
|
+
<a name="cairo-get-line-join.returns"></a><h4>Returns</h4>
|
1664
1647
|
<p> the current line join style.</p>
|
1665
|
-
<p></p>
|
1666
1648
|
</div>
|
1667
|
-
<p class="since">Since 1.0</p>
|
1649
|
+
<p class="since">Since: 1.0</p>
|
1668
1650
|
</div>
|
1669
1651
|
<hr>
|
1670
1652
|
<div class="refsect2">
|
@@ -1690,8 +1672,8 @@ examined by <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="cairo_
|
|
1690
1672
|
construction.</p>
|
1691
1673
|
<p>The default line width value is 2.0.</p>
|
1692
1674
|
<div class="refsect3">
|
1693
|
-
<a name="
|
1694
|
-
<div class="informaltable"><table width="100%" border="0">
|
1675
|
+
<a name="cairo-set-line-width.parameters"></a><h4>Parameters</h4>
|
1676
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1695
1677
|
<colgroup>
|
1696
1678
|
<col width="150px" class="parameters_name">
|
1697
1679
|
<col class="parameters_description">
|
@@ -1711,7 +1693,7 @@ construction.</p>
|
|
1711
1693
|
</tbody>
|
1712
1694
|
</table></div>
|
1713
1695
|
</div>
|
1714
|
-
<p class="since">Since 1.0</p>
|
1696
|
+
<p class="since">Since: 1.0</p>
|
1715
1697
|
</div>
|
1716
1698
|
<hr>
|
1717
1699
|
<div class="refsect2">
|
@@ -1723,8 +1705,8 @@ cairo_get_line_width (<em class="parameter"><code><a class="link" href="cairo-ca
|
|
1723
1705
|
the CTM has changed between the calls to <a class="link" href="cairo-cairo-t.html#cairo-set-line-width" title="cairo_set_line_width ()"><code class="function">cairo_set_line_width()</code></a> and
|
1724
1706
|
<a class="link" href="cairo-cairo-t.html#cairo-get-line-width" title="cairo_get_line_width ()"><code class="function">cairo_get_line_width()</code></a>.</p>
|
1725
1707
|
<div class="refsect3">
|
1726
|
-
<a name="
|
1727
|
-
<div class="informaltable"><table width="100%" border="0">
|
1708
|
+
<a name="cairo-get-line-width.parameters"></a><h4>Parameters</h4>
|
1709
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1728
1710
|
<colgroup>
|
1729
1711
|
<col width="150px" class="parameters_name">
|
1730
1712
|
<col class="parameters_description">
|
@@ -1738,11 +1720,10 @@ the CTM has changed between the calls to <a class="link" href="cairo-cairo-t.htm
|
|
1738
1720
|
</table></div>
|
1739
1721
|
</div>
|
1740
1722
|
<div class="refsect3">
|
1741
|
-
<a name="
|
1723
|
+
<a name="cairo-get-line-width.returns"></a><h4>Returns</h4>
|
1742
1724
|
<p> the current line width.</p>
|
1743
|
-
<p></p>
|
1744
1725
|
</div>
|
1745
|
-
<p class="since">Since 1.0</p>
|
1726
|
+
<p class="since">Since: 1.0</p>
|
1746
1727
|
</div>
|
1747
1728
|
<hr>
|
1748
1729
|
<div class="refsect2">
|
@@ -1769,8 +1750,8 @@ degrees.</p>
|
|
1769
1750
|
<p>A miter limit for a desired angle can be computed as: miter limit =
|
1770
1751
|
1/sin(angle/2)</p>
|
1771
1752
|
<div class="refsect3">
|
1772
|
-
<a name="
|
1773
|
-
<div class="informaltable"><table width="100%" border="0">
|
1753
|
+
<a name="cairo-set-miter-limit.parameters"></a><h4>Parameters</h4>
|
1754
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1774
1755
|
<colgroup>
|
1775
1756
|
<col width="150px" class="parameters_name">
|
1776
1757
|
<col class="parameters_description">
|
@@ -1790,7 +1771,7 @@ degrees.</p>
|
|
1790
1771
|
</tbody>
|
1791
1772
|
</table></div>
|
1792
1773
|
</div>
|
1793
|
-
<p class="since">Since 1.0</p>
|
1774
|
+
<p class="since">Since: 1.0</p>
|
1794
1775
|
</div>
|
1795
1776
|
<hr>
|
1796
1777
|
<div class="refsect2">
|
@@ -1799,8 +1780,8 @@ degrees.</p>
|
|
1799
1780
|
cairo_get_miter_limit (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1800
1781
|
<p>Gets the current miter limit, as set by <a class="link" href="cairo-cairo-t.html#cairo-set-miter-limit" title="cairo_set_miter_limit ()"><code class="function">cairo_set_miter_limit()</code></a>.</p>
|
1801
1782
|
<div class="refsect3">
|
1802
|
-
<a name="
|
1803
|
-
<div class="informaltable"><table width="100%" border="0">
|
1783
|
+
<a name="cairo-get-miter-limit.parameters"></a><h4>Parameters</h4>
|
1784
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1804
1785
|
<colgroup>
|
1805
1786
|
<col width="150px" class="parameters_name">
|
1806
1787
|
<col class="parameters_description">
|
@@ -1814,11 +1795,10 @@ cairo_get_miter_limit (<em class="parameter"><code><a class="link" href="cairo-c
|
|
1814
1795
|
</table></div>
|
1815
1796
|
</div>
|
1816
1797
|
<div class="refsect3">
|
1817
|
-
<a name="
|
1798
|
+
<a name="cairo-get-miter-limit.returns"></a><h4>Returns</h4>
|
1818
1799
|
<p> the current miter limit.</p>
|
1819
|
-
<p></p>
|
1820
1800
|
</div>
|
1821
|
-
<p class="since">Since 1.0</p>
|
1801
|
+
<p class="since">Since: 1.0</p>
|
1822
1802
|
</div>
|
1823
1803
|
<hr>
|
1824
1804
|
<div class="refsect2">
|
@@ -1831,8 +1811,8 @@ operations. See <a class="link" href="cairo-cairo-t.html#cairo-operator-t" title
|
|
1831
1811
|
each available compositing operator.</p>
|
1832
1812
|
<p>The default operator is <a class="link" href="cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS"><code class="literal">CAIRO_OPERATOR_OVER</code></a>.</p>
|
1833
1813
|
<div class="refsect3">
|
1834
|
-
<a name="
|
1835
|
-
<div class="informaltable"><table width="100%" border="0">
|
1814
|
+
<a name="cairo-set-operator.parameters"></a><h4>Parameters</h4>
|
1815
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1836
1816
|
<colgroup>
|
1837
1817
|
<col width="150px" class="parameters_name">
|
1838
1818
|
<col class="parameters_description">
|
@@ -1852,7 +1832,7 @@ each available compositing operator.</p>
|
|
1852
1832
|
</tbody>
|
1853
1833
|
</table></div>
|
1854
1834
|
</div>
|
1855
|
-
<p class="since">Since 1.0</p>
|
1835
|
+
<p class="since">Since: 1.0</p>
|
1856
1836
|
</div>
|
1857
1837
|
<hr>
|
1858
1838
|
<div class="refsect2">
|
@@ -1861,8 +1841,8 @@ each available compositing operator.</p>
|
|
1861
1841
|
cairo_get_operator (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1862
1842
|
<p>Gets the current compositing operator for a cairo context.</p>
|
1863
1843
|
<div class="refsect3">
|
1864
|
-
<a name="
|
1865
|
-
<div class="informaltable"><table width="100%" border="0">
|
1844
|
+
<a name="cairo-get-operator.parameters"></a><h4>Parameters</h4>
|
1845
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1866
1846
|
<colgroup>
|
1867
1847
|
<col width="150px" class="parameters_name">
|
1868
1848
|
<col class="parameters_description">
|
@@ -1876,11 +1856,10 @@ cairo_get_operator (<em class="parameter"><code><a class="link" href="cairo-cair
|
|
1876
1856
|
</table></div>
|
1877
1857
|
</div>
|
1878
1858
|
<div class="refsect3">
|
1879
|
-
<a name="
|
1859
|
+
<a name="cairo-get-operator.returns"></a><h4>Returns</h4>
|
1880
1860
|
<p> the current compositing operator.</p>
|
1881
|
-
<p></p>
|
1882
1861
|
</div>
|
1883
|
-
<p class="since">Since 1.0</p>
|
1862
|
+
<p class="since">Since: 1.0</p>
|
1884
1863
|
</div>
|
1885
1864
|
<hr>
|
1886
1865
|
<div class="refsect2">
|
@@ -1901,8 +1880,8 @@ the prescribed <em class="parameter"><code>tolerance</code></em>
|
|
1901
1880
|
is restricted to the smallest
|
1902
1881
|
representable internal value.</p>
|
1903
1882
|
<div class="refsect3">
|
1904
|
-
<a name="
|
1905
|
-
<div class="informaltable"><table width="100%" border="0">
|
1883
|
+
<a name="cairo-set-tolerance.parameters"></a><h4>Parameters</h4>
|
1884
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1906
1885
|
<colgroup>
|
1907
1886
|
<col width="150px" class="parameters_name">
|
1908
1887
|
<col class="parameters_description">
|
@@ -1922,7 +1901,7 @@ representable internal value.</p>
|
|
1922
1901
|
</tbody>
|
1923
1902
|
</table></div>
|
1924
1903
|
</div>
|
1925
|
-
<p class="since">Since 1.0</p>
|
1904
|
+
<p class="since">Since: 1.0</p>
|
1926
1905
|
</div>
|
1927
1906
|
<hr>
|
1928
1907
|
<div class="refsect2">
|
@@ -1931,8 +1910,8 @@ representable internal value.</p>
|
|
1931
1910
|
cairo_get_tolerance (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
1932
1911
|
<p>Gets the current tolerance value, as set by <a class="link" href="cairo-cairo-t.html#cairo-set-tolerance" title="cairo_set_tolerance ()"><code class="function">cairo_set_tolerance()</code></a>.</p>
|
1933
1912
|
<div class="refsect3">
|
1934
|
-
<a name="
|
1935
|
-
<div class="informaltable"><table width="100%" border="0">
|
1913
|
+
<a name="cairo-get-tolerance.parameters"></a><h4>Parameters</h4>
|
1914
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1936
1915
|
<colgroup>
|
1937
1916
|
<col width="150px" class="parameters_name">
|
1938
1917
|
<col class="parameters_description">
|
@@ -1946,11 +1925,10 @@ cairo_get_tolerance (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
1946
1925
|
</table></div>
|
1947
1926
|
</div>
|
1948
1927
|
<div class="refsect3">
|
1949
|
-
<a name="
|
1928
|
+
<a name="cairo-get-tolerance.returns"></a><h4>Returns</h4>
|
1950
1929
|
<p> the current tolerance value.</p>
|
1951
|
-
<p></p>
|
1952
1930
|
</div>
|
1953
|
-
<p class="since">Since 1.0</p>
|
1931
|
+
<p class="since">Since: 1.0</p>
|
1954
1932
|
</div>
|
1955
1933
|
<hr>
|
1956
1934
|
<div class="refsect2">
|
@@ -1972,8 +1950,8 @@ calling <a class="link" href="cairo-cairo-t.html#cairo-clip" title="cairo_clip
|
|
1972
1950
|
pair. The only other means of increasing the size of the clip
|
1973
1951
|
region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cairo_reset_clip ()"><code class="function">cairo_reset_clip()</code></a>.</p>
|
1974
1952
|
<div class="refsect3">
|
1975
|
-
<a name="
|
1976
|
-
<div class="informaltable"><table width="100%" border="0">
|
1953
|
+
<a name="cairo-clip.parameters"></a><h4>Parameters</h4>
|
1954
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1977
1955
|
<colgroup>
|
1978
1956
|
<col width="150px" class="parameters_name">
|
1979
1957
|
<col class="parameters_description">
|
@@ -1986,7 +1964,7 @@ region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cair
|
|
1986
1964
|
</tr></tbody>
|
1987
1965
|
</table></div>
|
1988
1966
|
</div>
|
1989
|
-
<p class="since">Since 1.0</p>
|
1967
|
+
<p class="since">Since: 1.0</p>
|
1990
1968
|
</div>
|
1991
1969
|
<hr>
|
1992
1970
|
<div class="refsect2">
|
@@ -2008,8 +1986,8 @@ calling <a class="link" href="cairo-cairo-t.html#cairo-clip-preserve" title="cai
|
|
2008
1986
|
pair. The only other means of increasing the size of the clip
|
2009
1987
|
region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cairo_reset_clip ()"><code class="function">cairo_reset_clip()</code></a>.</p>
|
2010
1988
|
<div class="refsect3">
|
2011
|
-
<a name="
|
2012
|
-
<div class="informaltable"><table width="100%" border="0">
|
1989
|
+
<a name="cairo-clip-preserve.parameters"></a><h4>Parameters</h4>
|
1990
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2013
1991
|
<colgroup>
|
2014
1992
|
<col width="150px" class="parameters_name">
|
2015
1993
|
<col class="parameters_description">
|
@@ -2022,7 +2000,7 @@ region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cair
|
|
2022
2000
|
</tr></tbody>
|
2023
2001
|
</table></div>
|
2024
2002
|
</div>
|
2025
|
-
<p class="since">Since 1.0</p>
|
2003
|
+
<p class="since">Since: 1.0</p>
|
2026
2004
|
</div>
|
2027
2005
|
<hr>
|
2028
2006
|
<div class="refsect2">
|
@@ -2036,8 +2014,8 @@ cairo_clip_extents (<em class="parameter"><code><a class="link" href="cairo-cair
|
|
2036
2014
|
<p>Computes a bounding box in user coordinates covering the area inside the
|
2037
2015
|
current clip.</p>
|
2038
2016
|
<div class="refsect3">
|
2039
|
-
<a name="
|
2040
|
-
<div class="informaltable"><table width="100%" border="0">
|
2017
|
+
<a name="cairo-clip-extents.parameters"></a><h4>Parameters</h4>
|
2018
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2041
2019
|
<colgroup>
|
2042
2020
|
<col width="150px" class="parameters_name">
|
2043
2021
|
<col class="parameters_description">
|
@@ -2072,7 +2050,7 @@ current clip.</p>
|
|
2072
2050
|
</tbody>
|
2073
2051
|
</table></div>
|
2074
2052
|
</div>
|
2075
|
-
<p class="since">Since 1.4</p>
|
2053
|
+
<p class="since">Since: 1.4</p>
|
2076
2054
|
</div>
|
2077
2055
|
<hr>
|
2078
2056
|
<div class="refsect2">
|
@@ -2086,8 +2064,8 @@ visible through the current clip, i.e. the area that would be filled by
|
|
2086
2064
|
a <a class="link" href="cairo-cairo-t.html#cairo-paint" title="cairo_paint ()"><code class="function">cairo_paint()</code></a> operation.</p>
|
2087
2065
|
<p>See <a class="link" href="cairo-cairo-t.html#cairo-clip" title="cairo_clip ()"><code class="function">cairo_clip()</code></a>, and <a class="link" href="cairo-cairo-t.html#cairo-clip-preserve" title="cairo_clip_preserve ()"><code class="function">cairo_clip_preserve()</code></a>.</p>
|
2088
2066
|
<div class="refsect3">
|
2089
|
-
<a name="
|
2090
|
-
<div class="informaltable"><table width="100%" border="0">
|
2067
|
+
<a name="cairo-in-clip.parameters"></a><h4>Parameters</h4>
|
2068
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2091
2069
|
<colgroup>
|
2092
2070
|
<col width="150px" class="parameters_name">
|
2093
2071
|
<col class="parameters_description">
|
@@ -2113,12 +2091,11 @@ a <a class="link" href="cairo-cairo-t.html#cairo-paint" title="cairo_paint ()">
|
|
2113
2091
|
</table></div>
|
2114
2092
|
</div>
|
2115
2093
|
<div class="refsect3">
|
2116
|
-
<a name="
|
2094
|
+
<a name="cairo-in-clip.returns"></a><h4>Returns</h4>
|
2117
2095
|
<p> A non-zero value if the point is inside, or zero if
|
2118
2096
|
outside.</p>
|
2119
|
-
<p></p>
|
2120
2097
|
</div>
|
2121
|
-
<p class="since">Since 1.10</p>
|
2098
|
+
<p class="since">Since: 1.10</p>
|
2122
2099
|
</div>
|
2123
2100
|
<hr>
|
2124
2101
|
<div class="refsect2">
|
@@ -2136,8 +2113,8 @@ higher-level code which calls <a class="link" href="cairo-cairo-t.html#cairo-cli
|
|
2136
2113
|
<a class="link" href="cairo-cairo-t.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a> around <a class="link" href="cairo-cairo-t.html#cairo-clip" title="cairo_clip ()"><code class="function">cairo_clip()</code></a> as a more
|
2137
2114
|
robust means of temporarily restricting the clip region.</p>
|
2138
2115
|
<div class="refsect3">
|
2139
|
-
<a name="
|
2140
|
-
<div class="informaltable"><table width="100%" border="0">
|
2116
|
+
<a name="cairo-reset-clip.parameters"></a><h4>Parameters</h4>
|
2117
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2141
2118
|
<colgroup>
|
2142
2119
|
<col width="150px" class="parameters_name">
|
2143
2120
|
<col class="parameters_description">
|
@@ -2150,7 +2127,7 @@ robust means of temporarily restricting the clip region.</p>
|
|
2150
2127
|
</tr></tbody>
|
2151
2128
|
</table></div>
|
2152
2129
|
</div>
|
2153
|
-
<p class="since">Since 1.0</p>
|
2130
|
+
<p class="since">Since: 1.0</p>
|
2154
2131
|
</div>
|
2155
2132
|
<hr>
|
2156
2133
|
<div class="refsect2">
|
@@ -2163,8 +2140,8 @@ references. After this call, the <em class="parameter"><code>rectangle_list</cod
|
|
2163
2140
|
pointer must not
|
2164
2141
|
be dereferenced.</p>
|
2165
2142
|
<div class="refsect3">
|
2166
|
-
<a name="
|
2167
|
-
<div class="informaltable"><table width="100%" border="0">
|
2143
|
+
<a name="cairo-rectangle-list-destroy.parameters"></a><h4>Parameters</h4>
|
2144
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2168
2145
|
<colgroup>
|
2169
2146
|
<col width="150px" class="parameters_name">
|
2170
2147
|
<col class="parameters_description">
|
@@ -2177,7 +2154,7 @@ be dereferenced.</p>
|
|
2177
2154
|
</tr></tbody>
|
2178
2155
|
</table></div>
|
2179
2156
|
</div>
|
2180
|
-
<p class="since">Since 1.4</p>
|
2157
|
+
<p class="since">Since: 1.4</p>
|
2181
2158
|
</div>
|
2182
2159
|
<hr>
|
2183
2160
|
<div class="refsect2">
|
@@ -2191,8 +2168,8 @@ indicate that the clip region cannot be represented as a list of
|
|
2191
2168
|
user-space rectangles. The status may have other values to indicate
|
2192
2169
|
other errors.</p>
|
2193
2170
|
<div class="refsect3">
|
2194
|
-
<a name="
|
2195
|
-
<div class="informaltable"><table width="100%" border="0">
|
2171
|
+
<a name="cairo-copy-clip-rectangle-list.parameters"></a><h4>Parameters</h4>
|
2172
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2196
2173
|
<colgroup>
|
2197
2174
|
<col width="150px" class="parameters_name">
|
2198
2175
|
<col class="parameters_description">
|
@@ -2206,12 +2183,11 @@ other errors.</p>
|
|
2206
2183
|
</table></div>
|
2207
2184
|
</div>
|
2208
2185
|
<div class="refsect3">
|
2209
|
-
<a name="
|
2186
|
+
<a name="cairo-copy-clip-rectangle-list.returns"></a><h4>Returns</h4>
|
2210
2187
|
<p> the current clip region as a list of rectangles in user coordinates,
|
2211
2188
|
which should be destroyed using <a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-destroy" title="cairo_rectangle_list_destroy ()"><code class="function">cairo_rectangle_list_destroy()</code></a>.</p>
|
2212
|
-
<p></p>
|
2213
2189
|
</div>
|
2214
|
-
<p class="since">Since 1.4</p>
|
2190
|
+
<p class="since">Since: 1.4</p>
|
2215
2191
|
</div>
|
2216
2192
|
<hr>
|
2217
2193
|
<div class="refsect2">
|
@@ -2224,8 +2200,8 @@ filled). After <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo
|
|
2224
2200
|
the cairo context. See <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and
|
2225
2201
|
<a class="link" href="cairo-cairo-t.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
|
2226
2202
|
<div class="refsect3">
|
2227
|
-
<a name="
|
2228
|
-
<div class="informaltable"><table width="100%" border="0">
|
2203
|
+
<a name="cairo-fill.parameters"></a><h4>Parameters</h4>
|
2204
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2229
2205
|
<colgroup>
|
2230
2206
|
<col width="150px" class="parameters_name">
|
2231
2207
|
<col class="parameters_description">
|
@@ -2238,7 +2214,7 @@ the cairo context. See <a class="link" href="cairo-cairo-t.html#cairo-set-fill-r
|
|
2238
2214
|
</tr></tbody>
|
2239
2215
|
</table></div>
|
2240
2216
|
</div>
|
2241
|
-
<p class="since">Since 1.0</p>
|
2217
|
+
<p class="since">Since: 1.0</p>
|
2242
2218
|
</div>
|
2243
2219
|
<hr>
|
2244
2220
|
<div class="refsect2">
|
@@ -2251,8 +2227,8 @@ filled). Unlike <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cair
|
|
2251
2227
|
path within the cairo context.</p>
|
2252
2228
|
<p>See <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>.</p>
|
2253
2229
|
<div class="refsect3">
|
2254
|
-
<a name="
|
2255
|
-
<div class="informaltable"><table width="100%" border="0">
|
2230
|
+
<a name="cairo-fill-preserve.parameters"></a><h4>Parameters</h4>
|
2231
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2256
2232
|
<colgroup>
|
2257
2233
|
<col width="150px" class="parameters_name">
|
2258
2234
|
<col class="parameters_description">
|
@@ -2265,7 +2241,7 @@ path within the cairo context.</p>
|
|
2265
2241
|
</tr></tbody>
|
2266
2242
|
</table></div>
|
2267
2243
|
</div>
|
2268
|
-
<p class="since">Since 1.0</p>
|
2244
|
+
<p class="since">Since: 1.0</p>
|
2269
2245
|
</div>
|
2270
2246
|
<hr>
|
2271
2247
|
<div class="refsect2">
|
@@ -2290,8 +2266,8 @@ compute the precise inked areas in light of the fill rule, so
|
|
2290
2266
|
if the non-inked path extents are desired.</p>
|
2291
2267
|
<p>See <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>, <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
|
2292
2268
|
<div class="refsect3">
|
2293
|
-
<a name="
|
2294
|
-
<div class="informaltable"><table width="100%" border="0">
|
2269
|
+
<a name="cairo-fill-extents.parameters"></a><h4>Parameters</h4>
|
2270
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2295
2271
|
<colgroup>
|
2296
2272
|
<col width="150px" class="parameters_name">
|
2297
2273
|
<col class="parameters_description">
|
@@ -2326,7 +2302,7 @@ if the non-inked path extents are desired.</p>
|
|
2326
2302
|
</tbody>
|
2327
2303
|
</table></div>
|
2328
2304
|
</div>
|
2329
|
-
<p class="since">Since 1.0</p>
|
2305
|
+
<p class="since">Since: 1.0</p>
|
2330
2306
|
</div>
|
2331
2307
|
<hr>
|
2332
2308
|
<div class="refsect2">
|
@@ -2341,8 +2317,8 @@ filling parameters. Surface dimensions and clipping are not taken
|
|
2341
2317
|
into account.</p>
|
2342
2318
|
<p>See <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>, <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_set_fill_rule ()"><code class="function">cairo_set_fill_rule()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-fill-preserve" title="cairo_fill_preserve ()"><code class="function">cairo_fill_preserve()</code></a>.</p>
|
2343
2319
|
<div class="refsect3">
|
2344
|
-
<a name="
|
2345
|
-
<div class="informaltable"><table width="100%" border="0">
|
2320
|
+
<a name="cairo-in-fill.parameters"></a><h4>Parameters</h4>
|
2321
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2346
2322
|
<colgroup>
|
2347
2323
|
<col width="150px" class="parameters_name">
|
2348
2324
|
<col class="parameters_description">
|
@@ -2368,12 +2344,11 @@ into account.</p>
|
|
2368
2344
|
</table></div>
|
2369
2345
|
</div>
|
2370
2346
|
<div class="refsect3">
|
2371
|
-
<a name="
|
2347
|
+
<a name="cairo-in-fill.returns"></a><h4>Returns</h4>
|
2372
2348
|
<p> A non-zero value if the point is inside, or zero if
|
2373
2349
|
outside.</p>
|
2374
|
-
<p></p>
|
2375
2350
|
</div>
|
2376
|
-
<p class="since">Since 1.0</p>
|
2351
|
+
<p class="since">Since: 1.0</p>
|
2377
2352
|
</div>
|
2378
2353
|
<hr>
|
2379
2354
|
<div class="refsect2">
|
@@ -2388,8 +2363,8 @@ areas of <em class="parameter"><code>pattern</code></em>
|
|
2388
2363
|
are painted with the source, transparent
|
2389
2364
|
areas are not painted.)</p>
|
2390
2365
|
<div class="refsect3">
|
2391
|
-
<a name="
|
2392
|
-
<div class="informaltable"><table width="100%" border="0">
|
2366
|
+
<a name="cairo-mask.parameters"></a><h4>Parameters</h4>
|
2367
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2393
2368
|
<colgroup>
|
2394
2369
|
<col width="150px" class="parameters_name">
|
2395
2370
|
<col class="parameters_description">
|
@@ -2409,7 +2384,7 @@ areas are not painted.)</p>
|
|
2409
2384
|
</tbody>
|
2410
2385
|
</table></div>
|
2411
2386
|
</div>
|
2412
|
-
<p class="since">Since 1.0</p>
|
2387
|
+
<p class="since">Since: 1.0</p>
|
2413
2388
|
</div>
|
2414
2389
|
<hr>
|
2415
2390
|
<div class="refsect2">
|
@@ -2426,8 +2401,8 @@ areas of <em class="parameter"><code>surface</code></em>
|
|
2426
2401
|
are painted with the source, transparent
|
2427
2402
|
areas are not painted.)</p>
|
2428
2403
|
<div class="refsect3">
|
2429
|
-
<a name="
|
2430
|
-
<div class="informaltable"><table width="100%" border="0">
|
2404
|
+
<a name="cairo-mask-surface.parameters"></a><h4>Parameters</h4>
|
2405
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2431
2406
|
<colgroup>
|
2432
2407
|
<col width="150px" class="parameters_name">
|
2433
2408
|
<col class="parameters_description">
|
@@ -2459,7 +2434,7 @@ areas are not painted.)</p>
|
|
2459
2434
|
</tbody>
|
2460
2435
|
</table></div>
|
2461
2436
|
</div>
|
2462
|
-
<p class="since">Since 1.0</p>
|
2437
|
+
<p class="since">Since: 1.0</p>
|
2463
2438
|
</div>
|
2464
2439
|
<hr>
|
2465
2440
|
<div class="refsect2">
|
@@ -2469,8 +2444,8 @@ cairo_paint (<em class="parameter"><code><a class="link" href="cairo-cairo-t.htm
|
|
2469
2444
|
<p>A drawing operator that paints the current source everywhere within
|
2470
2445
|
the current clip region.</p>
|
2471
2446
|
<div class="refsect3">
|
2472
|
-
<a name="
|
2473
|
-
<div class="informaltable"><table width="100%" border="0">
|
2447
|
+
<a name="cairo-paint.parameters"></a><h4>Parameters</h4>
|
2448
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2474
2449
|
<colgroup>
|
2475
2450
|
<col width="150px" class="parameters_name">
|
2476
2451
|
<col class="parameters_description">
|
@@ -2483,7 +2458,7 @@ the current clip region.</p>
|
|
2483
2458
|
</tr></tbody>
|
2484
2459
|
</table></div>
|
2485
2460
|
</div>
|
2486
|
-
<p class="since">Since 1.0</p>
|
2461
|
+
<p class="since">Since: 1.0</p>
|
2487
2462
|
</div>
|
2488
2463
|
<hr>
|
2489
2464
|
<div class="refsect2">
|
@@ -2497,8 +2472,8 @@ the current clip region using a mask of constant alpha value
|
|
2497
2472
|
. The effect is similar to <a class="link" href="cairo-cairo-t.html#cairo-paint" title="cairo_paint ()"><code class="function">cairo_paint()</code></a>, but the drawing
|
2498
2473
|
is faded out using the alpha value.</p>
|
2499
2474
|
<div class="refsect3">
|
2500
|
-
<a name="
|
2501
|
-
<div class="informaltable"><table width="100%" border="0">
|
2475
|
+
<a name="cairo-paint-with-alpha.parameters"></a><h4>Parameters</h4>
|
2476
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2502
2477
|
<colgroup>
|
2503
2478
|
<col width="150px" class="parameters_name">
|
2504
2479
|
<col class="parameters_description">
|
@@ -2518,7 +2493,7 @@ is faded out using the alpha value.</p>
|
|
2518
2493
|
</tbody>
|
2519
2494
|
</table></div>
|
2520
2495
|
</div>
|
2521
|
-
<p class="since">Since 1.0</p>
|
2496
|
+
<p class="since">Since: 1.0</p>
|
2522
2497
|
</div>
|
2523
2498
|
<hr>
|
2524
2499
|
<div class="refsect2">
|
@@ -2551,8 +2526,8 @@ is indeterminate).</p></li>
|
|
2551
2526
|
<p>In no case will a cap style of <a class="link" href="cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a> cause anything
|
2552
2527
|
to be drawn in the case of either degenerate segments or sub-paths.</p>
|
2553
2528
|
<div class="refsect3">
|
2554
|
-
<a name="
|
2555
|
-
<div class="informaltable"><table width="100%" border="0">
|
2529
|
+
<a name="cairo-stroke.parameters"></a><h4>Parameters</h4>
|
2530
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2556
2531
|
<colgroup>
|
2557
2532
|
<col width="150px" class="parameters_name">
|
2558
2533
|
<col class="parameters_description">
|
@@ -2565,7 +2540,7 @@ to be drawn in the case of either degenerate segments or sub-paths.</p>
|
|
2565
2540
|
</tr></tbody>
|
2566
2541
|
</table></div>
|
2567
2542
|
</div>
|
2568
|
-
<p class="since">Since 1.0</p>
|
2543
|
+
<p class="since">Since: 1.0</p>
|
2569
2544
|
</div>
|
2570
2545
|
<hr>
|
2571
2546
|
<div class="refsect2">
|
@@ -2580,8 +2555,8 @@ cairo context.</p>
|
|
2580
2555
|
<a class="link" href="cairo-cairo-t.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-cairo-t.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
|
2581
2556
|
<a class="link" href="cairo-cairo-t.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
|
2582
2557
|
<div class="refsect3">
|
2583
|
-
<a name="
|
2584
|
-
<div class="informaltable"><table width="100%" border="0">
|
2558
|
+
<a name="cairo-stroke-preserve.parameters"></a><h4>Parameters</h4>
|
2559
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2585
2560
|
<colgroup>
|
2586
2561
|
<col width="150px" class="parameters_name">
|
2587
2562
|
<col class="parameters_description">
|
@@ -2594,7 +2569,7 @@ cairo context.</p>
|
|
2594
2569
|
</tr></tbody>
|
2595
2570
|
</table></div>
|
2596
2571
|
</div>
|
2597
|
-
<p class="since">Since 1.0</p>
|
2572
|
+
<p class="since">Since: 1.0</p>
|
2598
2573
|
</div>
|
2599
2574
|
<hr>
|
2600
2575
|
<div class="refsect2">
|
@@ -2622,8 +2597,8 @@ performance if non-inked path extents are desired.</p>
|
|
2622
2597
|
<a class="link" href="cairo-cairo-t.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-cairo-t.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
|
2623
2598
|
<a class="link" href="cairo-cairo-t.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
|
2624
2599
|
<div class="refsect3">
|
2625
|
-
<a name="
|
2626
|
-
<div class="informaltable"><table width="100%" border="0">
|
2600
|
+
<a name="cairo-stroke-extents.parameters"></a><h4>Parameters</h4>
|
2601
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2627
2602
|
<colgroup>
|
2628
2603
|
<col width="150px" class="parameters_name">
|
2629
2604
|
<col class="parameters_description">
|
@@ -2658,7 +2633,7 @@ performance if non-inked path extents are desired.</p>
|
|
2658
2633
|
</tbody>
|
2659
2634
|
</table></div>
|
2660
2635
|
</div>
|
2661
|
-
<p class="since">Since 1.0</p>
|
2636
|
+
<p class="since">Since: 1.0</p>
|
2662
2637
|
</div>
|
2663
2638
|
<hr>
|
2664
2639
|
<div class="refsect2">
|
@@ -2675,8 +2650,8 @@ into account.</p>
|
|
2675
2650
|
<a class="link" href="cairo-cairo-t.html#cairo-set-line-cap" title="cairo_set_line_cap ()"><code class="function">cairo_set_line_cap()</code></a>, <a class="link" href="cairo-cairo-t.html#cairo-set-dash" title="cairo_set_dash ()"><code class="function">cairo_set_dash()</code></a>, and
|
2676
2651
|
<a class="link" href="cairo-cairo-t.html#cairo-stroke-preserve" title="cairo_stroke_preserve ()"><code class="function">cairo_stroke_preserve()</code></a>.</p>
|
2677
2652
|
<div class="refsect3">
|
2678
|
-
<a name="
|
2679
|
-
<div class="informaltable"><table width="100%" border="0">
|
2653
|
+
<a name="cairo-in-stroke.parameters"></a><h4>Parameters</h4>
|
2654
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2680
2655
|
<colgroup>
|
2681
2656
|
<col width="150px" class="parameters_name">
|
2682
2657
|
<col class="parameters_description">
|
@@ -2702,12 +2677,11 @@ into account.</p>
|
|
2702
2677
|
</table></div>
|
2703
2678
|
</div>
|
2704
2679
|
<div class="refsect3">
|
2705
|
-
<a name="
|
2680
|
+
<a name="cairo-in-stroke.returns"></a><h4>Returns</h4>
|
2706
2681
|
<p> A non-zero value if the point is inside, or zero if
|
2707
2682
|
outside.</p>
|
2708
|
-
<p></p>
|
2709
2683
|
</div>
|
2710
|
-
<p class="since">Since 1.0</p>
|
2684
|
+
<p class="since">Since: 1.0</p>
|
2711
2685
|
</div>
|
2712
2686
|
<hr>
|
2713
2687
|
<div class="refsect2">
|
@@ -2722,8 +2696,8 @@ empty page after the emission.</p>
|
|
2722
2696
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-copy-page" title="cairo_surface_copy_page ()"><code class="function">cairo_surface_copy_page()</code></a> on <em class="parameter"><code>cr</code></em>
|
2723
2697
|
's target.</p>
|
2724
2698
|
<div class="refsect3">
|
2725
|
-
<a name="
|
2726
|
-
<div class="informaltable"><table width="100%" border="0">
|
2699
|
+
<a name="cairo-copy-page.parameters"></a><h4>Parameters</h4>
|
2700
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2727
2701
|
<colgroup>
|
2728
2702
|
<col width="150px" class="parameters_name">
|
2729
2703
|
<col class="parameters_description">
|
@@ -2736,7 +2710,7 @@ empty page after the emission.</p>
|
|
2736
2710
|
</tr></tbody>
|
2737
2711
|
</table></div>
|
2738
2712
|
</div>
|
2739
|
-
<p class="since">Since 1.0</p>
|
2713
|
+
<p class="since">Since: 1.0</p>
|
2740
2714
|
</div>
|
2741
2715
|
<hr>
|
2742
2716
|
<div class="refsect2">
|
@@ -2749,8 +2723,8 @@ pages. Use <a class="link" href="cairo-cairo-t.html#cairo-copy-page" title="cai
|
|
2749
2723
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-show-page" title="cairo_surface_show_page ()"><code class="function">cairo_surface_show_page()</code></a> on <em class="parameter"><code>cr</code></em>
|
2750
2724
|
's target.</p>
|
2751
2725
|
<div class="refsect3">
|
2752
|
-
<a name="
|
2753
|
-
<div class="informaltable"><table width="100%" border="0">
|
2726
|
+
<a name="cairo-show-page.parameters"></a><h4>Parameters</h4>
|
2727
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2754
2728
|
<colgroup>
|
2755
2729
|
<col width="150px" class="parameters_name">
|
2756
2730
|
<col class="parameters_description">
|
@@ -2763,7 +2737,7 @@ pages. Use <a class="link" href="cairo-cairo-t.html#cairo-copy-page" title="cai
|
|
2763
2737
|
</tr></tbody>
|
2764
2738
|
</table></div>
|
2765
2739
|
</div>
|
2766
|
-
<p class="since">Since 1.0</p>
|
2740
|
+
<p class="since">Since: 1.0</p>
|
2767
2741
|
</div>
|
2768
2742
|
<hr>
|
2769
2743
|
<div class="refsect2">
|
@@ -2773,8 +2747,8 @@ cairo_get_reference_count (<em class="parameter"><code><a class="link" href="cai
|
|
2773
2747
|
<p>Returns the current reference count of <em class="parameter"><code>cr</code></em>
|
2774
2748
|
.</p>
|
2775
2749
|
<div class="refsect3">
|
2776
|
-
<a name="
|
2777
|
-
<div class="informaltable"><table width="100%" border="0">
|
2750
|
+
<a name="cairo-get-reference-count.parameters"></a><h4>Parameters</h4>
|
2751
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2778
2752
|
<colgroup>
|
2779
2753
|
<col width="150px" class="parameters_name">
|
2780
2754
|
<col class="parameters_description">
|
@@ -2788,13 +2762,12 @@ cairo_get_reference_count (<em class="parameter"><code><a class="link" href="cai
|
|
2788
2762
|
</table></div>
|
2789
2763
|
</div>
|
2790
2764
|
<div class="refsect3">
|
2791
|
-
<a name="
|
2765
|
+
<a name="cairo-get-reference-count.returns"></a><h4>Returns</h4>
|
2792
2766
|
<p> the current reference count of <em class="parameter"><code>cr</code></em>
|
2793
2767
|
. If the
|
2794
2768
|
object is a nil object, 0 will be returned.</p>
|
2795
|
-
<p></p>
|
2796
2769
|
</div>
|
2797
|
-
<p class="since">Since 1.4</p>
|
2770
|
+
<p class="since">Since: 1.4</p>
|
2798
2771
|
</div>
|
2799
2772
|
<hr>
|
2800
2773
|
<div class="refsect2">
|
@@ -2810,8 +2783,8 @@ call this function with the key that was used to set it and <code class="literal
|
|
2810
2783
|
for <em class="parameter"><code>data</code></em>
|
2811
2784
|
.</p>
|
2812
2785
|
<div class="refsect3">
|
2813
|
-
<a name="
|
2814
|
-
<div class="informaltable"><table width="100%" border="0">
|
2786
|
+
<a name="cairo-set-user-data.parameters"></a><h4>Parameters</h4>
|
2787
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2815
2788
|
<colgroup>
|
2816
2789
|
<col width="150px" class="parameters_name">
|
2817
2790
|
<col class="parameters_description">
|
@@ -2844,12 +2817,11 @@ same key.</p></td>
|
|
2844
2817
|
</table></div>
|
2845
2818
|
</div>
|
2846
2819
|
<div class="refsect3">
|
2847
|
-
<a name="
|
2820
|
+
<a name="cairo-set-user-data.returns"></a><h4>Returns</h4>
|
2848
2821
|
<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
|
2849
2822
|
slot could not be allocated for the user data.</p>
|
2850
|
-
<p></p>
|
2851
2823
|
</div>
|
2852
|
-
<p class="since">Since 1.4</p>
|
2824
|
+
<p class="since">Since: 1.4</p>
|
2853
2825
|
</div>
|
2854
2826
|
<hr>
|
2855
2827
|
<div class="refsect2">
|
@@ -2862,8 +2834,8 @@ cairo_get_user_data (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
2862
2834
|
key. If no user data has been attached with the given key this
|
2863
2835
|
function returns <code class="literal">NULL</code>.</p>
|
2864
2836
|
<div class="refsect3">
|
2865
|
-
<a name="
|
2866
|
-
<div class="informaltable"><table width="100%" border="0">
|
2837
|
+
<a name="cairo-get-user-data.parameters"></a><h4>Parameters</h4>
|
2838
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2867
2839
|
<colgroup>
|
2868
2840
|
<col width="150px" class="parameters_name">
|
2869
2841
|
<col class="parameters_description">
|
@@ -2885,11 +2857,10 @@ attached to</p></td>
|
|
2885
2857
|
</table></div>
|
2886
2858
|
</div>
|
2887
2859
|
<div class="refsect3">
|
2888
|
-
<a name="
|
2860
|
+
<a name="cairo-get-user-data.returns"></a><h4>Returns</h4>
|
2889
2861
|
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
2890
|
-
<p></p>
|
2891
2862
|
</div>
|
2892
|
-
<p class="since">Since 1.4</p>
|
2863
|
+
<p class="since">Since: 1.4</p>
|
2893
2864
|
</div>
|
2894
2865
|
</div>
|
2895
2866
|
<div class="refsect1">
|
@@ -2905,7 +2876,7 @@ cairo and all drawing with cairo is always done to a <a class="link" href="cairo
|
|
2905
2876
|
object.</p>
|
2906
2877
|
<p>Memory management of <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is done with
|
2907
2878
|
<a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_reference ()"><code class="function">cairo_reference()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>.</p>
|
2908
|
-
<p class="since">Since 1.0</p>
|
2879
|
+
<p class="since">Since: 1.0</p>
|
2909
2880
|
</div>
|
2910
2881
|
<hr>
|
2911
2882
|
<div class="refsect2">
|
@@ -2935,8 +2906,8 @@ than to enable some form of antialiasing. In the case of glyph rendering,
|
|
2935
2906
|
the backend, typically this will be similar to <em class="parameter"><code>CAIRO_ANTIALIAS_GOOD</code></em>
|
2936
2907
|
.</p>
|
2937
2908
|
<div class="refsect3">
|
2938
|
-
<a name="
|
2939
|
-
<div class="informaltable"><table width="100%" border="0">
|
2909
|
+
<a name="cairo-antialias-t.members"></a><h4>Members</h4>
|
2910
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2940
2911
|
<colgroup>
|
2941
2912
|
<col width="300px" class="enum_members_name">
|
2942
2913
|
<col class="enum_members_description">
|
@@ -3002,7 +2973,7 @@ quality, sacrificing speed if necessary, since 1.12</p>
|
|
3002
2973
|
</tbody>
|
3003
2974
|
</table></div>
|
3004
2975
|
</div>
|
3005
|
-
<p class="since">Since 1.0</p>
|
2976
|
+
<p class="since">Since: 1.0</p>
|
3006
2977
|
</div>
|
3007
2978
|
<hr>
|
3008
2979
|
<div class="refsect2">
|
@@ -3018,8 +2989,8 @@ is just a description of the rule that is applied.)</p>
|
|
3018
2989
|
<p>The default fill rule is <a class="link" href="cairo-cairo-t.html#CAIRO-FILL-RULE-WINDING:CAPS"><code class="literal">CAIRO_FILL_RULE_WINDING</code></a>.</p>
|
3019
2990
|
<p>New entries may be added in future versions.</p>
|
3020
2991
|
<div class="refsect3">
|
3021
|
-
<a name="
|
3022
|
-
<div class="informaltable"><table width="100%" border="0">
|
2992
|
+
<a name="cairo-fill-rule-t.members"></a><h4>Members</h4>
|
2993
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3023
2994
|
<colgroup>
|
3024
2995
|
<col width="300px" class="enum_members_name">
|
3025
2996
|
<col class="enum_members_description">
|
@@ -3050,7 +3021,7 @@ filled. (Since 1.0)</p>
|
|
3050
3021
|
</tbody>
|
3051
3022
|
</table></div>
|
3052
3023
|
</div>
|
3053
|
-
<p class="since">Since 1.0</p>
|
3024
|
+
<p class="since">Since: 1.0</p>
|
3054
3025
|
</div>
|
3055
3026
|
<hr>
|
3056
3027
|
<div class="refsect2">
|
@@ -3058,8 +3029,8 @@ filled. (Since 1.0)</p>
|
|
3058
3029
|
<p>Specifies how to render the endpoints of the path when stroking.</p>
|
3059
3030
|
<p>The default line cap style is <a class="link" href="cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS"><code class="literal">CAIRO_LINE_CAP_BUTT</code></a>.</p>
|
3060
3031
|
<div class="refsect3">
|
3061
|
-
<a name="
|
3062
|
-
<div class="informaltable"><table width="100%" border="0">
|
3032
|
+
<a name="cairo-line-cap-t.members"></a><h4>Members</h4>
|
3033
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3063
3034
|
<colgroup>
|
3064
3035
|
<col width="300px" class="enum_members_name">
|
3065
3036
|
<col class="enum_members_description">
|
@@ -3090,7 +3061,7 @@ filled. (Since 1.0)</p>
|
|
3090
3061
|
</tbody>
|
3091
3062
|
</table></div>
|
3092
3063
|
</div>
|
3093
|
-
<p class="since">Since 1.0</p>
|
3064
|
+
<p class="since">Since: 1.0</p>
|
3094
3065
|
</div>
|
3095
3066
|
<hr>
|
3096
3067
|
<div class="refsect2">
|
@@ -3098,8 +3069,8 @@ filled. (Since 1.0)</p>
|
|
3098
3069
|
<p>Specifies how to render the junction of two lines when stroking.</p>
|
3099
3070
|
<p>The default line join style is <a class="link" href="cairo-cairo-t.html#CAIRO-LINE-JOIN-MITER:CAPS"><code class="literal">CAIRO_LINE_JOIN_MITER</code></a>.</p>
|
3100
3071
|
<div class="refsect3">
|
3101
|
-
<a name="
|
3102
|
-
<div class="informaltable"><table width="100%" border="0">
|
3072
|
+
<a name="cairo-line-join-t.members"></a><h4>Members</h4>
|
3073
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3103
3074
|
<colgroup>
|
3104
3075
|
<col width="300px" class="enum_members_name">
|
3105
3076
|
<col class="enum_members_description">
|
@@ -3133,7 +3104,7 @@ the line width from the joint point (Since 1.0)</p>
|
|
3133
3104
|
</tbody>
|
3134
3105
|
</table></div>
|
3135
3106
|
</div>
|
3136
|
-
<p class="since">Since 1.0</p>
|
3107
|
+
<p class="since">Since: 1.0</p>
|
3137
3108
|
</div>
|
3138
3109
|
<hr>
|
3139
3110
|
<div class="refsect2">
|
@@ -3153,8 +3124,8 @@ For a more detailed explanation of the effects of each operator, including
|
|
3153
3124
|
the mathematical definitions, see</p>
|
3154
3125
|
<a class="ulink" href="http://cairographics.org/operators/" target="_top">http://cairographics.org/operators/</a>.
|
3155
3126
|
<div class="refsect3">
|
3156
|
-
<a name="
|
3157
|
-
<div class="informaltable"><table width="100%" border="0">
|
3127
|
+
<a name="cairo-operator-t.members"></a><h4>Members</h4>
|
3128
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3158
3129
|
<colgroup>
|
3159
3130
|
<col width="300px" class="enum_members_name">
|
3160
3131
|
<col class="enum_members_description">
|
@@ -3397,7 +3368,7 @@ inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></e
|
|
3397
3368
|
</tbody>
|
3398
3369
|
</table></div>
|
3399
3370
|
</div>
|
3400
|
-
<p class="since">Since 1.0</p>
|
3371
|
+
<p class="since">Since: 1.0</p>
|
3401
3372
|
</div>
|
3402
3373
|
<hr>
|
3403
3374
|
<div class="refsect2">
|
@@ -3408,8 +3379,8 @@ inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></e
|
|
3408
3379
|
</pre>
|
3409
3380
|
<p>A data structure for holding a rectangle.</p>
|
3410
3381
|
<div class="refsect3">
|
3411
|
-
<a name="
|
3412
|
-
<div class="informaltable"><table width="100%" border="0">
|
3382
|
+
<a name="cairo-rectangle-t.members"></a><h4>Members</h4>
|
3383
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3413
3384
|
<colgroup>
|
3414
3385
|
<col width="300px" class="struct_members_name">
|
3415
3386
|
<col class="struct_members_description">
|
@@ -3439,7 +3410,7 @@ inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></e
|
|
3439
3410
|
</tbody>
|
3440
3411
|
</table></div>
|
3441
3412
|
</div>
|
3442
|
-
<p class="since">Since 1.4</p>
|
3413
|
+
<p class="since">Since: 1.4</p>
|
3443
3414
|
</div>
|
3444
3415
|
<hr>
|
3445
3416
|
<div class="refsect2">
|
@@ -3453,8 +3424,8 @@ inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></e
|
|
3453
3424
|
<p>A data structure for holding a dynamically allocated
|
3454
3425
|
array of rectangles.</p>
|
3455
3426
|
<div class="refsect3">
|
3456
|
-
<a name="
|
3457
|
-
<div class="informaltable"><table width="100%" border="0">
|
3427
|
+
<a name="cairo-rectangle-list-t.members"></a><h4>Members</h4>
|
3428
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
3458
3429
|
<colgroup>
|
3459
3430
|
<col width="300px" class="struct_members_name">
|
3460
3431
|
<col class="struct_members_description">
|
@@ -3479,7 +3450,7 @@ array of rectangles.</p>
|
|
3479
3450
|
</tbody>
|
3480
3451
|
</table></div>
|
3481
3452
|
</div>
|
3482
|
-
<p class="since">Since 1.4</p>
|
3453
|
+
<p class="since">Since: 1.4</p>
|
3483
3454
|
</div>
|
3484
3455
|
</div>
|
3485
3456
|
<div class="refsect1">
|
@@ -3488,7 +3459,6 @@ array of rectangles.</p>
|
|
3488
3459
|
</div>
|
3489
3460
|
</div>
|
3490
3461
|
<div class="footer">
|
3491
|
-
<hr>
|
3492
|
-
Generated by GTK-Doc V1.20</div>
|
3462
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
3493
3463
|
</body>
|
3494
3464
|
</html>
|