harfbuzz/TODO

69 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
the text. We'd need a separate bit to indicate cluster start then
2010-10-13 16:57:27 +02:00
- Fix tt kern on/off
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
- 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?
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 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