harfbuzz/TODO

68 lines
1.0 KiB
Plaintext
Raw Normal View History

2010-10-13 14:57:27 +00:00
General fixes:
=============
- Fix tt kern on/off
- Remove hb_internal_glyph_info_t, etc
- Remove synthesized GDEF
2010-10-13 18:20:48 +00:00
- Remove fixed-size feature/lookup arrays in hb-ot-map
2010-10-13 14:57:27 +00:00
- Use size_t in sanitize
API issues to fix before 1.0:
============================
- Sprinkle const all over public and private API
2010-09-23 14:28:51 +00:00
- Rename get_table to reference_table
2010-10-13 14:57:27 +00:00
- get_table shouldn't return NULL
2010-10-04 22:13:30 +00:00
2010-10-13 14:57:27 +00:00
- Use tags for hb_script_t?
2010-07-23 19:40:58 +00:00
2010-10-13 14:57:27 +00:00
- Figure out how many .so objects, how to link, etc
API to add (maybe after 1.0):
============================
- Add hb_font_create_linear()?
- Add hb_shape_plan()/hb_shape_execute()
2010-01-26 17:17:37 +00:00
2010-10-13 14:57:27 +00:00
- Add sanitize API
2010-07-22 22:12:38 +00:00
2010-10-13 14:57:27 +00:00
- Add query API for aalt-like features?
- SFNT api? get_num_faces?
- Full matrix instead of scale?
- Add hb-glib / hb-icu script conversion API
- Add segmentation API
- Add hb-cairo
- Add hb-fribidi
Build fixes:
===========
- GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
2010-01-26 17:17:37 +00:00
2009-11-04 01:27:05 +00:00
- Better define HB_INTERNAL
2009-11-03 16:36:06 +00:00
2010-10-13 14:57:27 +00:00
Optimizations:
=============
- Avoid allocating blob objects internally for for_data() faces
- Add caching layer to hb-ft