-
Re: Monospace font attributes
OS/2.xAverageWidth IS used when rendering monospaced fonts, at least by Windows GDI. GDI will apply this value to all "simple" glyphs, while CJK glyphs (like 中) will use this value times …2 -
Re: OpenType in video software
Answer to Q1 : Perhaps because video software authors don't know OpenType exists?2 -
Re: Dreaming of a new feature syntax
Another attempt: import { sub, match, contextual, lookAhead, gid } from "GsubEdsl"; function WithSuffix(resolver, suffix) { return ...... } const pnum = gsub.createFeature(`pnum`) .add(sub(…1 -
Re: PS or TT? (aka cubic vs quadratic Bézier curves, or *.otf vs *.ttf)
TT doesn't have any concept like blue zone. The only “zone” existed are Twiligth vs Non-twilight, which represents two “namespaces” of points. TT hints are programs -- you can literally do anything …1 -
Re: Overlap in variable fonts
Supporting boolean composition requires a serious specification update, and it is hard to maintain full compatibility with existing API. But — you can go color fonts for now.1