Skip to content

Commit

Permalink
CascadiaCode: Correct version string
Browse files Browse the repository at this point in the history
[why]
With commit
  b6301e5  CascadiaCode: Rehint and use ttf

we replaced the hints done upstream by ttfautohint with hints done via
Visual TrueType, because they render the text more similar to the
variable fonts (hints).

But the version string still mentions 'ttfautohint' because we did not
touch the font files at all except opening, hinting, closing in VTT.
This can be confusing.

[how]
Change the version string to "Version 2111.001; VTT 6.35" via:

* `ttx -i *.ttf`
* Edit `ttx` files and replace version, see above
* `ttx -b *.ttx`
* Move new fonts over old fonts

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed May 12, 2023
1 parent 1be8975 commit b3ec51c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 0 deletions.
Binary file modified src/unpatched-fonts/CascadiaCode/Bold/CascadiaCode-Bold-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/Bold/CascadiaCode-BoldItalic-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/ExtraLight/CascadiaCode-ExtraLight-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/ExtraLight/CascadiaCode-ExtraLightItalic-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/Light/CascadiaCode-Light-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/Light/CascadiaCode-LightItalic-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/Regular/CascadiaCode-Italic-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/Regular/CascadiaCode-Regular-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/SemiBold/CascadiaCode-SemiBold-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/SemiBold/CascadiaCode-SemiBoldItalic-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/SemiLight/CascadiaCode-SemiLight-vtt.ttf
100755 → 100644
Binary file not shown.
Binary file modified src/unpatched-fonts/CascadiaCode/SemiLight/CascadiaCode-SemiLightItalic-vtt.ttf
100755 → 100644
Binary file not shown.

0 comments on commit b3ec51c

Please sign in to comment.