harfbuzz/TODO

43 lines
690 B
Plaintext
Raw Normal View History

2010-10-13 14:57:27 +00:00
General fixes:
=============
2012-10-24 21:02:15 +00:00
- Implement 'rand' feature.
2012-04-17 17:42:30 +00:00
API issues:
===========
2010-10-13 14:57:27 +00:00
2013-05-29 19:30:54 +00:00
- API to accept a list of languages?
2012-05-24 02:00:25 +00:00
2013-08-09 13:41:48 +00:00
- Remove hb_ot_shape_glyphs_closure()?
2012-04-12 01:54:37 +00:00
API additions
=============
2012-06-12 13:52:57 +00:00
- Language to/from script.
2013-05-29 19:30:54 +00:00
- blob_from_file?
2011-04-07 19:53:26 +00:00
- Add hb-cairo glue
2011-05-25 13:56:06 +00:00
- Add sanitize API (and a cached version, that saves result on blob user-data)
2011-05-14 00:25:38 +00:00
- BCP 47 language handling / API (language_matches?)
2013-08-30 23:45:13 +00:00
- Add hb_font_create_unscaled()?
2010-10-13 14:57:27 +00:00
2013-05-29 19:30:54 +00:00
- Add query / enumeration API for aalt-like features?
2010-10-13 14:57:27 +00:00
2018-02-17 01:08:44 +00:00
- SFNT api? get_num_faces?
2010-10-13 14:57:27 +00:00
- Add segmentation API
2012-04-12 01:54:37 +00:00
- Add hb-fribidi glue?
2010-10-13 14:57:27 +00:00
2012-04-10 14:52:03 +00:00
hb-view / hb-shape enhancements:
===============================
2011-04-27 16:14:53 +00:00
2013-08-30 23:45:13 +00:00
- Add --width, --height, --auto-size, --ink-box, --align, etc?