fix width verify when cn.narrow is true #338
This commit is contained in:
parent
4cec697142
commit
57a803bcb0
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -1145,7 +1145,7 @@ def main():
|
|||
TTFont(
|
||||
joinPaths(build_option.output_cn, listdir(build_option.output_cn)[0])
|
||||
),
|
||||
[0, glyph_width, glyph_width * 2],
|
||||
[0, glyph_width, 1000 if font_config.cn['narrow'] else glyph_width * 2],
|
||||
)
|
||||
|
||||
# =========================================================================================
|
||||
|
|
Loading…
Reference in a new issue