TODO 1.9 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
  the text.  We'd need a separate bit to indicate cluster start then.
B
Minor  
Behdad Esfahbod 已提交
6 7 8

- Right now, BTW, for non-native direction runs, we get the cluster wrong...
  Should do min(input-glyphs.cluster)
B
Behdad Esfahbod 已提交
9

B
Behdad Esfahbod 已提交
10
- Fix TT 'kern' on/off and GPOS interaction (move kerning before GPOS)
B
Behdad Esfahbod 已提交
11

B
Minor  
Behdad Esfahbod 已提交
12 13
- Do proper rounding when scaling from font space?

B
Behdad Esfahbod 已提交
14 15 16 17 18 19 20 21
- Adjust default features for vertical text:

  * vrt2 preferred over vert; but if user selects vert, turn vrt2 off?
  * vkrn (enables vpal?  vpal anyone???);
  * valt: "This feature is mutually exclusive with all other glyph-height features (e.g. vhal and vpal),
          which should be turned off when it's applied. It deactivates the kern."


B
Behdad Esfahbod 已提交
22 23 24 25 26
API issues to fix before 1.0:
============================

- Figure out how many .so objects, how to link, etc

B
Behdad Esfahbod 已提交
27 28
- Add hb-cairo glue

B
Behdad Esfahbod 已提交
29 30 31
- Add sanitize API (and a cached version, that saves result on blob user-data)

- hb_shape() currently does a bit more than hb_ot_shape().  Shouldn't.
B
Behdad Esfahbod 已提交
32

B
Minor  
Behdad Esfahbod 已提交
33
- Add glib GBoxedType stuff and introspection
B
Behdad Esfahbod 已提交
34

B
Behdad Esfahbod 已提交
35 36 37 38

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

B
Behdad Esfahbod 已提交
39 40
- BCP 47 language handling / API (language_matches?)

B
Behdad Esfahbod 已提交
41 42
- Add hb_face_get_glyph_count()?

B
Behdad Esfahbod 已提交
43 44 45
- Add hb_font_create_linear()?

- Add hb_shape_plan()/hb_shape_execute()
46

B
Behdad Esfahbod 已提交
47 48
- Add query API for aalt-like features?

B
Behdad Esfahbod 已提交
49
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
B
Behdad Esfahbod 已提交
50 51 52 53 54

- Full matrix instead of scale?

- Add segmentation API

B
Behdad Esfahbod 已提交
55
- Add hb-fribidi?
B
Behdad Esfahbod 已提交
56 57


B
Behdad Esfahbod 已提交
58 59 60 61 62 63 64 65 66
hb-view enhancements:
====================

- Add --format
- Add --width, --height, --auto-size, --align, etc?
- Port to GOption, --help
- Add XML and JSON formats


B
Behdad Esfahbod 已提交
67 68 69 70 71
Tests to write:
==============

- ot-layout enumeration API (needs font)

B
Behdad Esfahbod 已提交
72 73
- Finish test-shape.c

B
Behdad Esfahbod 已提交
74

B
Behdad Esfahbod 已提交
75 76 77
Optimizations:
=============

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

- Add caching layer to hb-ft