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