blob: 53ffbe9d00a2cfa1d309905e2ef17ef3c007e660 [file] [log] [blame]
Behdad Esfahbod04a30232010-10-13 10:57:27 -04001General fixes:
2=============
3
Behdad Esfahboda7241392012-10-24 14:02:15 -07004- Implement 'rand' feature.
5
Behdad Esfahboda0d4cae2012-04-17 13:42:30 -04006
Behdad Esfahbod49fe6ec2016-02-24 19:10:06 +09007API issues:
8===========
Behdad Esfahbod04a30232010-10-13 10:57:27 -04009
Behdad Esfahbodc1824da2013-05-29 15:30:54 -040010- API to accept a list of languages?
Behdad Esfahbod3b9b7132012-05-23 22:00:25 -040011
Behdad Esfahbod7cd4a712013-08-09 09:41:48 -040012- Remove hb_ot_shape_glyphs_closure()?
13
Behdad Esfahbod3baae242012-04-11 21:54:37 -040014
15API additions
16=============
17
Behdad Esfahbodd3c81152012-06-12 09:52:57 -040018- Language to/from script.
19
Behdad Esfahbodc1824da2013-05-29 15:30:54 -040020- blob_from_file?
Behdad Esfahbodbce09552012-05-27 11:29:21 -040021
Behdad Esfahbod4accc922011-04-07 15:53:26 -040022- Add hb-cairo glue
23
Behdad Esfahbodff7cbd02011-05-25 09:56:06 -040024- Add sanitize API (and a cached version, that saves result on blob user-data)
25
Behdad Esfahbod13680182011-05-13 20:25:38 -040026- BCP 47 language handling / API (language_matches?)
27
Behdad Esfahbod81a007f2013-08-30 19:45:13 -040028- Add hb_font_create_unscaled()?
Behdad Esfahbod04a30232010-10-13 10:57:27 -040029
Behdad Esfahbodc1824da2013-05-29 15:30:54 -040030- Add query / enumeration API for aalt-like features?
Behdad Esfahbod04a30232010-10-13 10:57:27 -040031
Behdad Esfahbod181b7472018-02-16 17:08:44 -080032- SFNT api? get_num_faces?
Behdad Esfahbod04a30232010-10-13 10:57:27 -040033
Behdad Esfahbod04a30232010-10-13 10:57:27 -040034- Add segmentation API
35
Behdad Esfahbod3baae242012-04-11 21:54:37 -040036- Add hb-fribidi glue?
37
Behdad Esfahbod04a30232010-10-13 10:57:27 -040038
Behdad Esfahbod0b6d2ac2012-04-10 10:52:03 -040039hb-view / hb-shape enhancements:
40===============================
Behdad Esfahbodeb5796f2011-04-27 12:14:53 -040041
Behdad Esfahbod81a007f2013-08-30 19:45:13 -040042- Add --width, --height, --auto-size, --ink-box, --align, etc?