terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

How to tell iVim about bold/italic font files? #207

Closed anjiro closed 1 year ago

anjiro commented 3 years ago

The fonts that come with iVim seem to have bold and italic formatting built-in. But when I add external fonts that use separate files (e.g., anything from https://github.com/powerline/fonts), iVim doesn’t seem to automatically use the bold or italic versions alongside the regular. How can I get it to work?

terrychou commented 3 years ago

iVim only reads one font file at one time, you need to include all the fonts of the same family into one file (e.g. pack them into a .ttc file).

terrychou commented 1 year ago

Related options have been available from the new fonts management module, since version 2.45.