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