[TODO] Add item re hb_buffer_resize()
[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 - Add hb_buffer_resize()?
19
20 - Rename / remove hb_buffer_add_glyph()?
21
22 - Sprinkle const all over public and private API
23
24 - Rename get_table to reference_table
25
26 - get_table shouldn't return NULL
27
28 - Use tags for hb_script_t
29
30 - Figure out how many .so objects, how to link, etc
31
32 - Shall y axis progress downward instead of upward?
33
34 - User-data support ala cairo
35
36 - Real subclassing support for vfunc vectors
37
38 - Investigate Mozilla's user-data issue, make sure it's addressed
39
40 - Add hb-glib / hb-icu two-way script conversion API
41
42 - Add hb-cairo glue
43
44 - Fix blob, remove mutex, etc.
45
46 - Add sanitize API (since may affect blob API)
47
48
49 API to add (maybe after 1.0):
50 ============================
51
52 - Add hb_font_create_linear()?
53
54 - Add hb_shape_plan()/hb_shape_execute()
55
56 - Add query API for aalt-like features?
57
58 - SFNT api? get_num_faces?
59
60 - Full matrix instead of scale?
61
62 - Add segmentation API
63
64 - Add hb-fribidi?
65
66
67 Build fixes:
68 ===========
69
70 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
71
72 - Better define HB_INTERNAL
73
74
75 Optimizations:
76 =============
77
78 - Avoid allocating blob objects internally for for_data() faces?
79
80 - Add caching layer to hb-ft
81