2010-10-13 14:57:27 +00:00
|
|
|
General fixes:
|
|
|
|
=============
|
|
|
|
|
2012-10-24 21:02:15 +00:00
|
|
|
- AAT 'morx' implementation.
|
|
|
|
|
|
|
|
- Return "safe-to-break" bit from shaping.
|
|
|
|
|
|
|
|
- Implement 'rand' feature.
|
|
|
|
|
2012-08-08 19:27:14 +00:00
|
|
|
- mask propagation? (when ligation, "or" the masks).
|
2012-07-27 08:02:38 +00:00
|
|
|
|
2012-05-24 02:00:25 +00:00
|
|
|
- Warn at compile time (and runtime with HB_DEBUG?) if no Unicode / font
|
|
|
|
funcs found / set.
|
2012-04-17 17:42:30 +00:00
|
|
|
|
2013-09-04 00:11:01 +00:00
|
|
|
- Do proper rounding when scaling from font space? May be a non-issue.
|
|
|
|
|
2011-06-01 16:44:30 +00:00
|
|
|
- Misc features:
|
|
|
|
* init/medi/fina/isol for non-cursive scripts
|
|
|
|
|
2011-05-25 13:56:06 +00:00
|
|
|
|
2010-10-13 14:57:27 +00:00
|
|
|
API issues to fix before 1.0:
|
|
|
|
============================
|
|
|
|
|
2013-05-29 19:30:54 +00:00
|
|
|
- API to accept a list of languages?
|
2012-05-24 02:00:25 +00:00
|
|
|
|
|
|
|
- Add init_func to font_funcs. Adjust ft.
|
|
|
|
|
2013-05-29 19:30:54 +00:00
|
|
|
- hb-ft load_flags issues.
|
|
|
|
|
2011-05-27 20:05:01 +00:00
|
|
|
- Add pkg-config files for glue codes (harfbuzz-glib, etc)
|
|
|
|
|
2012-04-12 01:54:37 +00:00
|
|
|
- 'const' for getter APIs? (use mutable internally)
|
|
|
|
|
2013-08-09 13:41:48 +00:00
|
|
|
- Remove hb_ot_shape_glyphs_closure()?
|
|
|
|
|
2012-04-12 01:54:37 +00:00
|
|
|
|
|
|
|
API additions
|
|
|
|
=============
|
|
|
|
|
2012-06-12 13:52:57 +00:00
|
|
|
- Language to/from script.
|
|
|
|
|
2013-05-29 19:30:54 +00:00
|
|
|
- blob_from_file?
|
2012-05-27 15:29:21 +00:00
|
|
|
|
2011-04-07 19:53:26 +00:00
|
|
|
- Add hb-cairo glue
|
|
|
|
|
2011-05-25 13:56:06 +00:00
|
|
|
- Add sanitize API (and a cached version, that saves result on blob user-data)
|
|
|
|
|
2011-05-14 00:25:38 +00:00
|
|
|
- BCP 47 language handling / API (language_matches?)
|
|
|
|
|
2013-08-30 23:45:13 +00:00
|
|
|
- Add hb_font_create_unscaled()?
|
2010-10-13 14:57:27 +00:00
|
|
|
|
2013-05-29 19:30:54 +00:00
|
|
|
- Add query / enumeration API for aalt-like features?
|
2010-10-13 14:57:27 +00:00
|
|
|
|
2011-05-06 23:30:46 +00:00
|
|
|
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
|
2010-10-13 14:57:27 +00:00
|
|
|
|
|
|
|
- Add segmentation API
|
|
|
|
|
2012-04-12 01:54:37 +00:00
|
|
|
- Add hb-fribidi glue?
|
|
|
|
|
2010-10-13 14:57:27 +00:00
|
|
|
|
2012-04-10 14:52:03 +00:00
|
|
|
hb-view / hb-shape enhancements:
|
|
|
|
===============================
|
2011-04-27 16:14:53 +00:00
|
|
|
|
2013-08-30 23:45:13 +00:00
|
|
|
- Add --width, --height, --auto-size, --ink-box, --align, etc?
|
2011-04-27 16:14:53 +00:00
|
|
|
|
|
|
|
|
2011-05-12 05:02:03 +00:00
|
|
|
Tests to write:
|
|
|
|
==============
|
|
|
|
|
|
|
|
- ot-layout enumeration API (needs font)
|
|
|
|
|
2011-07-08 03:47:19 +00:00
|
|
|
- Finish test-shape.c, grep for TODO
|
|
|
|
|
|
|
|
- Finish test-unicode.c, grep for TODO
|
2011-05-25 18:43:10 +00:00
|
|
|
|
2012-04-14 22:47:07 +00:00
|
|
|
- GObject, FreeType, etc
|
|
|
|
|
2012-05-18 02:04:45 +00:00
|
|
|
- hb_cache_t and relatives
|
2012-09-07 02:09:06 +00:00
|
|
|
|
|
|
|
- hb_feature_to/from_string
|
2012-09-07 02:26:16 +00:00
|
|
|
- hb_buffer_[sg]et_contents
|