TODO 624 字节
Newer Older
B
Behdad Esfahbod 已提交
1 2
- Rename get_table to reference_table

B
Behdad Esfahbod 已提交
3 4
- Avoid allocating blob objects internally for for_data() faces

B
Behdad Esfahbod 已提交
5 6 7
- head table access cleanup (div by zero now!)
- cache various expensive scale computation

B
Behdad Esfahbod 已提交
8 9
- SFNT api?  get_num_faces?

B
Behdad Esfahbod 已提交
10
- GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
11

B
Behdad Esfahbod 已提交
12 13
- Make sure LangSys default feature is only applied once...

14 15
- kern/GPOS interaction

16
- Use size_t in sanitize?
B
Behdad Esfahbod 已提交
17
- Better define HB_INTERNAL
B
Behdad Esfahbod 已提交
18
- Future-proof metrics struct
B
Behdad Esfahbod 已提交
19 20 21 22 23

hb-ot:
- Rename hb_internal_glyph_info_t to hb_ot_glyph_info_t
- Add query API for aalt-like features
- HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH vs LookupType::... mess