gecko-dev/gfx/harfbuzz/TODO
Ryan VanderMeulen 6de5a51f67 Bug 1467108 - Update HarfBuzz to version 1.8.1. r=jfkthame
--HG--
extra : rebase_source : 6a7e7f4764a564f0561c6ceb3f7204bdaeb07a9c
2018-06-06 17:08:29 -04:00

39 lines
643 B
Plaintext

General fixes:
=============
- Implement 'rand' feature.
API issues:
===========
- API to accept a list of languages?
- Remove hb_ot_shape_glyphs_closure()?
API additions
=============
- Language to/from script.
- Add hb-cairo glue
- Add sanitize API (and a cached version, that saves result on blob user-data)
- BCP 47 language handling / API (language_matches?)
- Add hb_font_create_unscaled()?
- Add query / enumeration API for aalt-like features?
- Add segmentation API
- Add hb-fribidi glue?
hb-view / hb-shape enhancements:
===============================
- Add --width, --height, --auto-size, --ink-box, --align, etc?