WIP removing external synthesized GDEF support and implementing it internally
[profile/ivi/org.tizen.video-player.git] / TODO
1 General fixes:
2 =============
3
4 - Fix tt kern on/off
5
6 - Remove fixed-size feature/lookup arrays in hb-ot-map
7
8 - Use size_t in sanitize
9
10
11 API issues to fix before 1.0:
12 ============================
13
14 - Sprinkle const all over public and private API
15
16 - Rename get_table to reference_table
17
18 - get_table shouldn't return NULL
19
20 - Use tags for hb_script_t?
21
22 - Figure out how many .so objects, how to link, etc
23
24
25 API to add (maybe after 1.0):
26 ============================
27
28 - Add hb_font_create_linear()?
29
30 - Add hb_shape_plan()/hb_shape_execute()
31
32 - Add sanitize API
33
34 - Add query API for aalt-like features?
35
36 - SFNT api? get_num_faces?
37
38 - Full matrix instead of scale?
39
40 - Add hb-glib / hb-icu script conversion API
41
42 - Add segmentation API
43
44 - Add hb-cairo
45
46 - Add hb-fribidi
47
48
49 Build fixes:
50 ===========
51
52 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
53
54 - Better define HB_INTERNAL
55
56
57 Optimizations:
58 =============
59
60 - Avoid allocating blob objects internally for for_data() faces
61
62 - Add caching layer to hb-ft
63