TODO 1.5 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
- Use size_t in sanitize

B
Behdad Esfahbod 已提交
14
- Use templates instead of macros for objects?
B
Behdad Esfahbod 已提交
15 16 17 18

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

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

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

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

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

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

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

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

B
Behdad Esfahbod 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46
- 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 已提交
47 48 49 50 51 52 53

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

- Add hb_font_create_linear()?

- Add hb_shape_plan()/hb_shape_execute()
54

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

- SFNT api? get_num_faces?

- Full matrix instead of scale?

- Add segmentation API

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


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

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

B
Behdad Esfahbod 已提交
71 72 73 74

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

B
Behdad Esfahbod 已提交
75
- Avoid allocating blob objects internally for for_data() faces?
B
Behdad Esfahbod 已提交
76 77 78

- Add caching layer to hb-ft