6dac0be52988c2cb480c0668a4ee37e5d0ff1b72
[platform/upstream/harfbuzz.git] / TODO
1 General fixes:
2 =============
3
4 - Implement 'rand' feature.
5
6
7 API issues:
8 ===========
9
10 - API to accept a list of languages?
11
12 - Remove hb_ot_shape_glyphs_closure()?
13
14
15 API additions
16 =============
17
18 - Language to/from script.
19
20 - Add hb-cairo glue
21
22 - Add sanitize API (and a cached version, that saves result on blob user-data)
23
24 - BCP 47 language handling / API (language_matches?)
25
26 - Add hb_font_create_unscaled()?
27
28 - Add query / enumeration API for aalt-like features?
29
30 - Add segmentation API
31
32 - Add hb-fribidi glue?
33
34
35 hb-view / hb-shape enhancements:
36 ===============================
37
38 - Add --width, --height, --auto-size, --ink-box, --align, etc?