You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify and exploit sets of shapes where for each set of shapes there exists one shape from which all the others in the set can be derived by application of a transform.
if here you mean glyf components, note that with variable fonts currently only the component x and y offset can be varied, not its 2x2 transform; that has to match across the designspace.
I had in mind to do a generic reuse detection and then choose whether to exploit what it found later, such as perhaps electing to not do it for glyf if the 2x2 varies. That will set us up well to compile COLR and to leverage variable components when they arrive courtesy of https://github.com/harfbuzz/boring-expansion-spec (optimistic hat firmly on).
Identify and exploit sets of shapes where for each set of shapes there exists one shape from which all the others in the set can be derived by application of a transform.
See existing code for this in nanoemoji:
Implementation in fontmake-rs:
The text was updated successfully, but these errors were encountered: