harfbuzz/TODO

63 lines
1.2 KiB
Plaintext
Raw Normal View History

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
2011-04-16 01:16:34 +02:00
- Use templates instead of macros for objects?
2010-10-13 16:57:27 +02:00
API issues to fix before 1.0:
============================
- Figure out how many .so objects, how to link, etc
2011-04-07 21:53:26 +02:00
- User-data support ala cairo
- Real subclassing support for vfunc vectors
- Add hb-cairo glue
- Fix blob, remove mutex, etc.
2011-04-21 22:03:59 +02:00
- Add sanitize API
2011-04-07 21:53:26 +02:00
2011-04-20 22:40:56 +02:00
- Add glib GBoxedType stuff
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
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