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_surface_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-surfaces.html" title="Surfaces">
|
9
9
|
<link rel="prev" href="cairo-cairo-device-t.html" title="cairo_device_t">
|
10
10
|
<link rel="next" href="cairo-Image-Surfaces.html" title="Image Surfaces">
|
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-surface-t.description" class="shortcut">Description</a></span
|
19
|
-
<a href="#cairo-cairo-surface-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-surface-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-surfaces.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-surface-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">
|
@@ -292,7 +291,7 @@
|
|
292
291
|
</div>
|
293
292
|
<div class="refsect1">
|
294
293
|
<a name="cairo-cairo-surface-t.other"></a><h2>Types and Values</h2>
|
295
|
-
<div class="informaltable"><table width="100%" border="0">
|
294
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
296
295
|
<colgroup>
|
297
296
|
<col width="150px" class="name">
|
298
297
|
<col class="description">
|
@@ -350,11 +349,6 @@
|
|
350
349
|
</table></div>
|
351
350
|
</div>
|
352
351
|
<div class="refsect1">
|
353
|
-
<a name="cairo-cairo-surface-t.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
354
|
-
<pre class="screen">
|
355
|
-
</pre>
|
356
|
-
</div>
|
357
|
-
<div class="refsect1">
|
358
352
|
<a name="cairo-cairo-surface-t.description"></a><h2>Description</h2>
|
359
353
|
<p><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> is the abstract type representing all different drawing
|
360
354
|
targets that cairo can render to. The actual drawings are
|
@@ -367,7 +361,7 @@ functions. If you do this, keep in mind that it is mandatory that you call
|
|
367
361
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> before reading from or writing to the surface and that
|
368
362
|
you must use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty" title="cairo_surface_mark_dirty ()"><code class="function">cairo_surface_mark_dirty()</code></a> after modifying it.</p>
|
369
363
|
<div class="example">
|
370
|
-
<a name="id-1.5.3.
|
364
|
+
<a name="id-1.5.3.5.5"></a><p class="title"><b>Example 1. Directly modifying an image surface</b></p>
|
371
365
|
<div class="example-contents"><pre class="programlisting">
|
372
366
|
void
|
373
367
|
modify_image_surface (cairo_surface_t *surface)
|
@@ -405,19 +399,20 @@ cairo_surface_create_similar (<em class="parameter"><code><a class="link" href="
|
|
405
399
|
<em class="parameter"><code><span class="type">int</span> height</code></em>);</pre>
|
406
400
|
<p>Create a new surface that is as compatible as possible with an
|
407
401
|
existing surface. For example the new surface will have the same
|
408
|
-
fallback resolution and font options as
|
409
|
-
|
410
|
-
surface will also use the same backend
|
411
|
-
|
412
|
-
not possible for some reason. The type of
|
413
|
-
|
402
|
+
device scale, fallback resolution and font options as
|
403
|
+
<em class="parameter"><code>other</code></em>
|
404
|
+
. Generally, the new surface will also use the same backend
|
405
|
+
as <em class="parameter"><code>other</code></em>
|
406
|
+
, unless that is not possible for some reason. The type of
|
407
|
+
the returned surface may be examined with
|
408
|
+
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-get-type" title="cairo_surface_get_type ()"><code class="function">cairo_surface_get_type()</code></a>.</p>
|
414
409
|
<p>Initially the surface contents are all 0 (transparent if contents
|
415
410
|
have transparency, black otherwise.)</p>
|
416
411
|
<p>Use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-create-similar-image" title="cairo_surface_create_similar_image ()"><code class="function">cairo_surface_create_similar_image()</code></a> if you need an image surface
|
417
412
|
which can be painted quickly to the target surface.</p>
|
418
413
|
<div class="refsect3">
|
419
|
-
<a name="
|
420
|
-
<div class="informaltable"><table width="100%" border="0">
|
414
|
+
<a name="cairo-surface-create-similar.parameters"></a><h4>Parameters</h4>
|
415
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
421
416
|
<colgroup>
|
422
417
|
<col width="150px" class="parameters_name">
|
423
418
|
<col class="parameters_description">
|
@@ -448,7 +443,7 @@ which can be painted quickly to the target surface.</p>
|
|
448
443
|
</table></div>
|
449
444
|
</div>
|
450
445
|
<div class="refsect3">
|
451
|
-
<a name="
|
446
|
+
<a name="cairo-surface-create-similar.returns"></a><h4>Returns</h4>
|
452
447
|
<p> a pointer to the newly allocated surface. The caller
|
453
448
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
454
449
|
with it.</p>
|
@@ -456,9 +451,8 @@ with it.</p>
|
|
456
451
|
pointer to a "nil" surface if <em class="parameter"><code>other</code></em>
|
457
452
|
is already in an error state
|
458
453
|
or any other error occurs.</p>
|
459
|
-
<p></p>
|
460
454
|
</div>
|
461
|
-
<p class="since">Since 1.0</p>
|
455
|
+
<p class="since">Since: 1.0</p>
|
462
456
|
</div>
|
463
457
|
<hr>
|
464
458
|
<div class="refsect2">
|
@@ -470,13 +464,16 @@ cairo_surface_create_similar_image (<em class="parameter"><code><a class="link"
|
|
470
464
|
<em class="parameter"><code><span class="type">int</span> height</code></em>);</pre>
|
471
465
|
<p>Create a new image surface that is as compatible as possible for uploading
|
472
466
|
to and the use in conjunction with an existing surface. However, this surface
|
473
|
-
can still be used like any normal image surface
|
467
|
+
can still be used like any normal image surface. Unlike
|
468
|
+
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-create-similar" title="cairo_surface_create_similar ()"><code class="function">cairo_surface_create_similar()</code></a> the new image surface won't inherit
|
469
|
+
the device scale from <em class="parameter"><code>other</code></em>
|
470
|
+
.</p>
|
474
471
|
<p>Initially the surface contents are all 0 (transparent if contents
|
475
472
|
have transparency, black otherwise.)</p>
|
476
473
|
<p>Use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-create-similar" title="cairo_surface_create_similar ()"><code class="function">cairo_surface_create_similar()</code></a> if you don't need an image surface.</p>
|
477
474
|
<div class="refsect3">
|
478
|
-
<a name="
|
479
|
-
<div class="informaltable"><table width="100%" border="0">
|
475
|
+
<a name="cairo-surface-create-similar-image.parameters"></a><h4>Parameters</h4>
|
476
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
480
477
|
<colgroup>
|
481
478
|
<col width="150px" class="parameters_name">
|
482
479
|
<col class="parameters_description">
|
@@ -495,19 +492,19 @@ have transparency, black otherwise.)</p>
|
|
495
492
|
</tr>
|
496
493
|
<tr>
|
497
494
|
<td class="parameter_name"><p>width</p></td>
|
498
|
-
<td class="parameter_description"><p>width of the new surface, (in
|
495
|
+
<td class="parameter_description"><p>width of the new surface, (in pixels)</p></td>
|
499
496
|
<td class="parameter_annotations"> </td>
|
500
497
|
</tr>
|
501
498
|
<tr>
|
502
499
|
<td class="parameter_name"><p>height</p></td>
|
503
|
-
<td class="parameter_description"><p>height of the new surface (in
|
500
|
+
<td class="parameter_description"><p>height of the new surface (in pixels)</p></td>
|
504
501
|
<td class="parameter_annotations"> </td>
|
505
502
|
</tr>
|
506
503
|
</tbody>
|
507
504
|
</table></div>
|
508
505
|
</div>
|
509
506
|
<div class="refsect3">
|
510
|
-
<a name="
|
507
|
+
<a name="cairo-surface-create-similar-image.returns"></a><h4>Returns</h4>
|
511
508
|
<p> a pointer to the newly allocated image surface. The caller
|
512
509
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
513
510
|
with it.</p>
|
@@ -515,9 +512,8 @@ with it.</p>
|
|
515
512
|
pointer to a "nil" surface if <em class="parameter"><code>other</code></em>
|
516
513
|
is already in an error state
|
517
514
|
or any other error occurs.</p>
|
518
|
-
<p></p>
|
519
515
|
</div>
|
520
|
-
<p class="since">Since 1.12</p>
|
516
|
+
<p class="since">Since: 1.12</p>
|
521
517
|
</div>
|
522
518
|
<hr>
|
523
519
|
<div class="refsect2">
|
@@ -540,8 +536,8 @@ unless the rectangle is in full device units, is contained within
|
|
540
536
|
the extents of the target surface, and the target or subsurface's
|
541
537
|
device transforms are not changed.</p></div>
|
542
538
|
<div class="refsect3">
|
543
|
-
<a name="
|
544
|
-
<div class="informaltable"><table width="100%" border="0">
|
539
|
+
<a name="cairo-surface-create-for-rectangle.parameters"></a><h4>Parameters</h4>
|
540
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
545
541
|
<colgroup>
|
546
542
|
<col width="150px" class="parameters_name">
|
547
543
|
<col class="parameters_description">
|
@@ -577,7 +573,7 @@ device transforms are not changed.</p></div>
|
|
577
573
|
</table></div>
|
578
574
|
</div>
|
579
575
|
<div class="refsect3">
|
580
|
-
<a name="
|
576
|
+
<a name="cairo-surface-create-for-rectangle.returns"></a><h4>Returns</h4>
|
581
577
|
<p> a pointer to the newly allocated surface. The caller
|
582
578
|
owns the surface and should call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> when done
|
583
579
|
with it.</p>
|
@@ -585,9 +581,8 @@ with it.</p>
|
|
585
581
|
pointer to a "nil" surface if <em class="parameter"><code>other</code></em>
|
586
582
|
is already in an error state
|
587
583
|
or any other error occurs.</p>
|
588
|
-
<p></p>
|
589
584
|
</div>
|
590
|
-
<p class="since">Since 1.10</p>
|
585
|
+
<p class="since">Since: 1.10</p>
|
591
586
|
</div>
|
592
587
|
<hr>
|
593
588
|
<div class="refsect2">
|
@@ -602,8 +597,8 @@ cairo_surface_reference (<em class="parameter"><code><a class="link" href="cairo
|
|
602
597
|
<p>Use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-get-reference-count" title="cairo_surface_get_reference_count ()"><code class="function">cairo_surface_get_reference_count()</code></a> to get the number of
|
603
598
|
references to a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>.</p>
|
604
599
|
<div class="refsect3">
|
605
|
-
<a name="
|
606
|
-
<div class="informaltable"><table width="100%" border="0">
|
600
|
+
<a name="cairo-surface-reference.parameters"></a><h4>Parameters</h4>
|
601
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
607
602
|
<colgroup>
|
608
603
|
<col width="150px" class="parameters_name">
|
609
604
|
<col class="parameters_description">
|
@@ -617,11 +612,10 @@ references to a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t
|
|
617
612
|
</table></div>
|
618
613
|
</div>
|
619
614
|
<div class="refsect3">
|
620
|
-
<a name="
|
615
|
+
<a name="cairo-surface-reference.returns"></a><h4>Returns</h4>
|
621
616
|
<p> the referenced <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>.</p>
|
622
|
-
<p></p>
|
623
617
|
</div>
|
624
|
-
<p class="since">Since 1.0</p>
|
618
|
+
<p class="since">Since: 1.0</p>
|
625
619
|
</div>
|
626
620
|
<hr>
|
627
621
|
<div class="refsect2">
|
@@ -634,8 +628,8 @@ zero, then <em class="parameter"><code>surface</code></em>
|
|
634
628
|
and all associated resources are freed. See
|
635
629
|
<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>
|
636
630
|
<div class="refsect3">
|
637
|
-
<a name="
|
638
|
-
<div class="informaltable"><table width="100%" border="0">
|
631
|
+
<a name="cairo-surface-destroy.parameters"></a><h4>Parameters</h4>
|
632
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
639
633
|
<colgroup>
|
640
634
|
<col width="150px" class="parameters_name">
|
641
635
|
<col class="parameters_description">
|
@@ -648,7 +642,7 @@ zero, then <em class="parameter"><code>surface</code></em>
|
|
648
642
|
</tr></tbody>
|
649
643
|
</table></div>
|
650
644
|
</div>
|
651
|
-
<p class="since">Since 1.0</p>
|
645
|
+
<p class="since">Since: 1.0</p>
|
652
646
|
</div>
|
653
647
|
<hr>
|
654
648
|
<div class="refsect2">
|
@@ -658,8 +652,8 @@ cairo_surface_status (<em class="parameter"><code><a class="link" href="cairo-ca
|
|
658
652
|
<p>Checks whether an error has previously occurred for this
|
659
653
|
surface.</p>
|
660
654
|
<div class="refsect3">
|
661
|
-
<a name="
|
662
|
-
<div class="informaltable"><table width="100%" border="0">
|
655
|
+
<a name="cairo-surface-status.parameters"></a><h4>Parameters</h4>
|
656
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
663
657
|
<colgroup>
|
664
658
|
<col width="150px" class="parameters_name">
|
665
659
|
<col class="parameters_description">
|
@@ -673,14 +667,13 @@ surface.</p>
|
|
673
667
|
</table></div>
|
674
668
|
</div>
|
675
669
|
<div class="refsect3">
|
676
|
-
<a name="
|
670
|
+
<a name="cairo-surface-status.returns"></a><h4>Returns</h4>
|
677
671
|
<p> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>, <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NULL-POINTER:CAPS"><code class="literal">CAIRO_STATUS_NULL_POINTER</code></a>,
|
678
672
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>, <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-READ-ERROR:CAPS"><code class="literal">CAIRO_STATUS_READ_ERROR</code></a>,
|
679
673
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-INVALID-CONTENT:CAPS"><code class="literal">CAIRO_STATUS_INVALID_CONTENT</code></a>, <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-INVALID-FORMAT:CAPS"><code class="literal">CAIRO_STATUS_INVALID_FORMAT</code></a>, or
|
680
674
|
<a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-INVALID-VISUAL:CAPS"><code class="literal">CAIRO_STATUS_INVALID_VISUAL</code></a>.</p>
|
681
|
-
<p></p>
|
682
675
|
</div>
|
683
|
-
<p class="since">Since 1.0</p>
|
676
|
+
<p class="since">Since: 1.0</p>
|
684
677
|
</div>
|
685
678
|
<hr>
|
686
679
|
<div class="refsect2">
|
@@ -701,8 +694,8 @@ reference count to zero, cairo will call <a class="link" href="cairo-cairo-surfa
|
|
701
694
|
it hasn't been called already, before freeing the resources
|
702
695
|
associated with the surface.</p>
|
703
696
|
<div class="refsect3">
|
704
|
-
<a name="
|
705
|
-
<div class="informaltable"><table width="100%" border="0">
|
697
|
+
<a name="cairo-surface-finish.parameters"></a><h4>Parameters</h4>
|
698
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
706
699
|
<colgroup>
|
707
700
|
<col width="150px" class="parameters_name">
|
708
701
|
<col class="parameters_description">
|
@@ -715,7 +708,7 @@ associated with the surface.</p>
|
|
715
708
|
</tr></tbody>
|
716
709
|
</table></div>
|
717
710
|
</div>
|
718
|
-
<p class="since">Since 1.0</p>
|
711
|
+
<p class="since">Since: 1.0</p>
|
719
712
|
</div>
|
720
713
|
<hr>
|
721
714
|
<div class="refsect2">
|
@@ -729,8 +722,8 @@ cairo to drawing on it directly with native APIs, or accessing its
|
|
729
722
|
memory outside of Cairo. If the surface doesn't support direct
|
730
723
|
access, then this function does nothing.</p>
|
731
724
|
<div class="refsect3">
|
732
|
-
<a name="
|
733
|
-
<div class="informaltable"><table width="100%" border="0">
|
725
|
+
<a name="cairo-surface-flush.parameters"></a><h4>Parameters</h4>
|
726
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
734
727
|
<colgroup>
|
735
728
|
<col width="150px" class="parameters_name">
|
736
729
|
<col class="parameters_description">
|
@@ -743,7 +736,7 @@ access, then this function does nothing.</p>
|
|
743
736
|
</tr></tbody>
|
744
737
|
</table></div>
|
745
738
|
</div>
|
746
|
-
<p class="since">Since 1.0</p>
|
739
|
+
<p class="since">Since: 1.0</p>
|
747
740
|
</div>
|
748
741
|
<hr>
|
749
742
|
<div class="refsect2">
|
@@ -754,8 +747,8 @@ cairo_surface_get_device (<em class="parameter"><code><a class="link" href="cair
|
|
754
747
|
.
|
755
748
|
See <a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo_device_t"><span class="type">cairo_device_t</span></a>.</p>
|
756
749
|
<div class="refsect3">
|
757
|
-
<a name="
|
758
|
-
<div class="informaltable"><table width="100%" border="0">
|
750
|
+
<a name="cairo-surface-get-device.parameters"></a><h4>Parameters</h4>
|
751
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
759
752
|
<colgroup>
|
760
753
|
<col width="150px" class="parameters_name">
|
761
754
|
<col class="parameters_description">
|
@@ -769,13 +762,12 @@ See <a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo
|
|
769
762
|
</table></div>
|
770
763
|
</div>
|
771
764
|
<div class="refsect3">
|
772
|
-
<a name="
|
765
|
+
<a name="cairo-surface-get-device.returns"></a><h4>Returns</h4>
|
773
766
|
<p> The device for <em class="parameter"><code>surface</code></em>
|
774
767
|
or <code class="literal">NULL</code> if the surface does
|
775
768
|
not have an associated device.</p>
|
776
|
-
<p></p>
|
777
769
|
</div>
|
778
|
-
<p class="since">Since 1.10</p>
|
770
|
+
<p class="since">Since: 1.10</p>
|
779
771
|
</div>
|
780
772
|
<hr>
|
781
773
|
<div class="refsect2">
|
@@ -789,8 +781,8 @@ for rendering on them, print surfaces to disable hinting of
|
|
789
781
|
metrics and so forth. The result can then be used with
|
790
782
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-create" title="cairo_scaled_font_create ()"><code class="function">cairo_scaled_font_create()</code></a>.</p>
|
791
783
|
<div class="refsect3">
|
792
|
-
<a name="
|
793
|
-
<div class="informaltable"><table width="100%" border="0">
|
784
|
+
<a name="cairo-surface-get-font-options.parameters"></a><h4>Parameters</h4>
|
785
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
794
786
|
<colgroup>
|
795
787
|
<col width="150px" class="parameters_name">
|
796
788
|
<col class="parameters_description">
|
@@ -811,7 +803,7 @@ the retrieved options. All existing values are overwritten</p></td>
|
|
811
803
|
</tbody>
|
812
804
|
</table></div>
|
813
805
|
</div>
|
814
|
-
<p class="since">Since 1.0</p>
|
806
|
+
<p class="since">Since: 1.0</p>
|
815
807
|
</div>
|
816
808
|
<hr>
|
817
809
|
<div class="refsect2">
|
@@ -823,8 +815,8 @@ cairo_surface_get_content (<em class="parameter"><code><a class="link" href="cai
|
|
823
815
|
whether the surface contains color and/or alpha information. See
|
824
816
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a>.</p>
|
825
817
|
<div class="refsect3">
|
826
|
-
<a name="
|
827
|
-
<div class="informaltable"><table width="100%" border="0">
|
818
|
+
<a name="cairo-surface-get-content.parameters"></a><h4>Parameters</h4>
|
819
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
828
820
|
<colgroup>
|
829
821
|
<col width="150px" class="parameters_name">
|
830
822
|
<col class="parameters_description">
|
@@ -838,12 +830,11 @@ whether the surface contains color and/or alpha information. See
|
|
838
830
|
</table></div>
|
839
831
|
</div>
|
840
832
|
<div class="refsect3">
|
841
|
-
<a name="
|
833
|
+
<a name="cairo-surface-get-content.returns"></a><h4>Returns</h4>
|
842
834
|
<p> The content type of <em class="parameter"><code>surface</code></em>
|
843
835
|
.</p>
|
844
|
-
<p></p>
|
845
836
|
</div>
|
846
|
-
<p class="since">Since 1.2</p>
|
837
|
+
<p class="since">Since: 1.2</p>
|
847
838
|
</div>
|
848
839
|
<hr>
|
849
840
|
<div class="refsect2">
|
@@ -854,8 +845,8 @@ cairo_surface_mark_dirty (<em class="parameter"><code><a class="link" href="cair
|
|
854
845
|
than cairo, and that cairo should reread any cached areas. Note
|
855
846
|
that you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> before doing such drawing.</p>
|
856
847
|
<div class="refsect3">
|
857
|
-
<a name="
|
858
|
-
<div class="informaltable"><table width="100%" border="0">
|
848
|
+
<a name="cairo-surface-mark-dirty.parameters"></a><h4>Parameters</h4>
|
849
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
859
850
|
<colgroup>
|
860
851
|
<col width="150px" class="parameters_name">
|
861
852
|
<col class="parameters_description">
|
@@ -868,7 +859,7 @@ that you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surfac
|
|
868
859
|
</tr></tbody>
|
869
860
|
</table></div>
|
870
861
|
</div>
|
871
|
-
<p class="since">Since 1.0</p>
|
862
|
+
<p class="since">Since: 1.0</p>
|
872
863
|
</div>
|
873
864
|
<hr>
|
874
865
|
<div class="refsect2">
|
@@ -886,8 +877,8 @@ for other parts of the surface.</p>
|
|
886
877
|
to make sure that future cairo calls have the clip set that they
|
887
878
|
expect.</p>
|
888
879
|
<div class="refsect3">
|
889
|
-
<a name="
|
890
|
-
<div class="informaltable"><table width="100%" border="0">
|
880
|
+
<a name="cairo-surface-mark-dirty-rectangle.parameters"></a><h4>Parameters</h4>
|
881
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
891
882
|
<colgroup>
|
892
883
|
<col width="150px" class="parameters_name">
|
893
884
|
<col class="parameters_description">
|
@@ -922,7 +913,7 @@ expect.</p>
|
|
922
913
|
</tbody>
|
923
914
|
</table></div>
|
924
915
|
</div>
|
925
|
-
<p class="since">Since 1.0</p>
|
916
|
+
<p class="since">Since: 1.0</p>
|
926
917
|
</div>
|
927
918
|
<hr>
|
928
919
|
<div class="refsect2">
|
@@ -943,8 +934,8 @@ sufficient to do this, since functions like
|
|
943
934
|
<p>Note that the offset affects drawing to the surface as well as
|
944
935
|
using the surface in a source pattern.</p>
|
945
936
|
<div class="refsect3">
|
946
|
-
<a name="
|
947
|
-
<div class="informaltable"><table width="100%" border="0">
|
937
|
+
<a name="cairo-surface-set-device-offset.parameters"></a><h4>Parameters</h4>
|
938
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
948
939
|
<colgroup>
|
949
940
|
<col width="150px" class="parameters_name">
|
950
941
|
<col class="parameters_description">
|
@@ -969,7 +960,7 @@ using the surface in a source pattern.</p>
|
|
969
960
|
</tbody>
|
970
961
|
</table></div>
|
971
962
|
</div>
|
972
|
-
<p class="since">Since 1.0</p>
|
963
|
+
<p class="since">Since: 1.0</p>
|
973
964
|
</div>
|
974
965
|
<hr>
|
975
966
|
<div class="refsect2">
|
@@ -981,8 +972,8 @@ cairo_surface_get_device_offset (<em class="parameter"><code><a class="link" hre
|
|
981
972
|
<p>This function returns the previous device offset set by
|
982
973
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-set-device-offset" title="cairo_surface_set_device_offset ()"><code class="function">cairo_surface_set_device_offset()</code></a>.</p>
|
983
974
|
<div class="refsect3">
|
984
|
-
<a name="
|
985
|
-
<div class="informaltable"><table width="100%" border="0">
|
975
|
+
<a name="cairo-surface-get-device-offset.parameters"></a><h4>Parameters</h4>
|
976
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
986
977
|
<colgroup>
|
987
978
|
<col width="150px" class="parameters_name">
|
988
979
|
<col class="parameters_description">
|
@@ -1007,7 +998,7 @@ cairo_surface_get_device_offset (<em class="parameter"><code><a class="link" hre
|
|
1007
998
|
</tbody>
|
1008
999
|
</table></div>
|
1009
1000
|
</div>
|
1010
|
-
<p class="since">Since 1.2</p>
|
1001
|
+
<p class="since">Since: 1.2</p>
|
1011
1002
|
</div>
|
1012
1003
|
<hr>
|
1013
1004
|
<div class="refsect2">
|
@@ -1019,8 +1010,8 @@ cairo_surface_get_device_scale (<em class="parameter"><code><a class="link" href
|
|
1019
1010
|
<p>This function returns the previous device offset set by
|
1020
1011
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-set-device-scale" title="cairo_surface_set_device_scale ()"><code class="function">cairo_surface_set_device_scale()</code></a>.</p>
|
1021
1012
|
<div class="refsect3">
|
1022
|
-
<a name="
|
1023
|
-
<div class="informaltable"><table width="100%" border="0">
|
1013
|
+
<a name="cairo-surface-get-device-scale.parameters"></a><h4>Parameters</h4>
|
1014
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1024
1015
|
<colgroup>
|
1025
1016
|
<col width="150px" class="parameters_name">
|
1026
1017
|
<col class="parameters_description">
|
@@ -1045,7 +1036,7 @@ cairo_surface_get_device_scale (<em class="parameter"><code><a class="link" href
|
|
1045
1036
|
</tbody>
|
1046
1037
|
</table></div>
|
1047
1038
|
</div>
|
1048
|
-
<p class="since">Since 1.14</p>
|
1039
|
+
<p class="since">Since: 1.14</p>
|
1049
1040
|
</div>
|
1050
1041
|
<hr>
|
1051
1042
|
<div class="refsect2">
|
@@ -1065,8 +1056,8 @@ sufficient to do this, since functions like
|
|
1065
1056
|
<p>Note that the scale affects drawing to the surface as well as
|
1066
1057
|
using the surface in a source pattern.</p>
|
1067
1058
|
<div class="refsect3">
|
1068
|
-
<a name="
|
1069
|
-
<div class="informaltable"><table width="100%" border="0">
|
1059
|
+
<a name="cairo-surface-set-device-scale.parameters"></a><h4>Parameters</h4>
|
1060
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1070
1061
|
<colgroup>
|
1071
1062
|
<col width="150px" class="parameters_name">
|
1072
1063
|
<col class="parameters_description">
|
@@ -1091,7 +1082,7 @@ using the surface in a source pattern.</p>
|
|
1091
1082
|
</tbody>
|
1092
1083
|
</table></div>
|
1093
1084
|
</div>
|
1094
|
-
<p class="since">Since 1.14</p>
|
1085
|
+
<p class="since">Since: 1.14</p>
|
1095
1086
|
</div>
|
1096
1087
|
<hr>
|
1097
1088
|
<div class="refsect2">
|
@@ -1120,8 +1111,8 @@ in effect on a single page.</p>
|
|
1120
1111
|
<p>The default fallback resoultion is 300 pixels per inch in both
|
1121
1112
|
dimensions.</p>
|
1122
1113
|
<div class="refsect3">
|
1123
|
-
<a name="
|
1124
|
-
<div class="informaltable"><table width="100%" border="0">
|
1114
|
+
<a name="cairo-surface-set-fallback-resolution.parameters"></a><h4>Parameters</h4>
|
1115
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1125
1116
|
<colgroup>
|
1126
1117
|
<col width="150px" class="parameters_name">
|
1127
1118
|
<col class="parameters_description">
|
@@ -1146,7 +1137,7 @@ dimensions.</p>
|
|
1146
1137
|
</tbody>
|
1147
1138
|
</table></div>
|
1148
1139
|
</div>
|
1149
|
-
<p class="since">Since 1.2</p>
|
1140
|
+
<p class="since">Since: 1.2</p>
|
1150
1141
|
</div>
|
1151
1142
|
<hr>
|
1152
1143
|
<div class="refsect2">
|
@@ -1159,8 +1150,8 @@ cairo_surface_get_fallback_resolution (<em class="parameter"><code><a class="lin
|
|
1159
1150
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution" title="cairo_surface_set_fallback_resolution ()"><code class="function">cairo_surface_set_fallback_resolution()</code></a>, or default fallback
|
1160
1151
|
resolution if never set.</p>
|
1161
1152
|
<div class="refsect3">
|
1162
|
-
<a name="
|
1163
|
-
<div class="informaltable"><table width="100%" border="0">
|
1153
|
+
<a name="cairo-surface-get-fallback-resolution.parameters"></a><h4>Parameters</h4>
|
1154
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1164
1155
|
<colgroup>
|
1165
1156
|
<col width="150px" class="parameters_name">
|
1166
1157
|
<col class="parameters_description">
|
@@ -1185,7 +1176,7 @@ resolution if never set.</p>
|
|
1185
1176
|
</tbody>
|
1186
1177
|
</table></div>
|
1187
1178
|
</div>
|
1188
|
-
<p class="since">Since 1.8</p>
|
1179
|
+
<p class="since">Since: 1.8</p>
|
1189
1180
|
</div>
|
1190
1181
|
<hr>
|
1191
1182
|
<div class="refsect2">
|
@@ -1195,8 +1186,8 @@ cairo_surface_get_type (<em class="parameter"><code><a class="link" href="cairo-
|
|
1195
1186
|
<p>This function returns the type of the backend used to create
|
1196
1187
|
a surface. See <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-type-t" title="enum cairo_surface_type_t"><span class="type">cairo_surface_type_t</span></a> for available types.</p>
|
1197
1188
|
<div class="refsect3">
|
1198
|
-
<a name="
|
1199
|
-
<div class="informaltable"><table width="100%" border="0">
|
1189
|
+
<a name="cairo-surface-get-type.parameters"></a><h4>Parameters</h4>
|
1190
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1200
1191
|
<colgroup>
|
1201
1192
|
<col width="150px" class="parameters_name">
|
1202
1193
|
<col class="parameters_description">
|
@@ -1210,12 +1201,11 @@ a surface. See <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-ty
|
|
1210
1201
|
</table></div>
|
1211
1202
|
</div>
|
1212
1203
|
<div class="refsect3">
|
1213
|
-
<a name="
|
1204
|
+
<a name="cairo-surface-get-type.returns"></a><h4>Returns</h4>
|
1214
1205
|
<p> The type of <em class="parameter"><code>surface</code></em>
|
1215
1206
|
.</p>
|
1216
|
-
<p></p>
|
1217
1207
|
</div>
|
1218
|
-
<p class="since">Since 1.2</p>
|
1208
|
+
<p class="since">Since: 1.2</p>
|
1219
1209
|
</div>
|
1220
1210
|
<hr>
|
1221
1211
|
<div class="refsect2">
|
@@ -1225,8 +1215,8 @@ cairo_surface_get_reference_count (<em class="parameter"><code><a class="link" h
|
|
1225
1215
|
<p>Returns the current reference count of <em class="parameter"><code>surface</code></em>
|
1226
1216
|
.</p>
|
1227
1217
|
<div class="refsect3">
|
1228
|
-
<a name="
|
1229
|
-
<div class="informaltable"><table width="100%" border="0">
|
1218
|
+
<a name="cairo-surface-get-reference-count.parameters"></a><h4>Parameters</h4>
|
1219
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1230
1220
|
<colgroup>
|
1231
1221
|
<col width="150px" class="parameters_name">
|
1232
1222
|
<col class="parameters_description">
|
@@ -1240,13 +1230,12 @@ cairo_surface_get_reference_count (<em class="parameter"><code><a class="link" h
|
|
1240
1230
|
</table></div>
|
1241
1231
|
</div>
|
1242
1232
|
<div class="refsect3">
|
1243
|
-
<a name="
|
1233
|
+
<a name="cairo-surface-get-reference-count.returns"></a><h4>Returns</h4>
|
1244
1234
|
<p> the current reference count of <em class="parameter"><code>surface</code></em>
|
1245
1235
|
. If the
|
1246
1236
|
object is a nil object, 0 will be returned.</p>
|
1247
|
-
<p></p>
|
1248
1237
|
</div>
|
1249
|
-
<p class="since">Since 1.4</p>
|
1238
|
+
<p class="since">Since: 1.4</p>
|
1250
1239
|
</div>
|
1251
1240
|
<hr>
|
1252
1241
|
<div class="refsect2">
|
@@ -1262,8 +1251,8 @@ call this function with the key that was used to set it and <code class="literal
|
|
1262
1251
|
for <em class="parameter"><code>data</code></em>
|
1263
1252
|
.</p>
|
1264
1253
|
<div class="refsect3">
|
1265
|
-
<a name="
|
1266
|
-
<div class="informaltable"><table width="100%" border="0">
|
1254
|
+
<a name="cairo-surface-set-user-data.parameters"></a><h4>Parameters</h4>
|
1255
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1267
1256
|
<colgroup>
|
1268
1257
|
<col width="150px" class="parameters_name">
|
1269
1258
|
<col class="parameters_description">
|
@@ -1296,12 +1285,11 @@ same key.</p></td>
|
|
1296
1285
|
</table></div>
|
1297
1286
|
</div>
|
1298
1287
|
<div class="refsect3">
|
1299
|
-
<a name="
|
1288
|
+
<a name="cairo-surface-set-user-data.returns"></a><h4>Returns</h4>
|
1300
1289
|
<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
|
1301
1290
|
slot could not be allocated for the user data.</p>
|
1302
|
-
<p></p>
|
1303
1291
|
</div>
|
1304
|
-
<p class="since">Since 1.0</p>
|
1292
|
+
<p class="since">Since: 1.0</p>
|
1305
1293
|
</div>
|
1306
1294
|
<hr>
|
1307
1295
|
<div class="refsect2">
|
@@ -1314,8 +1302,8 @@ cairo_surface_get_user_data (<em class="parameter"><code><a class="link" href="c
|
|
1314
1302
|
key. If no user data has been attached with the given key this
|
1315
1303
|
function returns <code class="literal">NULL</code>.</p>
|
1316
1304
|
<div class="refsect3">
|
1317
|
-
<a name="
|
1318
|
-
<div class="informaltable"><table width="100%" border="0">
|
1305
|
+
<a name="cairo-surface-get-user-data.parameters"></a><h4>Parameters</h4>
|
1306
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1319
1307
|
<colgroup>
|
1320
1308
|
<col width="150px" class="parameters_name">
|
1321
1309
|
<col class="parameters_description">
|
@@ -1337,11 +1325,10 @@ attached to</p></td>
|
|
1337
1325
|
</table></div>
|
1338
1326
|
</div>
|
1339
1327
|
<div class="refsect3">
|
1340
|
-
<a name="
|
1328
|
+
<a name="cairo-surface-get-user-data.returns"></a><h4>Returns</h4>
|
1341
1329
|
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
1342
|
-
<p></p>
|
1343
1330
|
</div>
|
1344
|
-
<p class="since">Since 1.0</p>
|
1331
|
+
<p class="since">Since: 1.0</p>
|
1345
1332
|
</div>
|
1346
1333
|
<hr>
|
1347
1334
|
<div class="refsect2">
|
@@ -1355,8 +1342,8 @@ want to get an empty page after the emission.</p>
|
|
1355
1342
|
<p>There is a convenience function for this that takes a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>,
|
1356
1343
|
namely <a class="link" href="cairo-cairo-t.html#cairo-copy-page" title="cairo_copy_page ()"><code class="function">cairo_copy_page()</code></a>.</p>
|
1357
1344
|
<div class="refsect3">
|
1358
|
-
<a name="
|
1359
|
-
<div class="informaltable"><table width="100%" border="0">
|
1345
|
+
<a name="cairo-surface-copy-page.parameters"></a><h4>Parameters</h4>
|
1346
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1360
1347
|
<colgroup>
|
1361
1348
|
<col width="150px" class="parameters_name">
|
1362
1349
|
<col class="parameters_description">
|
@@ -1369,7 +1356,7 @@ namely <a class="link" href="cairo-cairo-t.html#cairo-copy-page" title="cairo_co
|
|
1369
1356
|
</tr></tbody>
|
1370
1357
|
</table></div>
|
1371
1358
|
</div>
|
1372
|
-
<p class="since">Since 1.6</p>
|
1359
|
+
<p class="since">Since: 1.6</p>
|
1373
1360
|
</div>
|
1374
1361
|
<hr>
|
1375
1362
|
<div class="refsect2">
|
@@ -1381,8 +1368,8 @@ pages. Use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-copy-
|
|
1381
1368
|
<p>There is a convenience function for this that takes a <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>,
|
1382
1369
|
namely <a class="link" href="cairo-cairo-t.html#cairo-show-page" title="cairo_show_page ()"><code class="function">cairo_show_page()</code></a>.</p>
|
1383
1370
|
<div class="refsect3">
|
1384
|
-
<a name="
|
1385
|
-
<div class="informaltable"><table width="100%" border="0">
|
1371
|
+
<a name="cairo-surface-show-page.parameters"></a><h4>Parameters</h4>
|
1372
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1386
1373
|
<colgroup>
|
1387
1374
|
<col width="150px" class="parameters_name">
|
1388
1375
|
<col class="parameters_description">
|
@@ -1395,7 +1382,7 @@ namely <a class="link" href="cairo-cairo-t.html#cairo-show-page" title="cairo_sh
|
|
1395
1382
|
</tr></tbody>
|
1396
1383
|
</table></div>
|
1397
1384
|
</div>
|
1398
|
-
<p class="since">Since 1.6</p>
|
1385
|
+
<p class="since">Since: 1.6</p>
|
1399
1386
|
</div>
|
1400
1387
|
<hr>
|
1401
1388
|
<div class="refsect2">
|
@@ -1414,8 +1401,8 @@ act like a <a class="link" href="cairo-text.html#cairo-show-glyphs" title="cairo
|
|
1414
1401
|
function to avoid computing UTF-8 text and cluster mapping if the
|
1415
1402
|
target surface does not use it.</p>
|
1416
1403
|
<div class="refsect3">
|
1417
|
-
<a name="
|
1418
|
-
<div class="informaltable"><table width="100%" border="0">
|
1404
|
+
<a name="cairo-surface-has-show-text-glyphs.parameters"></a><h4>Parameters</h4>
|
1405
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1419
1406
|
<colgroup>
|
1420
1407
|
<col width="150px" class="parameters_name">
|
1421
1408
|
<col class="parameters_description">
|
@@ -1429,13 +1416,12 @@ target surface does not use it.</p>
|
|
1429
1416
|
</table></div>
|
1430
1417
|
</div>
|
1431
1418
|
<div class="refsect3">
|
1432
|
-
<a name="
|
1419
|
+
<a name="cairo-surface-has-show-text-glyphs.returns"></a><h4>Returns</h4>
|
1433
1420
|
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
|
1434
1421
|
supports
|
1435
1422
|
<a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a>, <code class="literal">FALSE</code> otherwise</p>
|
1436
|
-
<p></p>
|
1437
1423
|
</div>
|
1438
|
-
<p class="since">Since 1.8</p>
|
1424
|
+
<p class="since">Since: 1.8</p>
|
1439
1425
|
</div>
|
1440
1426
|
<hr>
|
1441
1427
|
<div class="refsect2">
|
@@ -1477,8 +1463,8 @@ then attach the MIME data to that. This ensures the image will always
|
|
1477
1463
|
be used while still allowing the MIME data to be used whenever
|
1478
1464
|
possible.</p>
|
1479
1465
|
<div class="refsect3">
|
1480
|
-
<a name="
|
1481
|
-
<div class="informaltable"><table width="100%" border="0">
|
1466
|
+
<a name="cairo-surface-set-mime-data.parameters"></a><h4>Parameters</h4>
|
1467
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1482
1468
|
<colgroup>
|
1483
1469
|
<col width="150px" class="parameters_name">
|
1484
1470
|
<col class="parameters_description">
|
@@ -1522,12 +1508,11 @@ notifier</p></td>
|
|
1522
1508
|
</table></div>
|
1523
1509
|
</div>
|
1524
1510
|
<div class="refsect3">
|
1525
|
-
<a name="
|
1511
|
+
<a name="cairo-surface-set-mime-data.returns"></a><h4>Returns</h4>
|
1526
1512
|
<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
|
1527
1513
|
slot could not be allocated for the user data.</p>
|
1528
|
-
<p></p>
|
1529
1514
|
</div>
|
1530
|
-
<p class="since">Since 1.10</p>
|
1515
|
+
<p class="since">Since: 1.10</p>
|
1531
1516
|
</div>
|
1532
1517
|
<hr>
|
1533
1518
|
<div class="refsect2">
|
@@ -1543,8 +1528,8 @@ specified mime type. If no data has been attached with the given
|
|
1543
1528
|
mime type, <em class="parameter"><code>data</code></em>
|
1544
1529
|
is set <code class="literal">NULL</code>.</p>
|
1545
1530
|
<div class="refsect3">
|
1546
|
-
<a name="
|
1547
|
-
<div class="informaltable"><table width="100%" border="0">
|
1531
|
+
<a name="cairo-surface-get-mime-data.parameters"></a><h4>Parameters</h4>
|
1532
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1548
1533
|
<colgroup>
|
1549
1534
|
<col width="150px" class="parameters_name">
|
1550
1535
|
<col class="parameters_description">
|
@@ -1574,7 +1559,7 @@ mime type, <em class="parameter"><code>data</code></em>
|
|
1574
1559
|
</tbody>
|
1575
1560
|
</table></div>
|
1576
1561
|
</div>
|
1577
|
-
<p class="since">Since 1.10</p>
|
1562
|
+
<p class="since">Since: 1.10</p>
|
1578
1563
|
</div>
|
1579
1564
|
<hr>
|
1580
1565
|
<div class="refsect2">
|
@@ -1586,8 +1571,8 @@ cairo_surface_supports_mime_type (<em class="parameter"><code><a class="link" hr
|
|
1586
1571
|
supports <em class="parameter"><code>mime_type</code></em>
|
1587
1572
|
.</p>
|
1588
1573
|
<div class="refsect3">
|
1589
|
-
<a name="
|
1590
|
-
<div class="informaltable"><table width="100%" border="0">
|
1574
|
+
<a name="cairo-surface-supports-mime-type.parameters"></a><h4>Parameters</h4>
|
1575
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1591
1576
|
<colgroup>
|
1592
1577
|
<col width="150px" class="parameters_name">
|
1593
1578
|
<col class="parameters_description">
|
@@ -1608,14 +1593,13 @@ cairo_surface_supports_mime_type (<em class="parameter"><code><a class="link" hr
|
|
1608
1593
|
</table></div>
|
1609
1594
|
</div>
|
1610
1595
|
<div class="refsect3">
|
1611
|
-
<a name="
|
1596
|
+
<a name="cairo-surface-supports-mime-type.returns"></a><h4>Returns</h4>
|
1612
1597
|
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
|
1613
1598
|
supports
|
1614
1599
|
<em class="parameter"><code>mime_type</code></em>
|
1615
1600
|
, <code class="literal">FALSE</code> otherwise</p>
|
1616
|
-
<p></p>
|
1617
1601
|
</div>
|
1618
|
-
<p class="since">Since 1.12</p>
|
1602
|
+
<p class="since">Since: 1.12</p>
|
1619
1603
|
</div>
|
1620
1604
|
<hr>
|
1621
1605
|
<div class="refsect2">
|
@@ -1636,8 +1620,8 @@ surface or of <em class="parameter"><code>surface</code></em>
|
|
1636
1620
|
before the image surface is unmapped results
|
1637
1621
|
in undefined behavior.</p>
|
1638
1622
|
<div class="refsect3">
|
1639
|
-
<a name="
|
1640
|
-
<div class="informaltable"><table width="100%" border="0">
|
1623
|
+
<a name="cairo-surface-map-to-image.parameters"></a><h4>Parameters</h4>
|
1624
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1641
1625
|
<colgroup>
|
1642
1626
|
<col width="150px" class="parameters_name">
|
1643
1627
|
<col class="parameters_description">
|
@@ -1658,7 +1642,7 @@ in undefined behavior.</p>
|
|
1658
1642
|
</table></div>
|
1659
1643
|
</div>
|
1660
1644
|
<div class="refsect3">
|
1661
|
-
<a name="
|
1645
|
+
<a name="cairo-surface-map-to-image.returns"></a><h4>Returns</h4>
|
1662
1646
|
<p> a pointer to the newly allocated image surface. The caller
|
1663
1647
|
must use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-unmap-image" title="cairo_surface_unmap_image ()"><code class="function">cairo_surface_unmap_image()</code></a> to destroy this image surface.</p>
|
1664
1648
|
<p>This function always returns a valid pointer, but it will return a
|
@@ -1667,9 +1651,8 @@ is already in an error state
|
|
1667
1651
|
or any other error occurs. If the returned pointer does not have an
|
1668
1652
|
error status, it is guaranteed to be an image surface whose format
|
1669
1653
|
is not <a class="link" href="cairo-Image-Surfaces.html#CAIRO-FORMAT-INVALID:CAPS"><code class="literal">CAIRO_FORMAT_INVALID</code></a>.</p>
|
1670
|
-
<p></p>
|
1671
1654
|
</div>
|
1672
|
-
<p class="since">Since 1.12</p>
|
1655
|
+
<p class="since">Since: 1.12</p>
|
1673
1656
|
</div>
|
1674
1657
|
<hr>
|
1675
1658
|
<div class="refsect2">
|
@@ -1683,8 +1666,8 @@ Afterwards, the image is destroyed.</p>
|
|
1683
1666
|
<p>Using an image surface which wasn't returned by <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-map-to-image" title="cairo_surface_map_to_image ()"><code class="function">cairo_surface_map_to_image()</code></a>
|
1684
1667
|
results in undefined behavior.</p>
|
1685
1668
|
<div class="refsect3">
|
1686
|
-
<a name="
|
1687
|
-
<div class="informaltable"><table width="100%" border="0">
|
1669
|
+
<a name="cairo-surface-unmap-image.parameters"></a><h4>Parameters</h4>
|
1670
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1688
1671
|
<colgroup>
|
1689
1672
|
<col width="150px" class="parameters_name">
|
1690
1673
|
<col class="parameters_description">
|
@@ -1704,7 +1687,7 @@ results in undefined behavior.</p>
|
|
1704
1687
|
</tbody>
|
1705
1688
|
</table></div>
|
1706
1689
|
</div>
|
1707
|
-
<p class="since">Since 1.12</p>
|
1690
|
+
<p class="since">Since: 1.12</p>
|
1708
1691
|
</div>
|
1709
1692
|
</div>
|
1710
1693
|
<div class="refsect1">
|
@@ -1722,7 +1705,7 @@ results in undefined behavior.</p>
|
|
1722
1705
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_JBIG2 "application/x-cairo.jbig2"
|
1723
1706
|
</pre>
|
1724
1707
|
<p>Joint Bi-level Image Experts Group image coding standard (ISO/IEC 11544).</p>
|
1725
|
-
<p class="since">Since 1.14</p>
|
1708
|
+
<p class="since">Since: 1.14</p>
|
1726
1709
|
</div>
|
1727
1710
|
<hr>
|
1728
1711
|
<div class="refsect2">
|
@@ -1730,7 +1713,7 @@ results in undefined behavior.</p>
|
|
1730
1713
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_JBIG2_GLOBAL "application/x-cairo.jbig2-global"
|
1731
1714
|
</pre>
|
1732
1715
|
<p>Joint Bi-level Image Experts Group image coding standard (ISO/IEC 11544) global segment.</p>
|
1733
|
-
<p class="since">Since 1.14</p>
|
1716
|
+
<p class="since">Since: 1.14</p>
|
1734
1717
|
</div>
|
1735
1718
|
<hr>
|
1736
1719
|
<div class="refsect2">
|
@@ -1739,7 +1722,7 @@ results in undefined behavior.</p>
|
|
1739
1722
|
</pre>
|
1740
1723
|
<p>An unique identifier shared by a JBIG2 global segment and all JBIG2 images
|
1741
1724
|
that depend on the global segment.</p>
|
1742
|
-
<p class="since">Since 1.14</p>
|
1725
|
+
<p class="since">Since: 1.14</p>
|
1743
1726
|
</div>
|
1744
1727
|
<hr>
|
1745
1728
|
<div class="refsect2">
|
@@ -1747,7 +1730,7 @@ that depend on the global segment.</p>
|
|
1747
1730
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_JP2 "image/jp2"
|
1748
1731
|
</pre>
|
1749
1732
|
<p>The Joint Photographic Experts Group (JPEG) 2000 image coding standard (ISO/IEC 15444-1).</p>
|
1750
|
-
<p class="since">Since 1.10</p>
|
1733
|
+
<p class="since">Since: 1.10</p>
|
1751
1734
|
</div>
|
1752
1735
|
<hr>
|
1753
1736
|
<div class="refsect2">
|
@@ -1755,7 +1738,7 @@ that depend on the global segment.</p>
|
|
1755
1738
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_JPEG "image/jpeg"
|
1756
1739
|
</pre>
|
1757
1740
|
<p>The Joint Photographic Experts Group (JPEG) image coding standard (ISO/IEC 10918-1).</p>
|
1758
|
-
<p class="since">Since 1.10</p>
|
1741
|
+
<p class="since">Since: 1.10</p>
|
1759
1742
|
</div>
|
1760
1743
|
<hr>
|
1761
1744
|
<div class="refsect2">
|
@@ -1763,7 +1746,7 @@ that depend on the global segment.</p>
|
|
1763
1746
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_PNG "image/png"
|
1764
1747
|
</pre>
|
1765
1748
|
<p>The Portable Network Graphics image file format (ISO/IEC 15948).</p>
|
1766
|
-
<p class="since">Since 1.10</p>
|
1749
|
+
<p class="since">Since: 1.10</p>
|
1767
1750
|
</div>
|
1768
1751
|
<hr>
|
1769
1752
|
<div class="refsect2">
|
@@ -1771,7 +1754,7 @@ that depend on the global segment.</p>
|
|
1771
1754
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_URI "text/x-uri"
|
1772
1755
|
</pre>
|
1773
1756
|
<p>URI for an image file (unofficial MIME type).</p>
|
1774
|
-
<p class="since">Since 1.10</p>
|
1757
|
+
<p class="since">Since: 1.10</p>
|
1775
1758
|
</div>
|
1776
1759
|
<hr>
|
1777
1760
|
<div class="refsect2">
|
@@ -1780,7 +1763,7 @@ that depend on the global segment.</p>
|
|
1780
1763
|
</pre>
|
1781
1764
|
<p>Unique identifier for a surface (cairo specific MIME type). All surfaces with
|
1782
1765
|
the same unique identifier will only be embedded once.</p>
|
1783
|
-
<p class="since">Since 1.12</p>
|
1766
|
+
<p class="since">Since: 1.12</p>
|
1784
1767
|
</div>
|
1785
1768
|
<hr>
|
1786
1769
|
<div class="refsect2">
|
@@ -1805,7 +1788,7 @@ not modified; for example, <a class="link" href="cairo-Image-Surfaces.html#cairo
|
|
1805
1788
|
<a class="link" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-create" title="cairo_xlib_surface_create ()"><code class="function">cairo_xlib_surface_create()</code></a>.</p>
|
1806
1789
|
<p>Memory management of <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> is done with
|
1807
1790
|
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a> and <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a>.</p>
|
1808
|
-
<p class="since">Since 1.0</p>
|
1791
|
+
<p class="since">Since: 1.0</p>
|
1809
1792
|
</div>
|
1810
1793
|
<hr>
|
1811
1794
|
<div class="refsect2">
|
@@ -1817,8 +1800,8 @@ vs. opacity), or both.</p>
|
|
1817
1800
|
values distinct from <a class="link" href="cairo-Image-Surfaces.html#cairo-format-t" title="enum cairo_format_t"><span class="type">cairo_format_t</span></a> values so that the
|
1818
1801
|
implementation can detect the error if users confuse the two types.</p>
|
1819
1802
|
<div class="refsect3">
|
1820
|
-
<a name="
|
1821
|
-
<div class="informaltable"><table width="100%" border="0">
|
1803
|
+
<a name="cairo-content-t.members"></a><h4>Members</h4>
|
1804
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1822
1805
|
<colgroup>
|
1823
1806
|
<col width="300px" class="enum_members_name">
|
1824
1807
|
<col class="enum_members_description">
|
@@ -1849,7 +1832,7 @@ implementation can detect the error if users confuse the two types.</p>
|
|
1849
1832
|
</tbody>
|
1850
1833
|
</table></div>
|
1851
1834
|
</div>
|
1852
|
-
<p class="since">Since 1.0</p>
|
1835
|
+
<p class="since">Since: 1.0</p>
|
1853
1836
|
</div>
|
1854
1837
|
<hr>
|
1855
1838
|
<div class="refsect2">
|
@@ -1871,8 +1854,8 @@ type. These functions have names that begin with
|
|
1871
1854
|
the wrong type is undefined.</p>
|
1872
1855
|
<p>New entries may be added in future versions.</p>
|
1873
1856
|
<div class="refsect3">
|
1874
|
-
<a name="
|
1875
|
-
<div class="informaltable"><table width="100%" border="0">
|
1857
|
+
<a name="cairo-surface-type-t.members"></a><h4>Members</h4>
|
1858
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1876
1859
|
<colgroup>
|
1877
1860
|
<col width="300px" class="enum_members_name">
|
1878
1861
|
<col class="enum_members_description">
|
@@ -2058,7 +2041,7 @@ the wrong type is undefined.</p>
|
|
2058
2041
|
</tbody>
|
2059
2042
|
</table></div>
|
2060
2043
|
</div>
|
2061
|
-
<p class="since">Since 1.2</p>
|
2044
|
+
<p class="since">Since: 1.2</p>
|
2062
2045
|
</div>
|
2063
2046
|
</div>
|
2064
2047
|
<div class="refsect1">
|
@@ -2067,7 +2050,6 @@ the wrong type is undefined.</p>
|
|
2067
2050
|
</div>
|
2068
2051
|
</div>
|
2069
2052
|
<div class="footer">
|
2070
|
-
<hr>
|
2071
|
-
Generated by GTK-Doc V1.20</div>
|
2053
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
2072
2054
|
</body>
|
2073
2055
|
</html>
|