font size settings and U+279c character missing
peleusj opened this issue · 2 comments
Thanks for making this great font that take care of Japanese and nerd font, but I have some confusion in using this great font, I am using Kitty and Iterm2, both have these problems:
- U+279c, right arrow symbol, part of robbyrussell zsh prompt, seems not include?
- The size of this font need to be set much bigger than normal font to get same visual size, is there something I'm missing?
- U+279c, right arrow symbol, part of robbyrussell zsh prompt, seems not include?
U+279C does not exist on both SF Mono and Migu1M. So neither SF Mono Square does.
You should use → (U+2192) or glyphs in nerdfonts. You can find them here with searching arrow_right
, for example.
- The size of this font need to be set much bigger than normal font to get same visual size, is there something I'm missing?
This is because the aspect ratio of the original glyphs differ, SF Mono and Migu1M.
SF Mono | Migu1M |
---|---|
The script in this formula reduces the size of glyphs from SF Mono, and combines with glyphs from Migu1M. I wrote more detail logic in this article: The story of making the best programming font with SF Mono. This is written in Japanese, so you can use Google Translation to read.
Sorry for the delayed response. Thank you for your detailed explanation.
I don't have any more questions, and once again, thank you for this awesome font.