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