mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-05 02:00:44 +03:00
Revert "fonts: Convert simsun.ttc / msyh.ttf / malgun.ttf to TrueType."
This reverts commit 52341bbde5778cd4fe457d2c0c3bacb4bbe054e7.
This commit is contained in:
parent
52341bbde5
commit
5ea46dfeb2
@ -1147,8 +1147,7 @@ $(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)
|
||||
afdko otf2ttf -o $@ $@.tmp
|
||||
rm $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
$(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH)
|
||||
mkdir -p $(FONTS_OBJ)/ume-gothic
|
||||
|
Loading…
x
Reference in New Issue
Block a user