ROADMAP: Note that PDF type 3 font support is done

This commit is contained in:
Carl Worth 2006-05-15 10:25:44 -07:00
parent 621ebc4726
commit c7ef4cb3f3

12
ROADMAP
View file

@ -51,24 +51,26 @@ cairo-1.4 (October 2006): Better performance
cairo 1.2.0 essential features
We don't expect to release without these being complete.
========================================================
PDF backend
PDF backend
✓1. Mark PDF backend as supported
✓a. Incorporate into test suite
✓b. Correct output for the entire test suite
2. Reasonable, native output for common uses
2. Reasonable, native output for common uses
✓a. Switch to using cairo_paginated_surface_t
✓b. Opaque text and images are all native
✓c. Translucent objects (using OVER) are also native
d. Text output uses PDF font features
✓d. Text output uses PDF font features (type 3)
Bug fixes with API implications
cairo_{ps,pdf}_surface_set_dpi have no effect (replace with cairo_surface_set_fallback_resolution)
cairo_set_line_width should immediately use CTM (see line-width-scale test case)
Bug fixes (For each XXXX, see: https://bugs.freedesktop.org/show_bug.cgi?id=XXXX )
4630 Fonts too large when drawing to image surface while printing
4863 stroking problems with wide dashed lines
FC_GLOBAL_ADVANCE (http://lists.freedesktop.org/archives/cairo/2005-August/004893.html)
✓4705 crash at XRenderAddGlyphs
cairo_{ps,pdf}_surface_set_dpi have no effect
cairo_set_line_width should immediately use CTM
_transform_glyph_bitmap http://lists.freedesktop.org/archives/cairo/2005-October/005564.html
6759 fontconfig option AntiAlias doesn't work in cairo 1.1.2
SVG/PS/PDF emit_glyph functions need to support bitmapped glyphs