2010-10-13 16:57:27 +02:00
|
|
|
General fixes:
|
|
|
|
=============
|
|
|
|
|
|
|
|
- Fix tt kern on/off
|
|
|
|
|
|
|
|
- Remove hb_internal_glyph_info_t, etc
|
|
|
|
|
|
|
|
- Remove synthesized GDEF
|
|
|
|
|
2010-10-13 20:20:48 +02:00
|
|
|
- Remove fixed-size feature/lookup arrays in hb-ot-map
|
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- Use size_t in sanitize
|
|
|
|
|
|
|
|
|
|
|
|
API issues to fix before 1.0:
|
|
|
|
============================
|
|
|
|
|
|
|
|
- Sprinkle const all over public and private API
|
|
|
|
|
2010-09-23 16:28:51 +02:00
|
|
|
- Rename get_table to reference_table
|
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- get_table shouldn't return NULL
|
2010-10-05 00:13:30 +02:00
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- Use tags for hb_script_t?
|
2010-07-23 21:40:58 +02:00
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- Future-proof metrics struct
|
2010-09-22 23:12:10 +02:00
|
|
|
|
2010-10-13 16:57:27 +02: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 18:17:37 +01:00
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- Add sanitize API
|
2010-07-23 00:12:38 +02:00
|
|
|
|
2010-10-13 16:57:27 +02: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 18:17:37 +01:00
|
|
|
|
2009-11-04 02:27:05 +01:00
|
|
|
- Better define HB_INTERNAL
|
2009-11-03 17:36:06 +01:00
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
|
|
|
|
Optimizations:
|
|
|
|
=============
|
|
|
|
|
|
|
|
- Avoid allocating blob objects internally for for_data() faces
|
|
|
|
|
|
|
|
- Add caching layer to hb-ft
|
|
|
|
|