[Vertical] Apply vertical features
[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 (move kerning before GPOS)
11
12 - Do proper rounding when scaling from font space?
13
14
15 API issues to fix before 1.0:
16 ============================
17
18 - Add pkg-config files for glue codes (harfbuzz-glib, etc)
19
20 - Figure out how many .so objects, how to link, etc
21
22 - Add hb-cairo glue
23
24 - Add sanitize API (and a cached version, that saves result on blob user-data)
25
26 - hb_shape() currently does a bit more than hb_ot_shape().  Shouldn't.
27
28 - Add glib GBoxedType stuff and introspection
29
30
31 API to add (maybe after 1.0):
32 ============================
33
34 - BCP 47 language handling / API (language_matches?)
35
36 - Add hb_face_get_glyph_count()?
37
38 - Add hb_font_create_linear()?
39
40 - Add hb_shape_plan()/hb_shape_execute()
41
42 - Add query API for aalt-like features?
43
44 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
45
46 - Full matrix instead of scale?
47
48 - Add segmentation API
49
50 - Add hb-fribidi?
51
52
53 hb-view enhancements:
54 ====================
55
56 - Add --format
57 - Add --width, --height, --auto-size, --align, etc?
58 - Port to GOption, --help
59 - Add XML and JSON formats
60
61
62 Tests to write:
63 ==============
64
65 - ot-layout enumeration API (needs font)
66
67 - Finish test-shape.c
68
69
70 Optimizations:
71 =============
72
73 - Avoid allocating blob objects internally for for_data() faces?
74
75 - Add caching layer to hb-ft