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.

82 lines
1.5 KiB

General fixes:
=============
12 years ago
- AAT 'morx' implementation.
- Return "safe-to-break" bit from shaping.
- Implement 'rand' feature.
12 years ago
- mask propagation? (when ligation, "or" the masks).
13 years ago
- Warn at compile time (and runtime with HB_DEBUG?) if no Unicode / font
funcs found / set.
13 years ago
14 years ago
- Misc features:
* init/medi/fina/isol for non-cursive scripts
14 years ago
API issues to fix before 1.0:
============================
11 years ago
- API to accept a list of languages?
13 years ago
- Add init_func to font_funcs. Adjust ft.
11 years ago
- hb-ft load_flags issues.
- get_glyph() / get_glyph_variant()?
14 years ago
- Add pkg-config files for glue codes (harfbuzz-glib, etc)
13 years ago
- 'const' for getter APIs? (use mutable internally)
API additions
=============
12 years ago
- Language to/from script.
11 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
- Add glib GBoxedType stuff and introspection
14 years ago
- BCP 47 language handling / API (language_matches?)
- Add hb_font_create_linear()?
11 years ago
- Add query / enumeration API for aalt-like features?
14 years ago
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
- Add segmentation API
13 years ago
- Add hb-fribidi glue?
13 years ago
hb-view / hb-shape enhancements:
===============================
- Add --width, --height, --auto-size, --align, etc?
14 years ago
Tests to write:
==============
- ot-layout enumeration API (needs font)
- Finish test-shape.c, grep for TODO
- Finish test-unicode.c, grep for TODO
14 years ago
13 years ago
- GObject, FreeType, etc
- hb_cache_t and relatives
- hb_feature_to/from_string
- hb_buffer_[sg]et_contents