|
|
|
@ -1,7 +1,9 @@ |
|
|
|
|
General fixes: |
|
|
|
|
============= |
|
|
|
|
|
|
|
|
|
- Fix TT 'kern' on/off and GPOS interaction (move kerning before GPOS) |
|
|
|
|
- In hb_shape(), assert if direction is INVALID. |
|
|
|
|
|
|
|
|
|
- Fix TT 'kern' on/off and GPOS interaction (move kerning before GPOS). |
|
|
|
|
|
|
|
|
|
- Do proper rounding when scaling from font space? May be a non-issue. |
|
|
|
|
|
|
|
|
@ -31,6 +33,7 @@ API issues to fix before 1.0: |
|
|
|
|
API additions |
|
|
|
|
============= |
|
|
|
|
|
|
|
|
|
- Buffer (de)serialize API ala hb-shape? |
|
|
|
|
- Move feature parsing from util into the library |
|
|
|
|
|
|
|
|
|
- Add hb-cairo glue |
|
|
|
@ -65,6 +68,7 @@ hb-view / hb-shape enhancements: |
|
|
|
|
|
|
|
|
|
- Add --width, --height, --auto-size, --align, etc? |
|
|
|
|
- Add XML and JSON formats to hb-shape |
|
|
|
|
- --features="init=medi=isol=fina=0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests to write: |
|
|
|
|