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

Visual Studio Codeで下付きギリシャ文字の幅が0になってしまう #61

Closed
miiton opened this issue Jul 24, 2020 · 1 comment · Fixed by #62
Closed

Visual Studio Codeで下付きギリシャ文字の幅が0になってしまう #61

miiton opened this issue Jul 24, 2020 · 1 comment · Fixed by #62
Assignees

Comments

@miiton
Copy link
Owner

miiton commented Jul 24, 2020

Twitter で問題指摘いただきました

ₐOK • Untitled-1 2020-07-25 06-25-46

原因は https://github.com/miiton/Cica/blob/master/cica.py#L856-L858 この部分で下付き文字を生成しているのですが、他のフォントを見ているとここのグリフは 無いのが正しい ようです。(DejaVu Sans Monoなど参照)

DejaVuSansMono  DejaVuSansMono ttf (UnicodeFull) 2020-07-25 06-30-26

なのでこの4つのグリフを生成しないように修正します。

@miiton miiton self-assigned this Jul 24, 2020
@miiton
Copy link
Owner Author

miiton commented Jul 24, 2020

image

修正後こんな感じ。揃わない...仕方ない...

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

Successfully merging a pull request may close this issue.

1 participant