Skip to content

Commit

Permalink
Fix TW serif cmap by truncating
Browse files Browse the repository at this point in the history
  • Loading branch information
trueroad committed Nov 3, 2021
1 parent eb40dc3 commit 5815efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make/make_font.mk
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,8 @@ ifeq ($(FONT_LANG),KR)
TRUNCATE_CMAP_FLAG = 1
endif
ifeq ($(FONT_LANG),TW)
ifeq ($(FONT_TYPE),Sans)
TRUNCATE_CMAP_FLAG = 1
endif
endif
ifdef TRUNCATE_CMAP_FLAG
# cmap table format 4 subtable size exceeds the limit.
cmap.ttx: cmap03.ttx
Expand Down

0 comments on commit 5815efc

Please sign in to comment.