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