fontations
fontations copied to clipboard
[skrifa] `trak` table not supported
Ideally, trak table value should be applied to glyph advances reported. This is what CoreText, hb-ot, and hb-ft do.
The trak table adjustments are mapped to point size rather than ppem and our API doesn’t currently support that. I’m wondering if we should add a new constructor to Size that also takes DPI so we can compute point size internally (or default to 96 or 72). What does HB do when ptem is unset?
What does HB do when ptem is unset?
Default to 12pt, which is what CoreText does.