[scaleUpem] Scale CFF FontMatrix
This commit is contained in:
parent
3763641d40
commit
561ae06b52
@ -194,6 +194,9 @@ def visit(visitor, obj, attr, cff):
|
||||
else:
|
||||
setattr(topDict, attr, visitor.scale(value))
|
||||
|
||||
topDict.FontMatrix[0] /= visitor.scaleFactor
|
||||
topDict.FontMatrix[3] /= visitor.scaleFactor
|
||||
|
||||
for private in privates:
|
||||
for attr in (
|
||||
"BlueValues",
|
||||
|
Loading…
x
Reference in New Issue
Block a user