xref: /haiku/src/servers/app/drawing/Painter/TODO (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1Test:
2
3* "composite" alpha blending modes
4
5* BShape conversion and rendering
6
7* Bezier curve rendering
8
9* other color spaces (currently uses BBitmap::ImportBits(),
10	which is only available on Haiku)
11
12
13
14Implement:
15
16* "escapment_delta" text rendering
17
18* font shearing
19
20(* handling of other BBitmap colorspaces)
21
22
23
24Improve:
25
26* make special case versions of some functions:
27
28- horizontal/vertical lines
29- horizonzal text rendering, using scanline cache
30
31* make special verions of DrawingModes for B_SOLID_* patterns
32
33* get rid of virtual function use in DrawingMode framework
34
35