larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.86k stars 170 forks source link

Problems with Chinese #109

Closed lldong closed 9 years ago

lldong commented 9 years ago

With Monoid-Regular-12 in Xcode, Chinese font is too small:

screen shot 2015-08-02 at 12 35 02 am
larsenwork commented 9 years ago

Thanks. The font doesn't support Chinese (would be a huuuuuge task) so the chinese font used is another font picked by xcode.

What you can do is change the metrics of Monoid using FontForge. (http://fontforge.github.io)

  1. Open the font
  2. Press cmd+shift+f
  3. Select "general"
  4. Change ascent to e.g. 1664 (+ notice "Scale Outlines" is unchecked): screen shot 2015-08-01 at 20 58 27
larsenwork commented 9 years ago

Then press "OK" and File -> generate font

lldong commented 9 years ago

Thanks @larsenwork.

larsenwork commented 9 years ago

Did it work?

lldong commented 9 years ago

@larsenwork Yes, it works. This issue can be closed now.