72e9f3e1d078f1b83f5ad0320e2d6fe46663e285
[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 - Remove fixed-size feature/lookup arrays in hb-ot-map
11
12 - Use size_t in sanitize
13
14
15 API issues to fix before 1.0:
16 ============================
17
18 - Rename / remove hb_buffer_add_glyph()?
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 - Figure out how many .so objects, how to link, etc
29
30 - Shall y axis progress downward instead of upward?
31
32 - User-data support ala cairo
33
34 - Real subclassing support for vfunc vectors
35
36 - Investigate Mozilla's user-data issue, make sure it's addressed
37
38 - Add hb-glib / hb-icu two-way script conversion API
39
40 - Add hb-cairo glue
41
42 - Fix blob, remove mutex, etc.
43
44 - Add sanitize API (since may affect blob API)
45
46
47 API to add (maybe after 1.0):
48 ============================
49
50 - Add hb_font_create_linear()?
51
52 - Add hb_shape_plan()/hb_shape_execute()
53
54 - Add query API for aalt-like features?
55
56 - SFNT api? get_num_faces?
57
58 - Full matrix instead of scale?
59
60 - Add segmentation API
61
62 - Add hb-fribidi?
63
64
65 Build fixes:
66 ===========
67
68 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
69
70
71 Optimizations:
72 =============
73
74 - Avoid allocating blob objects internally for for_data() faces?
75
76 - Add caching layer to hb-ft
77