forked from gtkforphp/cairo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
32 lines (22 loc) · 982 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Surfaces to Finish:
Win32 Surfaces — Microsoft Windows surface support
Quartz Surfaces — Rendering to Quartz surfaces
XLib Surfaces — X Window System rendering using XLib
Font backends to Finish:
Quartz (CGFont) Fonts — Font support via CGFont on OS X
User Fonts — Font support with font data provided by the user
Paths:
Constructor and way to add data
Iterator for path object
Other:
API utilizing glyphs needs to be completed, a few functions in scaled font,
backend fonts, and CairoContext
Add ability to see values in matrix (read only properties, var_dump support) and
in other objects as well
clone handling
Maybe implement cairo_svg_surface_create_for_stream and similar, allowing
PHP callbacks/closures to be used as the callback
Helper methods to convert image surfaces for use with imagick/gmagick/etc
1. Finish code completion (see above)
2. Tests written (good code coverage wanted)
3. Documentation