harfbuzz/TODO

86 lines
1.8 KiB
Plaintext
Raw Normal View History

2010-10-13 16:57:27 +02:00
General fixes:
=============
2011-05-25 15:56:06 +02:00
- Fix TT 'kern' on/off and GPOS interaction (move kerning before GPOS)
2010-10-13 16:57:27 +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
2012-04-12 04:04:42 +02:00
* vkna,hkna etc for kana, etc
2011-06-01 18:44:30 +02:00
2011-09-16 22:34:39 +02:00
- Move non-native direction and normalization handling to the generic non-OT
layer, such that uniscribe and other backends can use.
- Uniscribe backend needs to enforce one direction only, otherwise cluster
values can confused the user.
2012-04-12 03:54:37 +02:00
- GSUB ligation should call merge_clusters().
2011-05-25 15:56:06 +02:00
2010-10-13 16:57:27 +02:00
API issues to fix before 1.0:
============================
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)
API additions
=============
- Move feature parsing from util into the library
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-08-09 00:13:24 +02:00
- Add Uniscribe face / font get API
2011-05-14 02:25:38 +02:00
- BCP 47 language handling / API (language_matches?)
2011-05-12 03:08:31 +02:00
- Add hb_face_get_glyph_count()?
2010-10-13 16:57:27 +02:00
- Add hb_font_create_linear()?
2012-04-12 03:54:37 +02:00
- Add hb_shape_plan()/hb_shape_planned()
2010-01-26 18:17:37 +01:00
2010-10-13 16:57:27 +02:00
- 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?
- Add segmentation API
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?
2012-04-10 16:52:03 +02:00
- Add XML and JSON formats to hb-shape
2011-04-27 18:14:53 +02:00
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
2011-05-12 07:02:03 +02:00
2010-10-13 16:57:27 +02:00
Optimizations:
=============
2011-04-07 21:53:26 +02:00
- Avoid allocating blob objects internally for for_data() faces?
2010-10-13 16:57:27 +02:00
2012-04-10 16:52:03 +02:00
- Add caching layer to hb-ft?