[TODO] Add hb-view items
[profile/ivi/org.tizen.video-player.git] / TODO
1 General fixes:
2 =============
3
4 - Instead of forming clusters immediately, only do it if we are reversing
5   the text.  We'd need a separate bit to indicate cluster start then.
6   Right now, BTW, for non-native direction runs, we get the cluster wrong...
7
8 - Fix tt kern on/off and GPOS interaction
9
10 - Remove fixed-size feature/lookup arrays in hb-ot-map
11
12 - Use templates instead of macros for objects?
13
14 API issues to fix before 1.0:
15 ============================
16
17 - Figure out how many .so objects, how to link, etc
18
19 - User-data support ala cairo
20
21 - Real subclassing support for vfunc vectors
22
23 - Add hb-cairo glue
24
25 - Fix blob, remove mutex, etc.
26
27 - Add sanitize API
28
29 - Add glib GBoxedType stuff
30
31
32 API to add (maybe after 1.0):
33 ============================
34
35 - Add hb_font_create_linear()?
36
37 - Add hb_shape_plan()/hb_shape_execute()
38
39 - Add query API for aalt-like features?
40
41 - SFNT api? get_num_faces?
42
43 - Full matrix instead of scale?
44
45 - Add segmentation API
46
47 - Add hb-fribidi?
48
49
50 hb-view enhancements:
51 ====================
52
53 - Add --output
54 - Add --format
55 - Add --width, --height, --auto-size, --align, etc?
56 - Port to GOption, --help
57 - Add XML and JSON formats
58
59
60 Build fixes:
61 ===========
62
63 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
64
65
66 Optimizations:
67 =============
68
69 - Avoid allocating blob objects internally for for_data() faces?
70
71 - Add caching layer to hb-ft
72