From 52341bbde5778cd4fe457d2c0c3bacb4bbe054e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Thu, 9 Feb 2023 22:19:47 +0100 Subject: [PATCH] fonts: Convert simsun.ttc / msyh.ttf / malgun.ttf to TrueType. CW-Bug-Id: #21346 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f984d93d..fd7264fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1147,7 +1147,8 @@ $(FONTS_OBJ)/source-han/%.ttf: $$(%.ttf_CIDFONT) $$(%.ttf_FEATURES) $$(%.ttf_SEQ # to run it in a dedicated temporary directory to prevent concurrent instances # to step onto each other's feet (TEMP_DIR=`mktemp -d` && cd $$TEMP_DIR && afdko sfntedit -a CFF=$(abspath $($(notdir $@)).cff) $(abspath $@.tmp) && rm -fr $$TEMP_DIR) - mv $@.tmp $@ + afdko otf2ttf -o $@ $@.tmp + rm $@.tmp $(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH) mkdir -p $(FONTS_OBJ)/ume-gothic