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