TODO 1.6 KB
Newer Older
B
Behdad Esfahbod 已提交
1 2 3
General fixes:
=============

B
Behdad Esfahbod 已提交
4
- Instead of forming clusters immediately, only do it if we are reversing
B
Behdad Esfahbod 已提交
5 6
  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...
B
Behdad Esfahbod 已提交
7

B
Behdad Esfahbod 已提交
8
- Fix tt kern on/off and GPOS interaction
B
Behdad Esfahbod 已提交
9

B
Behdad Esfahbod 已提交
10 11
- Remove fixed-size feature/lookup arrays in hb-ot-map

B
Behdad Esfahbod 已提交
12 13 14 15 16 17
- Use size_t in sanitize


API issues to fix before 1.0:
============================

18 19
- Add hb_buffer_resize()?

B
Behdad Esfahbod 已提交
20 21
- Rename / remove hb_buffer_add_glyph()?

B
Behdad Esfahbod 已提交
22 23
- Sprinkle const all over public and private API

B
Behdad Esfahbod 已提交
24 25
- Rename get_table to reference_table

B
Behdad Esfahbod 已提交
26
- get_table shouldn't return NULL
B
Behdad Esfahbod 已提交
27

B
Behdad Esfahbod 已提交
28
- Use tags for hb_script_t
B
Behdad Esfahbod 已提交
29

B
Behdad Esfahbod 已提交
30 31
- Figure out how many .so objects, how to link, etc

B
Behdad Esfahbod 已提交
32 33
- Shall y axis progress downward instead of upward?

B
Behdad Esfahbod 已提交
34 35 36 37 38 39 40 41 42 43 44 45 46 47
- 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)

B
Behdad Esfahbod 已提交
48 49 50 51 52 53 54

API to add (maybe after 1.0):
============================

- Add hb_font_create_linear()?

- Add hb_shape_plan()/hb_shape_execute()
55

B
Behdad Esfahbod 已提交
56 57 58 59 60 61 62 63
- Add query API for aalt-like features?

- SFNT api? get_num_faces?

- Full matrix instead of scale?

- Add segmentation API

B
Behdad Esfahbod 已提交
64
- Add hb-fribidi?
B
Behdad Esfahbod 已提交
65 66 67 68 69 70


Build fixes:
===========

- GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
71

B
Behdad Esfahbod 已提交
72
- Better define HB_INTERNAL
B
Behdad Esfahbod 已提交
73

B
Behdad Esfahbod 已提交
74 75 76 77

Optimizations:
=============

B
Behdad Esfahbod 已提交
78
- Avoid allocating blob objects internally for for_data() faces?
B
Behdad Esfahbod 已提交
79 80 81

- Add caching layer to hb-ft