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