[API] Add support for vertical text
[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
7 - Right now, BTW, for non-native direction runs, we get the cluster wrong...
8   Should do min(input-glyphs.cluster)
9
10 - Fix tt kern on/off and GPOS interaction
11
12 - Do proper rounding when scaling from font space?
13
14 API issues to fix before 1.0:
15 ============================
16
17 - Figure out how many .so objects, how to link, etc
18
19 - Add hb-cairo glue
20
21 - Add sanitize API
22
23 - Add glib GBoxedType stuff and introspection
24
25
26 API to add (maybe after 1.0):
27 ============================
28
29 - BCP 47 language handling / API (language_matches?)
30
31 - Add hb_face_get_glyph_count()?
32
33 - Add hb_font_create_linear()?
34
35 - Add hb_shape_plan()/hb_shape_execute()
36
37 - Add query API for aalt-like features?
38
39 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
40
41 - Full matrix instead of scale?
42
43 - Add segmentation API
44
45 - Add hb-fribidi?
46
47
48 hb-view enhancements:
49 ====================
50
51 - Add --format
52 - Add --width, --height, --auto-size, --align, etc?
53 - Port to GOption, --help
54 - Add XML and JSON formats
55
56
57 Tests to write:
58 ==============
59
60 - ot-layout enumeration API (needs font)
61
62
63 Optimizations:
64 =============
65
66 - Avoid allocating blob objects internally for for_data() faces?
67
68 - Add caching layer to hb-ft