update changelog and nuke extra spec file
[profile/ivi/org.tizen.video-player.git] / TODO
1 General fixes:
2 =============
3
4 - Fix TT 'kern' on/off and GPOS interaction (move kerning before GPOS)
5
6 - Do proper rounding when scaling from font space?
7
8 - Misc features:
9   * init/medi/fina/isol for non-cursive scripts
10   * vkna,hkna etc for kana, *jmo for hangul, etc
11
12
13 API issues to fix before 1.0:
14 ============================
15
16 - Add pkg-config files for glue codes (harfbuzz-glib, etc)
17
18 - Figure out how many .so objects, how to link, etc
19
20 - Add hb-cairo glue
21
22 - Add sanitize API (and a cached version, that saves result on blob user-data)
23
24 - hb_shape() currently does a bit more than hb_ot_shape().  Shouldn't.
25
26 - Add glib GBoxedType stuff and introspection
27
28
29 API to add (maybe after 1.0):
30 ============================
31
32 - BCP 47 language handling / API (language_matches?)
33
34 - Add hb_face_get_glyph_count()?
35
36 - Add hb_font_create_linear()?
37
38 - Add hb_shape_plan()/hb_shape_execute()
39
40 - Add query API for aalt-like features?
41
42 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
43
44 - Full matrix instead of scale?
45
46 - Add segmentation API
47
48 - Add hb-fribidi?
49
50
51 hb-view enhancements:
52 ====================
53
54 - Add --format
55 - Add --width, --height, --auto-size, --align, etc?
56 - Port to GOption, --help
57 - Add XML and JSON formats
58
59
60 Tests to write:
61 ==============
62
63 - ot-layout enumeration API (needs font)
64
65 - Finish test-shape.c, grep for TODO
66
67 - Finish test-unicode.c, grep for TODO
68
69
70 Optimizations:
71 =============
72
73 - Avoid allocating blob objects internally for for_data() faces?
74
75 - Add caching layer to hb-ft