e95dd4f52ab39d34f9ad4f6632e95d590f4598f0
[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 API issues to fix before 1.0:
13 ============================
14
15 - Figure out how many .so objects, how to link, etc
16
17 - Real subclassing support for vfunc vectors
18
19 - Add hb-cairo glue
20
21 - Fix blob, remove mutex, etc.
22
23 - Add sanitize API
24
25 - Add glib GBoxedType stuff
26
27
28 API to add (maybe after 1.0):
29 ============================
30
31 - Add hb_font_create_linear()?
32
33 - Add hb_shape_plan()/hb_shape_execute()
34
35 - Add query API for aalt-like features?
36
37 - SFNT api? get_num_faces?
38
39 - Full matrix instead of scale?
40
41 - Add segmentation API
42
43 - Add hb-fribidi?
44
45
46 hb-view enhancements:
47 ====================
48
49 - Add --format
50 - Add --width, --height, --auto-size, --align, etc?
51 - Port to GOption, --help
52 - Add XML and JSON formats
53
54
55 Build fixes:
56 ===========
57
58 - GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
59
60
61 Optimizations:
62 =============
63
64 - Avoid allocating blob objects internally for for_data() faces?
65
66 - Add caching layer to hb-ft
67