mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-10-31 22:41:32 +01:00
Fix #45
This commit is contained in:
parent
b424798f18
commit
40af4d2b0a
|
@ -16,11 +16,11 @@ import fontforge;
|
||||||
font = fontforge.open("Sources/${basename}.sfd");
|
font = fontforge.open("Sources/${basename}.sfd");
|
||||||
|
|
||||||
# Extract interesting informations
|
# Extract interesting informations
|
||||||
print font.fontname
|
print(font.fontname)
|
||||||
print font.familyname
|
print(font.familyname)
|
||||||
print font.fullname
|
print(font.fullname)
|
||||||
print font.os2_weight
|
print(font.os2_weight)
|
||||||
print font.italicangle
|
print(font.italicangle)
|
||||||
|
|
||||||
bitmask = font.validate();
|
bitmask = font.validate();
|
||||||
if bitmask != 0:
|
if bitmask != 0:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user