From d76268cf8d778c709ce2e714a36e17d0d23effa9 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 18 Aug 2020 17:57:25 -0700 Subject: tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patch - upgrades 3rd party libraries used by the toolchain - upgrades fontbuild code to adjust changes to library APIs - renames VF font filename extensions to .ttf - adds better STAT table patch to improve metadata on Windows --- misc/tools/font_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tools/font_names.py') diff --git a/misc/tools/font_names.py b/misc/tools/font_names.py index c321ca673..e97f19baa 100644 --- a/misc/tools/font_names.py +++ b/misc/tools/font_names.py @@ -145,4 +145,4 @@ if __name__ == "__main__": # Similar to: # ttx -i -e -o ./build/tmp/var.ttx ./build/fonts/var/Inter.var.ttf -# ttx -b --no-recalc-timestamp -o ./build/tmp/var.otf ./build/tmp/var.ttx +# ttx -b --no-recalc-timestamp -o ./build/tmp/var.ttf ./build/tmp/var.ttx -- cgit v1.2.3