HarfBuzz text shaping engine http://harfbuzz.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
690 B

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