2010-10-13 16:57:27 +02:00
|
|
|
General fixes:
|
|
|
|
=============
|
|
|
|
|
2010-11-17 19:08:47 +01:00
|
|
|
- Instead of forming clusters immediately, only do it if we are reversing
|
2011-04-07 21:53:26 +02:00
|
|
|
the text. We'd need a separate bit to indicate cluster start then.
|
|
|
|
Right now, BTW, for non-native direction runs, we get the cluster wrong...
|
2010-11-17 19:08:47 +01:00
|
|
|
|
2011-04-07 21:53:26 +02:00
|
|
|
- Fix tt kern on/off and GPOS interaction
|
2010-10-13 16:57:27 +02:00
|
|
|
|
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
|
|
|
|
2011-04-07 21:53:26 +02:00
|
|
|
- Use tags for hb_script_t
|
2010-07-23 21:40:58 +02:00
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
- Figure out how many .so objects, how to link, etc
|
|
|
|
|
2010-11-05 15:51:37 +01:00
|
|
|
- Shall y axis progress downward instead of upward?
|
|
|
|
|
2011-04-07 21:53:26 +02:00
|
|
|
- User-data support ala cairo
|
|
|
|
|
|
|
|
- Real subclassing support for vfunc vectors
|
|
|
|
|
|
|
|
- Investigate Mozilla's user-data issue, make sure it's addressed
|
|
|
|
|
|
|
|
- Add hb-glib / hb-icu two-way script conversion API
|
|
|
|
|
|
|
|
- Add hb-cairo glue
|
|
|
|
|
|
|
|
- Fix blob, remove mutex, etc.
|
|
|
|
|
|
|
|
- Add sanitize API (since may affect blob API)
|
|
|
|
|
2010-10-13 16:57:27 +02:00
|
|
|
|
|
|
|
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 query API for aalt-like features?
|
|
|
|
|
|
|
|
- SFNT api? get_num_faces?
|
|
|
|
|
|
|
|
- Full matrix instead of scale?
|
|
|
|
|
|
|
|
- Add segmentation API
|
|
|
|
|
2011-04-07 21:53:26 +02:00
|
|
|
- Add hb-fribidi?
|
2010-10-13 16:57:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
=============
|
|
|
|
|
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
|
|
|
|
|
|
|
- Add caching layer to hb-ft
|
|
|
|
|