Skip to content

Commit

Permalink
Fix Symbols Only metrics
Browse files Browse the repository at this point in the history
[why]
Fontforge fails to set our calculated values if the sfd contains strange
date.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jan 23, 2023
1 parent 0ed1d0b commit 4939ac5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ LineGap: 0
VLineGap: 0
Panose: 2 0 5 9 0 0 0 0 0 0
OS2TypoAscent: 0
OS2TypoAOffset: 1
OS2TypoAOffset: 0
OS2TypoDescent: 0
OS2TypoDOffset: 1
OS2TypoDOffset: 0
OS2TypoLinegap: 0
OS2WinAscent: 0
OS2WinAOffset: 1
OS2WinAOffset: 0
OS2WinDescent: 0
OS2WinDOffset: 1
OS2WinDOffset: 0
HheadAscent: 0
HheadAOffset: 1
HheadAOffset: 0
HheadDescent: 0
HheadDOffset: 1
HheadDOffset: 0
OS2Vendor: 'PfEd'
MarkAttachClasses: 1
DEI: 91125
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ LineGap: 0
VLineGap: 0
Panose: 2 0 5 9 0 0 0 0 0 0
OS2TypoAscent: 0
OS2TypoAOffset: 1
OS2TypoAOffset: 0
OS2TypoDescent: 0
OS2TypoDOffset: 1
OS2TypoDOffset: 0
OS2TypoLinegap: 0
OS2WinAscent: 0
OS2WinAOffset: 1
OS2WinAOffset: 0
OS2WinDescent: 0
OS2WinDOffset: 1
OS2WinDOffset: 0
HheadAscent: 0
HheadAOffset: 1
HheadAOffset: 0
HheadDescent: 0
HheadDOffset: 1
HheadDOffset: 0
OS2Vendor: 'PfEd'
MarkAttachClasses: 1
DEI: 91125
Expand Down

0 comments on commit 4939ac5

Please sign in to comment.