Skip to content

Commit

Permalink
[scale-upem] Implement GDEF
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Aug 15, 2022
1 parent c588b2d commit ec2919c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snippets/scale-upem.py
Expand Up @@ -53,6 +53,7 @@ def scale(self, v):
),
(otTables.ValueRecord, ("XAdvance", "YAdvance", "XPlacement", "YPlacement")),
(otTables.Anchor, ("XCoordinate", "YCoordinate")),
(otTables.CaretValue, ("Coordinate")),
)
)
def visit(visitor, obj, attr, value):
Expand Down

0 comments on commit ec2919c

Please sign in to comment.