[TODO] Update
[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 API issues to fix before 1.0:
11 ============================
12
13 - Figure out how many .so objects, how to link, etc
14
15 - Real subclassing support for vfunc vectors
16
17 - Add hb-cairo glue
18
19 - Fix blob, remove mutex, etc.
20
21 - Add sanitize API
22
23 - Add glib GBoxedType stuff
24
25
26 API to add (maybe after 1.0):
27 ============================
28
29 - Add hb_font_create_linear()?
30
31 - Add hb_shape_plan()/hb_shape_execute()
32
33 - Add query API for aalt-like features?
34
35 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
36
37 - Full matrix instead of scale?
38
39 - Add segmentation API
40
41 - Add hb-fribidi?
42
43
44 hb-view enhancements:
45 ====================
46
47 - Add --format
48 - Add --width, --height, --auto-size, --align, etc?
49 - Port to GOption, --help
50 - Add XML and JSON formats
51
52
53 Optimizations:
54 =============
55
56 - Avoid allocating blob objects internally for for_data() faces?
57
58 - Add caching layer to hb-ft