Behdad Esfahbod
Behdad Esfahbod
> I'm a bit surprised to see `axisValues` as int16 rather than as float representing F2DOT14. Do we do this anywhere else in TTX? That's a good point. I'll see...
> I'm a bit surprised to see `axisValues` as int16 rather than as float representing F2DOT14. Do we do this anywhere else in TTX? So if I keep these in...
> I'm a bit surprised to see `axisValues` as int16 rather than as float representing F2DOT14. Do we do this anywhere else in TTX? Fixed.
Okay. I'll take care of flags now.
> Okay. I'll take care of flags now. Done. I still read an optional `flags` tag...
Currently I'm outputing: ``` ``` for the lone necessary flag only if it's set. Should I remove the `value` attribute from it?
> > Done. I still read an optional flags tag... > > so you read it but don't write it out any more? what's the use of that? Nothing honestly....
XML output for `resetUnspecifiedAxes` adjusted as per feedback. Reading of `flags` removed.
HarfBuzz counterpart WIP: https://github.com/harfbuzz/harfbuzz/pull/4578
> HarfBuzz counterpart WIP: [harfbuzz/harfbuzz#4578](https://github.com/harfbuzz/harfbuzz/pull/4578) Now can render fonts generated with this fonttools branch.