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