[API] Simplify blob API, remove lock
[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 - Add sanitize API
20
21 - Add glib GBoxedType stuff
22
23
24 API to add (maybe after 1.0):
25 ============================
26
27 - Add hb_font_create_linear()?
28
29 - Add hb_shape_plan()/hb_shape_execute()
30
31 - Add query API for aalt-like features?
32
33 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
34
35 - Full matrix instead of scale?
36
37 - Add segmentation API
38
39 - Add hb-fribidi?
40
41
42 hb-view enhancements:
43 ====================
44
45 - Add --format
46 - Add --width, --height, --auto-size, --align, etc?
47 - Port to GOption, --help
48 - Add XML and JSON formats
49
50
51 Optimizations:
52 =============
53
54 - Avoid allocating blob objects internally for for_data() faces?
55
56 - Add caching layer to hb-ft