Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several vertical small kana are not 1000-unit “wide” #199

Closed
3 tasks done
RuixiZhang42 opened this issue Aug 25, 2023 · 2 comments
Closed
3 tasks done

Several vertical small kana are not 1000-unit “wide” #199

RuixiZhang42 opened this issue Aug 25, 2023 · 2 comments

Comments

@RuixiZhang42
Copy link

Prerequisites

  • If you are reporting an issue that affects glyphs for characters for a particular region or regions, did you verify that the characters are within the supported scope of the region or regions? This generally means GB 18030 or Tōngyòng Guīfàn Hànzìbiǎo (通用规范汉字表) for China, Big Five or CNS 11643 Planes 1 & 2 for Taiwan, HKSCS-2016 for Hong Kong, the JIS standards for Japan, and KS X 1001 and KS X 1002 for Korea.
  • Did you thoroughly search the open and closed issues to avoid reporting a duplicate issue?
  • Did you go through the official font readme file to better understand the scope of the project, to include the Known Issues section at the very end?

Description

Several vertical small kana have advance that differ from 1000 units. For example, uni3043.vert (or CID 65064 in v2.002) in the Medium weight has an advance of 1013 units, among several others. I didn’t check other weights, nor did I know how many glyphs were affected.

@punchcutter
Copy link
Member

Something got messed up in the ExtraLight source for all small kana except for asmall-hira.vert. They are all set to 1020.

@punchcutter
Copy link
Member

Fixed by 7889f11

uni3043-V 1020 -> 1000
uni3045-V 1020 -> 1000
uni3047-V 1020 -> 1000
uni3049-V 1020 -> 1000
uni3063-V 1020 -> 1000
uni3083-V 1020 -> 1000
uni3085-V 1020 -> 1000
uni3087-V 1020 -> 1000
uni308E-V 1020 -> 1000
uni3095-V 1020 -> 1000
uni3096-V 1020 -> 1000
uni30A1-V 1020 -> 1000
uni30A3-V 1020 -> 1000
uni30A5-V 1020 -> 1000
uni30A7-V 1020 -> 1000
uni30A9-V 1020 -> 1000
uni30C3-V 1020 -> 1000
uni30E3-V 1020 -> 1000
uni30E5-V 1020 -> 1000
uni30E7-V 1020 -> 1000
uni30EE-V 1020 -> 1000
uni30F5-V 1020 -> 1000
uni30F6-V 1020 -> 1000
uni31F0-V 1020 -> 1000
uni31F1-V 1020 -> 1000
uni31F2-V 1020 -> 1000
uni31F3-V 1020 -> 1000
uni31F4-V 1020 -> 1000
uni31F5-V 1020 -> 1000
uni31F6-V 1020 -> 1000
uni31F7-V 1020 -> 1000
uni31F8-V 1020 -> 1000
uni31F9-V 1020 -> 1000
uni31FA-V 1020 -> 1000
uni31FB-V 1020 -> 1000
uni31FC-V 1020 -> 1000
uni31FD-V 1020 -> 1000
uni31FE-V 1020 -> 1000
uni31FF-V 1020 -> 1000
uni31F7uni309A-V 1020 -> 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants