2012-02-14 12:03:01 +04:00
|
|
|
General fixes:
|
|
|
|
=============
|
2010-11-20 20:49:12 +03:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- AAT 'morx' implementation.
|
2010-11-20 20:49:12 +03:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Return "safe-to-break" bit from shaping.
|
2010-11-20 20:49:12 +03:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Implement 'rand' feature.
|
2010-11-20 20:49:12 +03:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- mask propagation? (when ligation, "or" the masks).
|
2010-06-11 23:14:37 +04:00
|
|
|
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
API issues:
|
|
|
|
===========
|
2010-06-11 23:14:37 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- API to accept a list of languages?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add init_func to font_funcs. Adjust ft.
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- 'const' for getter APIs? (use mutable internally)
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Remove hb_ot_shape_glyphs_closure()?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
API additions
|
|
|
|
=============
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Language to/from script.
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- blob_from_file?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add hb-cairo glue
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add sanitize API (and a cached version, that saves result on blob user-data)
|
2012-02-14 12:03:01 +04:00
|
|
|
|
|
|
|
- BCP 47 language handling / API (language_matches?)
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add hb_font_create_unscaled()?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add query / enumeration API for aalt-like features?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
|
|
|
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
|
|
|
|
|
|
|
|
- Add segmentation API
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add hb-fribidi glue?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
hb-view / hb-shape enhancements:
|
|
|
|
===============================
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- Add --width, --height, --auto-size, --ink-box, --align, etc?
|
2012-02-14 12:03:01 +04:00
|
|
|
|
|
|
|
|
|
|
|
Tests to write:
|
|
|
|
==============
|
|
|
|
|
|
|
|
- ot-layout enumeration API (needs font)
|
|
|
|
|
|
|
|
- Finish test-shape.c, grep for TODO
|
|
|
|
|
|
|
|
- Finish test-unicode.c, grep for TODO
|
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- GObject, FreeType, etc
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- hb_cache_t and relatives
|
2012-02-14 12:03:01 +04:00
|
|
|
|
2016-10-26 12:53:00 +03:00
|
|
|
- hb_feature_to/from_string
|
|
|
|
- hb_buffer_[sg]et_contents
|