mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 06:08:01 +02:00
ROADMAP: Note that PDF type 3 font support is done
This commit is contained in:
parent
621ebc4726
commit
c7ef4cb3f3
1 changed files with 7 additions and 5 deletions
12
ROADMAP
12
ROADMAP
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue