53ffbe9d00a2cfa1d309905e2ef17ef3c007e660
[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 - blob_from_file?
21
22 - Add hb-cairo glue
23
24 - Add sanitize API (and a cached version, that saves result on blob user-data)
25
26 - BCP 47 language handling / API (language_matches?)
27
28 - Add hb_font_create_unscaled()?
29
30 - Add query / enumeration API for aalt-like features?
31
32 - SFNT api? get_num_faces?
33
34 - Add segmentation API
35
36 - Add hb-fribidi glue?
37
38
39 hb-view / hb-shape enhancements:
40 ===============================
41
42 - Add --width, --height, --auto-size, --ink-box, --align, etc?