cairo 1.6.1-x86-mswin32 → 1.7.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +285 -0
- data/NEWS +33 -0
- data/README +15 -4
- data/Rakefile +3 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/include/{libpng13/png.h → png.h} +285 -135
- data/cairo/include/{libpng13/pngconf.h → pngconf.h} +116 -72
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +361 -371
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
- data/cairo/lib/pkgconfig/cairo-ps.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-svg.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32.pc +1 -1
- data/cairo/lib/pkgconfig/cairo.pc +2 -2
- data/cairo/lib/pkgconfig/libpng.pc +10 -14
- data/cairo/lib/pkgconfig/libpng12.pc +10 -0
- data/cairo/make/{cairo-1.6.4-1.sh → cairo-1.6.4-2.sh} +3 -3
- data/cairo/make/libpng-1.2.29.sh +35 -0
- data/cairo/manifest/cairo-1.6.4-2.mft +6 -0
- data/cairo/manifest/{cairo-dev-1.6.4-1.mft → cairo-dev-1.6.4-2.mft} +2 -2
- data/cairo/manifest/libpng-1.2.29.mft +2 -0
- data/cairo/manifest/libpng-dev-1.2.29.mft +12 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/man/man3/libpng.3 +3680 -0
- data/cairo/share/man/man3/libpngpf.3 +274 -0
- data/cairo/share/man/man5/png.5 +74 -0
- data/doc/en/cairo-antialias.html +0 -3
- data/doc/en/cairo-clip-not-representable-error.html +0 -3
- data/doc/en/cairo-color-base.html +0 -3
- data/doc/en/cairo-color-cmyk.html +0 -3
- data/doc/en/cairo-color-hsv.html +0 -3
- data/doc/en/cairo-color-rgb.html +0 -3
- data/doc/en/cairo-color-x11.html +0 -3
- data/doc/en/cairo-color.html +0 -3
- data/doc/en/cairo-content.html +0 -3
- data/doc/en/cairo-context-blur.html +0 -3
- data/doc/en/cairo-context-circle.html +0 -3
- data/doc/en/cairo-context-color.html +0 -3
- data/doc/en/cairo-context-path.html +0 -3
- data/doc/en/cairo-context-rectangle.html +0 -3
- data/doc/en/cairo-context-triangle.html +0 -3
- data/doc/en/cairo-context.html +119 -102
- data/doc/en/cairo-error.html +0 -3
- data/doc/en/cairo-extend.html +0 -3
- data/doc/en/cairo-file-not-found.html +0 -3
- data/doc/en/cairo-fill-rule.html +0 -3
- data/doc/en/cairo-filter.html +0 -3
- data/doc/en/cairo-font-extents.html +67 -12
- data/doc/en/cairo-font-face.html +0 -3
- data/doc/en/cairo-font-options.html +26 -14
- data/doc/en/cairo-font-slant.html +0 -3
- data/doc/en/cairo-font-type-mismatch.html +47 -0
- data/doc/en/cairo-font-weight.html +0 -3
- data/doc/en/cairo-format.html +0 -3
- data/doc/en/cairo-glyph.html +0 -3
- data/doc/en/cairo-gradient-pattern.html +0 -3
- data/doc/en/cairo-hint-metrics.html +0 -3
- data/doc/en/cairo-hint-style.html +0 -3
- data/doc/en/cairo-image-surface.html +0 -3
- data/doc/en/cairo-invalid-clusters.html +47 -0
- data/doc/en/cairo-invalid-content-error.html +0 -3
- data/doc/en/cairo-invalid-dash-error.html +0 -3
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -3
- data/doc/en/cairo-invalid-format-error.html +0 -3
- data/doc/en/cairo-invalid-index-error.html +0 -3
- data/doc/en/cairo-invalid-matrix-error.html +0 -3
- data/doc/en/cairo-invalid-path-data-error.html +0 -3
- data/doc/en/cairo-invalid-pop-group-error.html +0 -3
- data/doc/en/cairo-invalid-restore-error.html +0 -3
- data/doc/en/cairo-invalid-slant.html +47 -0
- data/doc/en/cairo-invalid-status-error.html +0 -3
- data/doc/en/cairo-invalid-stride-error.html +0 -3
- data/doc/en/cairo-invalid-string-error.html +0 -3
- data/doc/en/cairo-invalid-visual-error.html +0 -3
- data/doc/en/cairo-invalid-weight.html +47 -0
- data/doc/en/cairo-lcd-filter.html +39 -0
- data/doc/en/cairo-line-cap.html +0 -3
- data/doc/en/cairo-line-join.html +0 -3
- data/doc/en/cairo-linear-pattern.html +0 -3
- data/doc/en/cairo-matrix.html +43 -41
- data/doc/en/cairo-negative-count.html +47 -0
- data/doc/en/cairo-no-current-point-error.html +0 -3
- data/doc/en/cairo-null-pointer-error.html +0 -3
- data/doc/en/cairo-operator.html +0 -3
- data/doc/en/cairo-paper-parse-error.html +0 -3
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -3
- data/doc/en/cairo-paper-unknown-unit.html +0 -3
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -3
- data/doc/en/cairo-paper.html +0 -3
- data/doc/en/cairo-path-close-path.html +0 -3
- data/doc/en/cairo-path-curve-to.html +0 -3
- data/doc/en/cairo-path-data-type.html +0 -3
- data/doc/en/cairo-path-data.html +0 -3
- data/doc/en/cairo-path-line-to.html +0 -3
- data/doc/en/cairo-path-move-to.html +0 -3
- data/doc/en/cairo-path.html +0 -3
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -3
- data/doc/en/cairo-pattern.html +0 -3
- data/doc/en/cairo-pdf-surface.html +0 -3
- data/doc/en/cairo-point.html +0 -3
- data/doc/en/cairo-ps-level.html +0 -3
- data/doc/en/cairo-ps-surface.html +0 -3
- data/doc/en/cairo-quartz-image-surface.html +0 -3
- data/doc/en/cairo-quartz-surface.html +0 -3
- data/doc/en/cairo-radial-pattern.html +0 -3
- data/doc/en/cairo-read-error.html +0 -3
- data/doc/en/cairo-rectangle.html +0 -3
- data/doc/en/cairo-scaled-font.html +13 -6
- data/doc/en/cairo-solid-pattern.html +0 -3
- data/doc/en/cairo-subpixel-order.html +0 -3
- data/doc/en/cairo-surface-finished-error.html +0 -3
- data/doc/en/cairo-surface-pattern.html +0 -3
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -3
- data/doc/en/cairo-surface.html +22 -15
- data/doc/en/cairo-svg-surface.html +0 -3
- data/doc/en/cairo-svg-version.html +0 -3
- data/doc/en/cairo-temp-file-error.html +0 -3
- data/doc/en/cairo-text-cluster.html +84 -0
- data/doc/en/cairo-text-extents.html +78 -13
- data/doc/en/cairo-toy-font-face.html +67 -0
- data/doc/en/cairo-user-font-error.html +47 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
- data/doc/en/cairo-user-font-face.html +72 -0
- data/doc/en/cairo-user-font-immutable.html +47 -0
- data/doc/en/cairo-win32-printing-surface.html +0 -3
- data/doc/en/cairo-win32-surface.html +0 -3
- data/doc/en/cairo-write-error.html +0 -3
- data/doc/en/cairo.html +92 -80
- data/doc/en/index.html +327 -240
- data/doc/ja/cairo-clip-not-representable-error.html +1 -1
- data/doc/ja/cairo-color-base.html +1 -1
- data/doc/ja/cairo-color-cmyk.html +9 -9
- data/doc/ja/cairo-color-hsv.html +8 -8
- data/doc/ja/cairo-color-rgb.html +9 -9
- data/doc/ja/cairo-color.html +8 -8
- data/doc/ja/cairo-context-circle.html +1 -1
- data/doc/ja/cairo-context-color.html +1 -1
- data/doc/ja/cairo-context-path.html +2 -2
- data/doc/ja/cairo-context.html +435 -342
- data/doc/ja/cairo-font-extents.html +69 -15
- data/doc/ja/cairo-font-face.html +3 -3
- data/doc/ja/cairo-font-options.html +37 -12
- data/doc/ja/cairo-font-slant.html +1 -1
- data/doc/ja/cairo-font-type-mismatch.html +52 -0
- data/doc/ja/cairo-glyph.html +5 -5
- data/doc/ja/cairo-gradient-pattern.html +6 -6
- data/doc/ja/cairo-image-surface.html +8 -8
- data/doc/ja/cairo-invalid-clusters.html +55 -0
- data/doc/ja/cairo-invalid-restore-error.html +1 -1
- data/doc/ja/cairo-invalid-slant.html +57 -0
- data/doc/ja/cairo-invalid-weight.html +57 -0
- data/doc/ja/cairo-lcd-filter.html +63 -0
- data/doc/ja/cairo-line-join.html +1 -1
- data/doc/ja/cairo-linear-pattern.html +2 -2
- data/doc/ja/cairo-matrix.html +35 -24
- data/doc/ja/cairo-negative-count.html +52 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +2 -2
- data/doc/ja/cairo-paper-unknown-unit.html +2 -2
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +1 -1
- data/doc/ja/cairo-paper.html +12 -12
- data/doc/ja/cairo-path-close-path.html +1 -1
- data/doc/ja/cairo-path-curve-to.html +1 -1
- data/doc/ja/cairo-path-data.html +8 -8
- data/doc/ja/cairo-path-line-to.html +1 -1
- data/doc/ja/cairo-path-move-to.html +1 -1
- data/doc/ja/cairo-path.html +21 -21
- data/doc/ja/cairo-pattern.html +4 -4
- data/doc/ja/cairo-pdf-surface.html +2 -2
- data/doc/ja/cairo-point.html +5 -5
- data/doc/ja/cairo-ps-level.html +2 -2
- data/doc/ja/cairo-ps-surface.html +6 -6
- data/doc/ja/cairo-quartz-image-surface.html +2 -2
- data/doc/ja/cairo-quartz-surface.html +3 -3
- data/doc/ja/cairo-radial-pattern.html +2 -2
- data/doc/ja/cairo-rectangle.html +5 -5
- data/doc/ja/cairo-scaled-font.html +53 -17
- data/doc/ja/cairo-solid-pattern.html +3 -3
- data/doc/ja/cairo-surface-pattern.html +2 -2
- data/doc/ja/cairo-surface.html +58 -36
- data/doc/ja/cairo-svg-surface.html +4 -4
- data/doc/ja/cairo-svg-version.html +2 -2
- data/doc/ja/cairo-text-cluster.html +102 -0
- data/doc/ja/cairo-text-extents.html +84 -22
- data/doc/ja/cairo-toy-font-face.html +107 -0
- data/doc/ja/cairo-user-font-error.html +55 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +155 -0
- data/doc/ja/cairo-user-font-face.html +268 -0
- data/doc/ja/cairo-user-font-immutable.html +54 -0
- data/doc/ja/cairo-win32-printing-surface.html +3 -3
- data/doc/ja/cairo-win32-surface.html +4 -4
- data/doc/ja/cairo.html +110 -77
- data/doc/ja/index.html +292 -205
- data/extconf.rb +3 -1
- data/misc/update-colors.rb +0 -0
- data/pkg-config.rb +54 -28
- data/samples/agg/aa_test.rb +0 -0
- data/samples/blur.rb +0 -0
- data/samples/png.rb +0 -0
- data/samples/scalable.rb +0 -0
- data/samples/text-on-path.rb +0 -0
- data/samples/text2.rb +0 -0
- data/src/cairo.def +8 -0
- data/src/cairo.so +0 -0
- data/src/lib/cairo.rb +12 -7
- data/src/lib/cairo/constants.rb +1 -0
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +25 -3
- data/src/rb_cairo.h +29 -18
- data/src/rb_cairo_constants.c +39 -10
- data/src/rb_cairo_context.c +156 -15
- data/src/rb_cairo_exception.c +143 -3
- data/src/rb_cairo_font_extents.c +81 -6
- data/src/rb_cairo_font_face.c +646 -4
- data/src/rb_cairo_font_options.c +24 -2
- data/src/rb_cairo_glyph.c +5 -3
- data/src/rb_cairo_matrix.c +17 -1
- data/src/rb_cairo_pattern.c +4 -4
- data/src/rb_cairo_private.c +169 -5
- data/src/rb_cairo_private.h +45 -3
- data/src/rb_cairo_scaled_font.c +61 -3
- data/src/rb_cairo_surface.c +174 -59
- data/src/rb_cairo_text_cluster.c +151 -0
- data/src/rb_cairo_text_extents.c +85 -2
- data/test-unit/Rakefile +30 -0
- data/test-unit/bin/testrb +5 -0
- data/test-unit/lib/test/unit.rb +280 -0
- data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
- data/test-unit/lib/test/unit/assertions.rb +722 -0
- data/test-unit/lib/test/unit/attribute.rb +125 -0
- data/test-unit/lib/test/unit/autorunner.rb +254 -0
- data/test-unit/lib/test/unit/collector.rb +43 -0
- data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
- data/test-unit/lib/test/unit/collector/dir.rb +108 -0
- data/test-unit/lib/test/unit/collector/load.rb +135 -0
- data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
- data/test-unit/lib/test/unit/color.rb +61 -0
- data/test-unit/lib/test/unit/diff.rb +524 -0
- data/test-unit/lib/test/unit/error.rb +124 -0
- data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
- data/test-unit/lib/test/unit/failure.rb +110 -0
- data/test-unit/lib/test/unit/fixture.rb +185 -0
- data/test-unit/lib/test/unit/notification.rb +125 -0
- data/test-unit/lib/test/unit/omission.rb +143 -0
- data/test-unit/lib/test/unit/pending.rb +146 -0
- data/test-unit/lib/test/unit/priority.rb +146 -0
- data/test-unit/lib/test/unit/runner/console.rb +46 -0
- data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
- data/test-unit/lib/test/unit/testcase.rb +281 -0
- data/test-unit/lib/test/unit/testresult.rb +89 -0
- data/test-unit/lib/test/unit/testsuite.rb +110 -0
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
- data/test-unit/lib/test/unit/util/observable.rb +90 -0
- data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
- data/test-unit/lib/test/unit/version.rb +7 -0
- data/test-unit/sample/adder.rb +13 -0
- data/test-unit/sample/subtracter.rb +12 -0
- data/test-unit/sample/tc_adder.rb +18 -0
- data/test-unit/sample/tc_subtracter.rb +18 -0
- data/test-unit/sample/ts_examples.rb +7 -0
- data/test-unit/test/collector/test_descendant.rb +135 -0
- data/test-unit/test/collector/test_dir.rb +406 -0
- data/test-unit/test/collector/test_load.rb +333 -0
- data/test-unit/test/collector/test_objectspace.rb +98 -0
- data/test-unit/test/run-test.rb +13 -0
- data/test-unit/test/test_assertions.rb +693 -0
- data/test-unit/test/test_attribute.rb +86 -0
- data/test-unit/test/test_color.rb +37 -0
- data/test-unit/test/test_diff.rb +477 -0
- data/test-unit/test/test_emacs_runner.rb +60 -0
- data/test-unit/test/test_error.rb +26 -0
- data/test-unit/test/test_failure.rb +33 -0
- data/test-unit/test/test_fixture.rb +252 -0
- data/test-unit/test/test_notification.rb +33 -0
- data/test-unit/test/test_omission.rb +81 -0
- data/test-unit/test/test_pending.rb +70 -0
- data/test-unit/test/test_priority.rb +89 -0
- data/test-unit/test/test_testcase.rb +430 -0
- data/test-unit/test/test_testresult.rb +113 -0
- data/test-unit/test/test_testsuite.rb +129 -0
- data/test-unit/test/testunit_test_util.rb +14 -0
- data/test-unit/test/ui/test_testrunmediator.rb +20 -0
- data/test-unit/test/util/test_backtracefilter.rb +41 -0
- data/test-unit/test/util/test_observable.rb +102 -0
- data/test-unit/test/util/test_procwrapper.rb +36 -0
- data/test/cairo-test-utils.rb +18 -0
- data/test/run-test.rb +14 -1
- data/test/test_constants.rb +19 -0
- data/test/test_context.rb +117 -0
- data/test/test_exception.rb +27 -0
- data/test/test_font_extents.rb +36 -0
- data/test/test_font_face.rb +244 -0
- data/test/test_font_options.rb +32 -0
- data/test/test_pkg_config.rb +3 -2
- data/test/test_scaled_font.rb +34 -0
- data/test/test_surface.rb +41 -0
- data/test/test_text_cluster.rb +32 -0
- data/test/test_text_extents.rb +40 -0
- data/test/test_text_to_glyphs_data.rb +47 -0
- metadata +129 -109
- data/cairo/bin/libpng13.dll +0 -0
- data/cairo/lib/libpng13.dll.a +0 -0
- data/cairo/lib/pkgconfig/libpng13.pc +0 -14
- data/cairo/manifest/cairo-1.6.4-1.mft +0 -6
- data/cairo/manifest/libpng-dev-1.2.8.mft +0 -7
- data/doc/en/cairo-antialias.rd +0 -16
- data/doc/en/cairo-clip-not-representable-error.rd +0 -17
- data/doc/en/cairo-color-base.rd +0 -38
- data/doc/en/cairo-color-cmyk.rd +0 -107
- data/doc/en/cairo-color-hsv.rd +0 -91
- data/doc/en/cairo-color-rgb.rd +0 -95
- data/doc/en/cairo-color-x11.rd +0 -151
- data/doc/en/cairo-color.rd +0 -213
- data/doc/en/cairo-content.rd +0 -15
- data/doc/en/cairo-context-blur.rd +0 -15
- data/doc/en/cairo-context-circle.rd +0 -15
- data/doc/en/cairo-context-color.rd +0 -15
- data/doc/en/cairo-context-path.rd +0 -19
- data/doc/en/cairo-context-rectangle.rd +0 -15
- data/doc/en/cairo-context-triangle.rd +0 -15
- data/doc/en/cairo-context.rd +0 -491
- data/doc/en/cairo-error.rd +0 -16
- data/doc/en/cairo-extend.rd +0 -16
- data/doc/en/cairo-file-not-found.rd +0 -17
- data/doc/en/cairo-fill-rule.rd +0 -14
- data/doc/en/cairo-filter.rd +0 -18
- data/doc/en/cairo-font-extents.rd +0 -40
- data/doc/en/cairo-font-face.rd +0 -14
- data/doc/en/cairo-font-options.rd +0 -94
- data/doc/en/cairo-font-slant.rd +0 -15
- data/doc/en/cairo-font-weight.rd +0 -14
- data/doc/en/cairo-format.rd +0 -22
- data/doc/en/cairo-glyph.rd +0 -62
- data/doc/en/cairo-gradient-pattern.rd +0 -41
- data/doc/en/cairo-hint-metrics.rd +0 -15
- data/doc/en/cairo-hint-style.rd +0 -17
- data/doc/en/cairo-image-surface.rd +0 -47
- data/doc/en/cairo-invalid-content-error.rd +0 -17
- data/doc/en/cairo-invalid-dash-error.rd +0 -17
- data/doc/en/cairo-invalid-dsc-comment-error.rd +0 -17
- data/doc/en/cairo-invalid-format-error.rd +0 -17
- data/doc/en/cairo-invalid-index-error.rd +0 -17
- data/doc/en/cairo-invalid-matrix-error.rd +0 -17
- data/doc/en/cairo-invalid-path-data-error.rd +0 -17
- data/doc/en/cairo-invalid-pop-group-error.rd +0 -17
- data/doc/en/cairo-invalid-restore-error.rd +0 -17
- data/doc/en/cairo-invalid-status-error.rd +0 -17
- data/doc/en/cairo-invalid-stride-error.rd +0 -17
- data/doc/en/cairo-invalid-string-error.rd +0 -17
- data/doc/en/cairo-invalid-visual-error.rd +0 -17
- data/doc/en/cairo-line-cap.rd +0 -15
- data/doc/en/cairo-line-join.rd +0 -15
- data/doc/en/cairo-linear-pattern.rd +0 -28
- data/doc/en/cairo-matrix.rd +0 -186
- data/doc/en/cairo-no-current-point-error.rd +0 -17
- data/doc/en/cairo-null-pointer-error.rd +0 -17
- data/doc/en/cairo-operator.rd +0 -26
- data/doc/en/cairo-paper-parse-error.rd +0 -17
- data/doc/en/cairo-paper-unknown-paper-name.rd +0 -30
- data/doc/en/cairo-paper-unknown-unit.rd +0 -30
- data/doc/en/cairo-paper-unrecognized-paper-description.rd +0 -30
- data/doc/en/cairo-paper.rd +0 -141
- data/doc/en/cairo-path-close-path.rd +0 -21
- data/doc/en/cairo-path-curve-to.rd +0 -21
- data/doc/en/cairo-path-data-type.rd +0 -16
- data/doc/en/cairo-path-data.rd +0 -62
- data/doc/en/cairo-path-line-to.rd +0 -21
- data/doc/en/cairo-path-move-to.rd +0 -21
- data/doc/en/cairo-path.rd +0 -109
- data/doc/en/cairo-pattern-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-pattern.rd +0 -62
- data/doc/en/cairo-pdf-surface.rd +0 -27
- data/doc/en/cairo-point.rd +0 -42
- data/doc/en/cairo-ps-level.rd +0 -24
- data/doc/en/cairo-ps-surface.rd +0 -55
- data/doc/en/cairo-quartz-image-surface.rd +0 -27
- data/doc/en/cairo-quartz-surface.rd +0 -27
- data/doc/en/cairo-radial-pattern.rd +0 -28
- data/doc/en/cairo-read-error.rd +0 -17
- data/doc/en/cairo-rectangle.rd +0 -54
- data/doc/en/cairo-scaled-font.rd +0 -50
- data/doc/en/cairo-solid-pattern.rd +0 -31
- data/doc/en/cairo-subpixel-order.rd +0 -17
- data/doc/en/cairo-surface-finished-error.rd +0 -17
- data/doc/en/cairo-surface-pattern.rd +0 -27
- data/doc/en/cairo-surface-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-surface.rd +0 -72
- data/doc/en/cairo-svg-surface.rd +0 -44
- data/doc/en/cairo-svg-version.rd +0 -24
- data/doc/en/cairo-temp-file-error.rd +0 -17
- data/doc/en/cairo-text-extents.rd +0 -44
- data/doc/en/cairo-win32-printing-surface.rd +0 -27
- data/doc/en/cairo-win32-surface.rd +0 -31
- data/doc/en/cairo-write-error.rd +0 -17
- data/doc/en/cairo.rd +0 -95
- data/doc/en/index.rd +0 -1051
- data/samples/agg/aa_demo.rb +0 -47
@@ -0,0 +1,32 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
|
3
|
+
class FontOptionsTest < Test::Unit::TestCase
|
4
|
+
include CairoTestUtils
|
5
|
+
|
6
|
+
def setup
|
7
|
+
@options = Cairo::FontOptions.new
|
8
|
+
end
|
9
|
+
|
10
|
+
def test_lcd_filter
|
11
|
+
only_cairo_version(1, 7, 2)
|
12
|
+
|
13
|
+
assert_equal(Cairo::LCDFilter::DEFAULT, @options.lcd_filter)
|
14
|
+
@options.lcd_filter = :fir3
|
15
|
+
assert_equal(Cairo::LCDFilter::FIR3, @options.lcd_filter)
|
16
|
+
|
17
|
+
assert_invalid_lcd_filter(Cairo::LCDFilter::DEFAULT - 1)
|
18
|
+
assert_invalid_lcd_filter(Cairo::LCDFilter::FIR5 + 1)
|
19
|
+
end
|
20
|
+
|
21
|
+
def assert_invalid_lcd_filter(value)
|
22
|
+
options = Cairo::FontOptions.new
|
23
|
+
exception = assert_raise(ArgumentError) do
|
24
|
+
options.lcd_filter = value
|
25
|
+
end
|
26
|
+
min = Cairo::LCDFilter::DEFAULT
|
27
|
+
max = Cairo::LCDFilter::FIR5
|
28
|
+
assert_equal("invalid lcd_filter: #{value} " +
|
29
|
+
"(expect #{min} <= lcd_filter <= #{max})",
|
30
|
+
exception.message)
|
31
|
+
end
|
32
|
+
end
|
data/test/test_pkg_config.rb
CHANGED
@@ -51,8 +51,9 @@ class PkgConfigTest < Test::Unit::TestCase
|
|
51
51
|
end
|
52
52
|
|
53
53
|
def test_requires_private
|
54
|
-
assert_equal(["freetype2", "fontconfig", "libpng12",
|
55
|
-
"
|
54
|
+
assert_equal(["freetype2", "fontconfig", "libpng12",
|
55
|
+
"xcb", "xcb-render", "xcb-renderutil",
|
56
|
+
"xrender", "x11", "pixman-1"],
|
56
57
|
@cairo.requires_private)
|
57
58
|
end
|
58
59
|
|
@@ -0,0 +1,34 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
require 'stringio'
|
3
|
+
|
4
|
+
class ScaledFontTest < Test::Unit::TestCase
|
5
|
+
include CairoTestUtils
|
6
|
+
|
7
|
+
def test_scale_matrix
|
8
|
+
only_cairo_version(1, 7, 2)
|
9
|
+
|
10
|
+
surface = Cairo::ImageSurface.new(100, 100)
|
11
|
+
context = Cairo::Context.new(surface)
|
12
|
+
scaled_font = context.scaled_font
|
13
|
+
|
14
|
+
assert_equal(Cairo::Matrix.new(10.0, 0.0, 0.0,
|
15
|
+
10.0, 0.0, 0.0),
|
16
|
+
scaled_font.scale_matrix)
|
17
|
+
end
|
18
|
+
|
19
|
+
def test_text_to_glyphs
|
20
|
+
only_cairo_version(1, 7, 2)
|
21
|
+
|
22
|
+
surface = Cairo::PDFSurface.new(StringIO.new, 10, 10)
|
23
|
+
context = Cairo::Context.new(surface)
|
24
|
+
scaled_font = Cairo::ScaledFont.new(context.font_face,
|
25
|
+
Cairo::Matrix.identity,
|
26
|
+
Cairo::Matrix.identity,
|
27
|
+
Cairo::FontOptions.new)
|
28
|
+
expected_glyphs = []
|
29
|
+
expected_clusters = []
|
30
|
+
expected_backward = false
|
31
|
+
assert_equal([expected_glyphs, expected_clusters, expected_backward],
|
32
|
+
scaled_font.text_to_glyphs(0, 0, "text"))
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,41 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
require 'stringio'
|
3
|
+
|
4
|
+
class SurfaceTest < Test::Unit::TestCase
|
5
|
+
include CairoTestUtils
|
6
|
+
|
7
|
+
def test_new
|
8
|
+
output = StringIO.new
|
9
|
+
surface = Cairo::PDFSurface.new(output, 10, 10)
|
10
|
+
assert_no_match(/%%EOF\s*\z/m, output.string)
|
11
|
+
surface.finish
|
12
|
+
assert_match(/%%EOF\s*\z/m, output.string)
|
13
|
+
end
|
14
|
+
|
15
|
+
def test_new_with_block
|
16
|
+
output = StringIO.new
|
17
|
+
Cairo::PDFSurface.new(output, 10, 10) do |surface|
|
18
|
+
assert_no_match(/%%EOF\s*\z/m, output.string)
|
19
|
+
end
|
20
|
+
assert_match(/%%EOF\s*\z/m, output.string)
|
21
|
+
end
|
22
|
+
|
23
|
+
def test_new_with_block_and_finish
|
24
|
+
assert_nothing_raised do
|
25
|
+
Cairo::PDFSurface.new(StringIO.new, 10, 10) do |surface|
|
26
|
+
surface.finish
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
def test_fallback_resolution
|
32
|
+
only_cairo_version(1, 7, 2)
|
33
|
+
|
34
|
+
surface = Cairo::ImageSurface.new(100, 100)
|
35
|
+
|
36
|
+
assert_equal([300.0, 300.0], surface.fallback_resolution)
|
37
|
+
|
38
|
+
surface.set_fallback_resolution(95, 95)
|
39
|
+
assert_equal([95.0, 95.0], surface.fallback_resolution)
|
40
|
+
end
|
41
|
+
end
|
@@ -0,0 +1,32 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
|
3
|
+
class TextClusterTest < Test::Unit::TestCase
|
4
|
+
include CairoTestUtils
|
5
|
+
|
6
|
+
def test_new
|
7
|
+
only_cairo_version(1, 7, 2)
|
8
|
+
|
9
|
+
cluster = Cairo::TextCluster.new(2, 3)
|
10
|
+
assert_equal([2, 3], [cluster.num_bytes, cluster.num_glyphs])
|
11
|
+
assert_equal("#<Cairo::TextCluster: num_bytes=2, num_glyphs=3>",
|
12
|
+
cluster.to_s)
|
13
|
+
end
|
14
|
+
|
15
|
+
def test_accessor
|
16
|
+
only_cairo_version(1, 7, 2)
|
17
|
+
|
18
|
+
cluster = Cairo::TextCluster.new(5, 7)
|
19
|
+
assert_equal([5, 7], [cluster.num_bytes, cluster.num_glyphs])
|
20
|
+
cluster.num_bytes = 1
|
21
|
+
cluster.num_glyphs = 2
|
22
|
+
assert_equal([1, 2], [cluster.num_bytes, cluster.num_glyphs])
|
23
|
+
end
|
24
|
+
|
25
|
+
def test_to_s
|
26
|
+
only_cairo_version(1, 7, 2)
|
27
|
+
|
28
|
+
cluster = Cairo::TextCluster.new(9, 1)
|
29
|
+
assert_equal("#<Cairo::TextCluster: num_bytes=9, num_glyphs=1>",
|
30
|
+
cluster.to_s)
|
31
|
+
end
|
32
|
+
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
|
3
|
+
class TextExtentsTest < Test::Unit::TestCase
|
4
|
+
include CairoTestUtils
|
5
|
+
|
6
|
+
def test_new
|
7
|
+
extents = Cairo::TextExtents.new
|
8
|
+
assert_equal([0.0, -1.0, 0.0, 1.0, 1.0, 0.0],
|
9
|
+
[extents.x_bearing, extents.y_bearing,
|
10
|
+
extents.width, extents.height,
|
11
|
+
extents.x_advance, extents.y_advance])
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_accessor
|
15
|
+
extents = Cairo::TextExtents.new
|
16
|
+
extents.x_bearing = 0.1
|
17
|
+
extents.y_bearing = 0.2
|
18
|
+
extents.width = 0.3
|
19
|
+
extents.height = 0.4
|
20
|
+
extents.x_advance = 0.5
|
21
|
+
extents.y_advance = 0.6
|
22
|
+
assert_equal([0.1, 0.2, 0.3, 0.4, 0.5, 0.6],
|
23
|
+
[extents.x_bearing, extents.y_bearing,
|
24
|
+
extents.width, extents.height,
|
25
|
+
extents.x_advance, extents.y_advance])
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_to_s
|
29
|
+
extents = Cairo::TextExtents.new
|
30
|
+
extents.x_bearing = 0.1
|
31
|
+
extents.y_bearing = 0.2
|
32
|
+
extents.width = 0.3
|
33
|
+
extents.height = 0.4
|
34
|
+
extents.x_advance = 0.5
|
35
|
+
extents.y_advance = 0.6
|
36
|
+
assert_equal("#<Cairo::TextExtents: x_bearing=0.1, y_bearing=0.2, " +
|
37
|
+
"width=0.3, height=0.4, x_advance=0.5, y_advance=0.6>",
|
38
|
+
extents.to_s)
|
39
|
+
end
|
40
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
require 'cairo'
|
2
|
+
|
3
|
+
class TextToGlyphsDataTest < Test::Unit::TestCase
|
4
|
+
include CairoTestUtils
|
5
|
+
|
6
|
+
def test_new
|
7
|
+
only_cairo_version(1, 7, 2)
|
8
|
+
|
9
|
+
data = Cairo::UserFontFace::TextToGlyphsData.new(false, false, false)
|
10
|
+
assert_equal([false, false, false],
|
11
|
+
[data.need_glyphs?, data.need_clusters?, data.need_backward?])
|
12
|
+
|
13
|
+
data = Cairo::UserFontFace::TextToGlyphsData.new(true, false, false)
|
14
|
+
assert_equal([true, false, false],
|
15
|
+
[data.need_glyphs?, data.need_clusters?, data.need_backward?])
|
16
|
+
|
17
|
+
data = Cairo::UserFontFace::TextToGlyphsData.new(false, true, false)
|
18
|
+
assert_equal([false, true, false],
|
19
|
+
[data.need_glyphs?, data.need_clusters?, data.need_backward?])
|
20
|
+
|
21
|
+
data = Cairo::UserFontFace::TextToGlyphsData.new(false, false, true)
|
22
|
+
assert_equal([false, false, true],
|
23
|
+
[data.need_glyphs?, data.need_clusters?, data.need_backward?])
|
24
|
+
end
|
25
|
+
|
26
|
+
def test_accessor
|
27
|
+
only_cairo_version(1, 7, 2)
|
28
|
+
|
29
|
+
data = Cairo::UserFontFace::TextToGlyphsData.new(true, true, true)
|
30
|
+
assert_equal([nil, nil, false],
|
31
|
+
[data.glyphs, data.clusters, data.backward?])
|
32
|
+
|
33
|
+
glyph = Cairo::Glyph.new(0, 5, 10)
|
34
|
+
data.glyphs = [glyph]
|
35
|
+
assert_equal([[glyph], nil, false],
|
36
|
+
[data.glyphs, data.clusters, data.backward?])
|
37
|
+
|
38
|
+
cluster = Cairo::TextCluster.new(0, 1)
|
39
|
+
data.clusters = [cluster]
|
40
|
+
assert_equal([[glyph], [cluster], false],
|
41
|
+
[data.glyphs, data.clusters, data.backward?])
|
42
|
+
|
43
|
+
data.backward = true
|
44
|
+
assert_equal([[glyph], [cluster], true],
|
45
|
+
[data.glyphs, data.clusters, data.backward?])
|
46
|
+
end
|
47
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cairo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: x86-mswin32
|
6
6
|
authors:
|
7
7
|
- Evan Marin
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2008-
|
15
|
+
date: 2008-08-17 00:00:00 +09:00
|
16
16
|
default_executable:
|
17
17
|
dependencies: []
|
18
18
|
|
@@ -35,187 +35,108 @@ files:
|
|
35
35
|
- Rakefile
|
36
36
|
- doc/doc.css
|
37
37
|
- doc/en/cairo-antialias.html
|
38
|
-
- doc/en/cairo-antialias.rd
|
39
38
|
- doc/en/cairo-clip-not-representable-error.html
|
40
|
-
- doc/en/cairo-clip-not-representable-error.rd
|
41
39
|
- doc/en/cairo-color-base.html
|
42
|
-
- doc/en/cairo-color-base.rd
|
43
40
|
- doc/en/cairo-color-cmyk.html
|
44
|
-
- doc/en/cairo-color-cmyk.rd
|
45
41
|
- doc/en/cairo-color-hsv.html
|
46
|
-
- doc/en/cairo-color-hsv.rd
|
47
42
|
- doc/en/cairo-color-rgb.html
|
48
|
-
- doc/en/cairo-color-rgb.rd
|
49
43
|
- doc/en/cairo-color-x11.html
|
50
|
-
- doc/en/cairo-color-x11.rd
|
51
44
|
- doc/en/cairo-color.html
|
52
|
-
- doc/en/cairo-color.rd
|
53
45
|
- doc/en/cairo-content.html
|
54
|
-
- doc/en/cairo-content.rd
|
55
46
|
- doc/en/cairo-context-blur.html
|
56
|
-
- doc/en/cairo-context-blur.rd
|
57
47
|
- doc/en/cairo-context-circle.html
|
58
|
-
- doc/en/cairo-context-circle.rd
|
59
48
|
- doc/en/cairo-context-color.html
|
60
|
-
- doc/en/cairo-context-color.rd
|
61
49
|
- doc/en/cairo-context-path.html
|
62
|
-
- doc/en/cairo-context-path.rd
|
63
50
|
- doc/en/cairo-context-rectangle.html
|
64
|
-
- doc/en/cairo-context-rectangle.rd
|
65
51
|
- doc/en/cairo-context-triangle.html
|
66
|
-
- doc/en/cairo-context-triangle.rd
|
67
52
|
- doc/en/cairo-context.html
|
68
|
-
- doc/en/cairo-context.rd
|
69
53
|
- doc/en/cairo-error.html
|
70
|
-
- doc/en/cairo-error.rd
|
71
54
|
- doc/en/cairo-extend.html
|
72
|
-
- doc/en/cairo-extend.rd
|
73
55
|
- doc/en/cairo-file-not-found.html
|
74
|
-
- doc/en/cairo-file-not-found.rd
|
75
56
|
- doc/en/cairo-fill-rule.html
|
76
|
-
- doc/en/cairo-fill-rule.rd
|
77
57
|
- doc/en/cairo-filter.html
|
78
|
-
- doc/en/cairo-filter.rd
|
79
58
|
- doc/en/cairo-font-extents.html
|
80
|
-
- doc/en/cairo-font-extents.rd
|
81
59
|
- doc/en/cairo-font-face.html
|
82
|
-
- doc/en/cairo-font-face.rd
|
83
60
|
- doc/en/cairo-font-options.html
|
84
|
-
- doc/en/cairo-font-options.rd
|
85
61
|
- doc/en/cairo-font-slant.html
|
86
|
-
- doc/en/cairo-font-
|
62
|
+
- doc/en/cairo-font-type-mismatch.html
|
87
63
|
- doc/en/cairo-font-weight.html
|
88
|
-
- doc/en/cairo-font-weight.rd
|
89
64
|
- doc/en/cairo-format.html
|
90
|
-
- doc/en/cairo-format.rd
|
91
65
|
- doc/en/cairo-glyph.html
|
92
|
-
- doc/en/cairo-glyph.rd
|
93
66
|
- doc/en/cairo-gradient-pattern.html
|
94
|
-
- doc/en/cairo-gradient-pattern.rd
|
95
67
|
- doc/en/cairo-hint-metrics.html
|
96
|
-
- doc/en/cairo-hint-metrics.rd
|
97
68
|
- doc/en/cairo-hint-style.html
|
98
|
-
- doc/en/cairo-hint-style.rd
|
99
69
|
- doc/en/cairo-image-surface.html
|
100
|
-
- doc/en/cairo-
|
70
|
+
- doc/en/cairo-invalid-clusters.html
|
101
71
|
- doc/en/cairo-invalid-content-error.html
|
102
|
-
- doc/en/cairo-invalid-content-error.rd
|
103
72
|
- doc/en/cairo-invalid-dash-error.html
|
104
|
-
- doc/en/cairo-invalid-dash-error.rd
|
105
73
|
- doc/en/cairo-invalid-dsc-comment-error.html
|
106
|
-
- doc/en/cairo-invalid-dsc-comment-error.rd
|
107
74
|
- doc/en/cairo-invalid-format-error.html
|
108
|
-
- doc/en/cairo-invalid-format-error.rd
|
109
75
|
- doc/en/cairo-invalid-index-error.html
|
110
|
-
- doc/en/cairo-invalid-index-error.rd
|
111
76
|
- doc/en/cairo-invalid-matrix-error.html
|
112
|
-
- doc/en/cairo-invalid-matrix-error.rd
|
113
77
|
- doc/en/cairo-invalid-path-data-error.html
|
114
|
-
- doc/en/cairo-invalid-path-data-error.rd
|
115
78
|
- doc/en/cairo-invalid-pop-group-error.html
|
116
|
-
- doc/en/cairo-invalid-pop-group-error.rd
|
117
79
|
- doc/en/cairo-invalid-restore-error.html
|
118
|
-
- doc/en/cairo-invalid-
|
80
|
+
- doc/en/cairo-invalid-slant.html
|
119
81
|
- doc/en/cairo-invalid-status-error.html
|
120
|
-
- doc/en/cairo-invalid-status-error.rd
|
121
82
|
- doc/en/cairo-invalid-stride-error.html
|
122
|
-
- doc/en/cairo-invalid-stride-error.rd
|
123
83
|
- doc/en/cairo-invalid-string-error.html
|
124
|
-
- doc/en/cairo-invalid-string-error.rd
|
125
84
|
- doc/en/cairo-invalid-visual-error.html
|
126
|
-
- doc/en/cairo-invalid-
|
85
|
+
- doc/en/cairo-invalid-weight.html
|
86
|
+
- doc/en/cairo-lcd-filter.html
|
127
87
|
- doc/en/cairo-line-cap.html
|
128
|
-
- doc/en/cairo-line-cap.rd
|
129
88
|
- doc/en/cairo-line-join.html
|
130
|
-
- doc/en/cairo-line-join.rd
|
131
89
|
- doc/en/cairo-linear-pattern.html
|
132
|
-
- doc/en/cairo-linear-pattern.rd
|
133
90
|
- doc/en/cairo-matrix.html
|
134
|
-
- doc/en/cairo-
|
91
|
+
- doc/en/cairo-negative-count.html
|
135
92
|
- doc/en/cairo-no-current-point-error.html
|
136
|
-
- doc/en/cairo-no-current-point-error.rd
|
137
93
|
- doc/en/cairo-null-pointer-error.html
|
138
|
-
- doc/en/cairo-null-pointer-error.rd
|
139
94
|
- doc/en/cairo-operator.html
|
140
|
-
- doc/en/cairo-operator.rd
|
141
95
|
- doc/en/cairo-paper-parse-error.html
|
142
|
-
- doc/en/cairo-paper-parse-error.rd
|
143
96
|
- doc/en/cairo-paper-unknown-paper-name.html
|
144
|
-
- doc/en/cairo-paper-unknown-paper-name.rd
|
145
97
|
- doc/en/cairo-paper-unknown-unit.html
|
146
|
-
- doc/en/cairo-paper-unknown-unit.rd
|
147
98
|
- doc/en/cairo-paper-unrecognized-paper-description.html
|
148
|
-
- doc/en/cairo-paper-unrecognized-paper-description.rd
|
149
99
|
- doc/en/cairo-paper.html
|
150
|
-
- doc/en/cairo-paper.rd
|
151
100
|
- doc/en/cairo-path-close-path.html
|
152
|
-
- doc/en/cairo-path-close-path.rd
|
153
101
|
- doc/en/cairo-path-curve-to.html
|
154
|
-
- doc/en/cairo-path-curve-to.rd
|
155
102
|
- doc/en/cairo-path-data-type.html
|
156
|
-
- doc/en/cairo-path-data-type.rd
|
157
103
|
- doc/en/cairo-path-data.html
|
158
|
-
- doc/en/cairo-path-data.rd
|
159
104
|
- doc/en/cairo-path-line-to.html
|
160
|
-
- doc/en/cairo-path-line-to.rd
|
161
105
|
- doc/en/cairo-path-move-to.html
|
162
|
-
- doc/en/cairo-path-move-to.rd
|
163
106
|
- doc/en/cairo-path.html
|
164
|
-
- doc/en/cairo-path.rd
|
165
107
|
- doc/en/cairo-pattern-type-mismatch-error.html
|
166
|
-
- doc/en/cairo-pattern-type-mismatch-error.rd
|
167
108
|
- doc/en/cairo-pattern.html
|
168
|
-
- doc/en/cairo-pattern.rd
|
169
109
|
- doc/en/cairo-pdf-surface.html
|
170
|
-
- doc/en/cairo-pdf-surface.rd
|
171
110
|
- doc/en/cairo-point.html
|
172
|
-
- doc/en/cairo-point.rd
|
173
111
|
- doc/en/cairo-ps-level.html
|
174
|
-
- doc/en/cairo-ps-level.rd
|
175
112
|
- doc/en/cairo-ps-surface.html
|
176
|
-
- doc/en/cairo-ps-surface.rd
|
177
113
|
- doc/en/cairo-quartz-image-surface.html
|
178
|
-
- doc/en/cairo-quartz-image-surface.rd
|
179
114
|
- doc/en/cairo-quartz-surface.html
|
180
|
-
- doc/en/cairo-quartz-surface.rd
|
181
115
|
- doc/en/cairo-radial-pattern.html
|
182
|
-
- doc/en/cairo-radial-pattern.rd
|
183
116
|
- doc/en/cairo-read-error.html
|
184
|
-
- doc/en/cairo-read-error.rd
|
185
117
|
- doc/en/cairo-rectangle.html
|
186
|
-
- doc/en/cairo-rectangle.rd
|
187
118
|
- doc/en/cairo-scaled-font.html
|
188
|
-
- doc/en/cairo-scaled-font.rd
|
189
119
|
- doc/en/cairo-solid-pattern.html
|
190
|
-
- doc/en/cairo-solid-pattern.rd
|
191
120
|
- doc/en/cairo-subpixel-order.html
|
192
|
-
- doc/en/cairo-subpixel-order.rd
|
193
121
|
- doc/en/cairo-surface-finished-error.html
|
194
|
-
- doc/en/cairo-surface-finished-error.rd
|
195
122
|
- doc/en/cairo-surface-pattern.html
|
196
|
-
- doc/en/cairo-surface-pattern.rd
|
197
123
|
- doc/en/cairo-surface-type-mismatch-error.html
|
198
|
-
- doc/en/cairo-surface-type-mismatch-error.rd
|
199
124
|
- doc/en/cairo-surface.html
|
200
|
-
- doc/en/cairo-surface.rd
|
201
125
|
- doc/en/cairo-svg-surface.html
|
202
|
-
- doc/en/cairo-svg-surface.rd
|
203
126
|
- doc/en/cairo-svg-version.html
|
204
|
-
- doc/en/cairo-svg-version.rd
|
205
127
|
- doc/en/cairo-temp-file-error.html
|
206
|
-
- doc/en/cairo-
|
128
|
+
- doc/en/cairo-text-cluster.html
|
207
129
|
- doc/en/cairo-text-extents.html
|
208
|
-
- doc/en/cairo-
|
130
|
+
- doc/en/cairo-toy-font-face.html
|
131
|
+
- doc/en/cairo-user-font-error.html
|
132
|
+
- doc/en/cairo-user-font-face-text-to-glyphs-data.html
|
133
|
+
- doc/en/cairo-user-font-face.html
|
134
|
+
- doc/en/cairo-user-font-immutable.html
|
209
135
|
- doc/en/cairo-win32-printing-surface.html
|
210
|
-
- doc/en/cairo-win32-printing-surface.rd
|
211
136
|
- doc/en/cairo-win32-surface.html
|
212
|
-
- doc/en/cairo-win32-surface.rd
|
213
137
|
- doc/en/cairo-write-error.html
|
214
|
-
- doc/en/cairo-write-error.rd
|
215
138
|
- doc/en/cairo.html
|
216
|
-
- doc/en/cairo.rd
|
217
139
|
- doc/en/index.html
|
218
|
-
- doc/en/index.rd
|
219
140
|
- doc/index.html
|
220
141
|
- doc/ja/cairo-antialias.html
|
221
142
|
- doc/ja/cairo-clip-not-representable-error.html
|
@@ -242,6 +163,7 @@ files:
|
|
242
163
|
- doc/ja/cairo-font-face.html
|
243
164
|
- doc/ja/cairo-font-options.html
|
244
165
|
- doc/ja/cairo-font-slant.html
|
166
|
+
- doc/ja/cairo-font-type-mismatch.html
|
245
167
|
- doc/ja/cairo-font-weight.html
|
246
168
|
- doc/ja/cairo-format.html
|
247
169
|
- doc/ja/cairo-glyph.html
|
@@ -249,6 +171,7 @@ files:
|
|
249
171
|
- doc/ja/cairo-hint-metrics.html
|
250
172
|
- doc/ja/cairo-hint-style.html
|
251
173
|
- doc/ja/cairo-image-surface.html
|
174
|
+
- doc/ja/cairo-invalid-clusters.html
|
252
175
|
- doc/ja/cairo-invalid-content-error.html
|
253
176
|
- doc/ja/cairo-invalid-dash-error.html
|
254
177
|
- doc/ja/cairo-invalid-dsc-comment-error.html
|
@@ -258,14 +181,18 @@ files:
|
|
258
181
|
- doc/ja/cairo-invalid-path-data-error.html
|
259
182
|
- doc/ja/cairo-invalid-pop-group-error.html
|
260
183
|
- doc/ja/cairo-invalid-restore-error.html
|
184
|
+
- doc/ja/cairo-invalid-slant.html
|
261
185
|
- doc/ja/cairo-invalid-status-error.html
|
262
186
|
- doc/ja/cairo-invalid-stride-error.html
|
263
187
|
- doc/ja/cairo-invalid-string-error.html
|
264
188
|
- doc/ja/cairo-invalid-visual-error.html
|
189
|
+
- doc/ja/cairo-invalid-weight.html
|
190
|
+
- doc/ja/cairo-lcd-filter.html
|
265
191
|
- doc/ja/cairo-line-cap.html
|
266
192
|
- doc/ja/cairo-line-join.html
|
267
193
|
- doc/ja/cairo-linear-pattern.html
|
268
194
|
- doc/ja/cairo-matrix.html
|
195
|
+
- doc/ja/cairo-negative-count.html
|
269
196
|
- doc/ja/cairo-no-current-point-error.html
|
270
197
|
- doc/ja/cairo-null-pointer-error.html
|
271
198
|
- doc/ja/cairo-operator.html
|
@@ -302,7 +229,13 @@ files:
|
|
302
229
|
- doc/ja/cairo-svg-surface.html
|
303
230
|
- doc/ja/cairo-svg-version.html
|
304
231
|
- doc/ja/cairo-temp-file-error.html
|
232
|
+
- doc/ja/cairo-text-cluster.html
|
305
233
|
- doc/ja/cairo-text-extents.html
|
234
|
+
- doc/ja/cairo-toy-font-face.html
|
235
|
+
- doc/ja/cairo-user-font-error.html
|
236
|
+
- doc/ja/cairo-user-font-face-text-to-glyphs-data.html
|
237
|
+
- doc/ja/cairo-user-font-face.html
|
238
|
+
- doc/ja/cairo-user-font-immutable.html
|
306
239
|
- doc/ja/cairo-win32-printing-surface.html
|
307
240
|
- doc/ja/cairo-win32-surface.html
|
308
241
|
- doc/ja/cairo-write-error.html
|
@@ -312,7 +245,6 @@ files:
|
|
312
245
|
- misc/update-colors.rb
|
313
246
|
- pkg-config.rb
|
314
247
|
- samples/agg/README
|
315
|
-
- samples/agg/aa_demo.rb
|
316
248
|
- samples/agg/aa_test.rb
|
317
249
|
- samples/blur.rb
|
318
250
|
- samples/pac.rb
|
@@ -353,18 +285,100 @@ files:
|
|
353
285
|
- src/rb_cairo_private.h
|
354
286
|
- src/rb_cairo_scaled_font.c
|
355
287
|
- src/rb_cairo_surface.c
|
288
|
+
- src/rb_cairo_text_cluster.c
|
356
289
|
- src/rb_cairo_text_extents.c
|
290
|
+
- test-unit/Rakefile
|
291
|
+
- test-unit/bin/testrb
|
292
|
+
- test-unit/lib/test/unit.rb
|
293
|
+
- test-unit/lib/test/unit/assertionfailederror.rb
|
294
|
+
- test-unit/lib/test/unit/assertions.rb
|
295
|
+
- test-unit/lib/test/unit/attribute.rb
|
296
|
+
- test-unit/lib/test/unit/autorunner.rb
|
297
|
+
- test-unit/lib/test/unit/collector.rb
|
298
|
+
- test-unit/lib/test/unit/collector/descendant.rb
|
299
|
+
- test-unit/lib/test/unit/collector/dir.rb
|
300
|
+
- test-unit/lib/test/unit/collector/load.rb
|
301
|
+
- test-unit/lib/test/unit/collector/objectspace.rb
|
302
|
+
- test-unit/lib/test/unit/color.rb
|
303
|
+
- test-unit/lib/test/unit/diff.rb
|
304
|
+
- test-unit/lib/test/unit/error.rb
|
305
|
+
- test-unit/lib/test/unit/exceptionhandler.rb
|
306
|
+
- test-unit/lib/test/unit/failure.rb
|
307
|
+
- test-unit/lib/test/unit/fixture.rb
|
308
|
+
- test-unit/lib/test/unit/notification.rb
|
309
|
+
- test-unit/lib/test/unit/omission.rb
|
310
|
+
- test-unit/lib/test/unit/pending.rb
|
311
|
+
- test-unit/lib/test/unit/priority.rb
|
312
|
+
- test-unit/lib/test/unit/runner/console.rb
|
313
|
+
- test-unit/lib/test/unit/runner/emacs.rb
|
314
|
+
- test-unit/lib/test/unit/testcase.rb
|
315
|
+
- test-unit/lib/test/unit/testresult.rb
|
316
|
+
- test-unit/lib/test/unit/testsuite.rb
|
317
|
+
- test-unit/lib/test/unit/ui/console/outputlevel.rb
|
318
|
+
- test-unit/lib/test/unit/ui/console/testrunner.rb
|
319
|
+
- test-unit/lib/test/unit/ui/emacs/testrunner.rb
|
320
|
+
- test-unit/lib/test/unit/ui/testrunner.rb
|
321
|
+
- test-unit/lib/test/unit/ui/testrunnermediator.rb
|
322
|
+
- test-unit/lib/test/unit/ui/testrunnerutilities.rb
|
323
|
+
- test-unit/lib/test/unit/util/backtracefilter.rb
|
324
|
+
- test-unit/lib/test/unit/util/observable.rb
|
325
|
+
- test-unit/lib/test/unit/util/procwrapper.rb
|
326
|
+
- test-unit/lib/test/unit/version.rb
|
327
|
+
- test-unit/sample/adder.rb
|
328
|
+
- test-unit/sample/subtracter.rb
|
329
|
+
- test-unit/sample/tc_adder.rb
|
330
|
+
- test-unit/sample/tc_subtracter.rb
|
331
|
+
- test-unit/sample/ts_examples.rb
|
332
|
+
- test-unit/test/collector/test_descendant.rb
|
333
|
+
- test-unit/test/collector/test_dir.rb
|
334
|
+
- test-unit/test/collector/test_load.rb
|
335
|
+
- test-unit/test/collector/test_objectspace.rb
|
336
|
+
- test-unit/test/run-test.rb
|
337
|
+
- test-unit/test/test_assertions.rb
|
338
|
+
- test-unit/test/test_attribute.rb
|
339
|
+
- test-unit/test/test_color.rb
|
340
|
+
- test-unit/test/test_diff.rb
|
341
|
+
- test-unit/test/test_emacs_runner.rb
|
342
|
+
- test-unit/test/test_error.rb
|
343
|
+
- test-unit/test/test_failure.rb
|
344
|
+
- test-unit/test/test_fixture.rb
|
345
|
+
- test-unit/test/test_notification.rb
|
346
|
+
- test-unit/test/test_omission.rb
|
347
|
+
- test-unit/test/test_pending.rb
|
348
|
+
- test-unit/test/test_priority.rb
|
349
|
+
- test-unit/test/test_testcase.rb
|
350
|
+
- test-unit/test/test_testresult.rb
|
351
|
+
- test-unit/test/test_testsuite.rb
|
352
|
+
- test-unit/test/testunit_test_util.rb
|
353
|
+
- test-unit/test/ui/test_testrunmediator.rb
|
354
|
+
- test-unit/test/util/test_backtracefilter.rb
|
355
|
+
- test-unit/test/util/test_observable.rb
|
356
|
+
- test-unit/test/util/test_procwrapper.rb
|
357
|
+
- test/cairo-test-utils.rb
|
357
358
|
- test/run-test.rb
|
359
|
+
- test/test_constants.rb
|
360
|
+
- test/test_context.rb
|
361
|
+
- test/test_exception.rb
|
362
|
+
- test/test_font_extents.rb
|
363
|
+
- test/test_font_face.rb
|
364
|
+
- test/test_font_options.rb
|
358
365
|
- test/test_paper.rb
|
359
366
|
- test/test_pkg_config.rb
|
367
|
+
- test/test_scaled_font.rb
|
368
|
+
- test/test_surface.rb
|
369
|
+
- test/test_text_cluster.rb
|
370
|
+
- test/test_text_extents.rb
|
371
|
+
- test/test_text_to_glyphs_data.rb
|
360
372
|
- src/cairo.so
|
361
373
|
- src/libruby-cairo.a
|
362
374
|
- cairo
|
363
375
|
- cairo/manifest
|
364
|
-
- cairo/manifest/
|
365
|
-
- cairo/manifest/
|
366
|
-
- cairo/manifest/cairo-
|
376
|
+
- cairo/manifest/cairo-dev-1.6.4-2.mft
|
377
|
+
- cairo/manifest/libpng-dev-1.2.29.mft
|
378
|
+
- cairo/manifest/cairo-1.6.4-2.mft
|
379
|
+
- cairo/manifest/libpng-1.2.29.mft
|
367
380
|
- cairo/include
|
381
|
+
- cairo/include/png.h
|
368
382
|
- cairo/include/cairo
|
369
383
|
- cairo/include/cairo/cairo-svg.h
|
370
384
|
- cairo/include/cairo/cairo-features.h
|
@@ -373,16 +387,21 @@ files:
|
|
373
387
|
- cairo/include/cairo/cairo-ps.h
|
374
388
|
- cairo/include/cairo/cairo-pdf.h
|
375
389
|
- cairo/include/cairo/cairo.h
|
376
|
-
- cairo/include/
|
377
|
-
- cairo/include/libpng13/png.h
|
378
|
-
- cairo/include/libpng13/pngconf.h
|
390
|
+
- cairo/include/pngconf.h
|
379
391
|
- cairo/bin
|
380
392
|
- cairo/bin/libcairo-2.dll
|
381
393
|
- cairo/bin/zlib1.dll
|
382
|
-
- cairo/bin/
|
394
|
+
- cairo/bin/libpng12-0.dll
|
383
395
|
- cairo/make
|
384
|
-
- cairo/make/cairo-1.6.4-
|
396
|
+
- cairo/make/cairo-1.6.4-2.sh
|
397
|
+
- cairo/make/libpng-1.2.29.sh
|
385
398
|
- cairo/share
|
399
|
+
- cairo/share/man
|
400
|
+
- cairo/share/man/man5
|
401
|
+
- cairo/share/man/man5/png.5
|
402
|
+
- cairo/share/man/man3
|
403
|
+
- cairo/share/man/man3/libpngpf.3
|
404
|
+
- cairo/share/man/man3/libpng.3
|
386
405
|
- cairo/share/gtk-doc
|
387
406
|
- cairo/share/gtk-doc/html
|
388
407
|
- cairo/share/gtk-doc/html/cairo
|
@@ -438,13 +457,14 @@ files:
|
|
438
457
|
- cairo/share/gtk-doc/html/cairo/home.png
|
439
458
|
- cairo/share/gtk-doc/html/cairo/up.png
|
440
459
|
- cairo/share/doc
|
441
|
-
- cairo/share/doc/cairo-1.6.4-
|
442
|
-
- cairo/share/doc/cairo-1.6.4-
|
443
|
-
- cairo/share/doc/cairo-1.6.4-
|
444
|
-
- cairo/share/doc/cairo-1.6.4-
|
460
|
+
- cairo/share/doc/cairo-1.6.4-2
|
461
|
+
- cairo/share/doc/cairo-1.6.4-2/COPYING-MPL-1.1
|
462
|
+
- cairo/share/doc/cairo-1.6.4-2/COPYING-LGPL-2.1
|
463
|
+
- cairo/share/doc/cairo-1.6.4-2/COPYING
|
445
464
|
- cairo/lib
|
465
|
+
- cairo/lib/libpng.lib
|
446
466
|
- cairo/lib/pkgconfig
|
447
|
-
- cairo/lib/pkgconfig/
|
467
|
+
- cairo/lib/pkgconfig/libpng12.pc
|
448
468
|
- cairo/lib/pkgconfig/cairo-win32-font.pc
|
449
469
|
- cairo/lib/pkgconfig/cairo-pdf.pc
|
450
470
|
- cairo/lib/pkgconfig/cairo-ps.pc
|
@@ -457,7 +477,7 @@ files:
|
|
457
477
|
- cairo/lib/libpng.def
|
458
478
|
- cairo/lib/libcairo.dll.a
|
459
479
|
- cairo/lib/cairo.lib
|
460
|
-
- cairo/lib/
|
480
|
+
- cairo/lib/libpng12.dll.a
|
461
481
|
has_rdoc: false
|
462
482
|
homepage: http://cairographics.org/rcairo
|
463
483
|
post_install_message:
|
@@ -482,7 +502,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
482
502
|
requirements: []
|
483
503
|
|
484
504
|
rubyforge_project: cairo
|
485
|
-
rubygems_version: 1.
|
505
|
+
rubygems_version: 1.1.1
|
486
506
|
signing_key:
|
487
507
|
specification_version: 2
|
488
508
|
summary: Ruby bindings for cairo
|