harfbuzz/TODO

88 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

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