tenfourfox/gfx/harfbuzz/TODO

70 lines
1.2 KiB
Plaintext
Raw Normal View History

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