|
Revision 462, 0.8 kB
(checked in by tal, 1 year ago)
|
Did some stuff. |
| Line | |
|---|
| 1 |
- the GlyphRecord object is getting messy. Look into |
|---|
| 2 |
consolidating all the various private reference attributes. |
|---|
| 3 |
- the various private contextual attrs should be moved to properties. |
|---|
| 4 |
- make the various Count attributes properties. |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
Not yet supported: |
|---|
| 8 |
GSUB Lookup Type 8 (Reverse Chaining Context) |
|---|
| 9 |
LookupFlag.RightToLeft |
|---|
| 10 |
|
|---|
| 11 |
Skipped: |
|---|
| 12 |
- should the glyph width be calculated into the glyph record's |
|---|
| 13 |
x-advance before returning it to the caller? |
|---|
| 14 |
- no. that is the responsibility of a render. |
|---|
| 15 |
- need to handle featureRecord.FeatureParams if they exist (fontTools does not read these) |
|---|
| 16 |
- make rand feature support smarter. look back through the |
|---|
| 17 |
processed glyphs and find the alternate that has occurred |
|---|
| 18 |
least frequently and farthest away. (this was skipped because |
|---|
| 19 |
the rand feature is not such a good idea to begin with) |
|---|