terrychou / iVim

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

unable to add fonts #171

Closed mtwebb closed 4 years ago

mtwebb commented 4 years ago

Hi Terry, I tried adding a font in both on iPadOS 14 beta six and iOS 13. Both places saw this error:

IMG_1219 IMG_1220 here are the fonts I tried: https://fonts.google.com/specimen/Source+Code+Pro https://www.janfromm.de/typefaces/camingomono/camingocode/

My goal is to get bold and italic fonts working in ivim. I saw that source code pro is included in ivim, but I see only mention of the regular variant in the ifont list.

Cheers for iVim. I use it daily. Put iplug to work today and it worked great.

terrychou commented 4 years ago

According to the screenshots, you invoked the "Share with iVim" item in the system's share sheet. Instead of that, you need the "Copy to iVim" one to install fonts. Please refer to issue #76.

iVim includes the bold and italic versions of Source Code Pro by default. Choosing the regular item makes the bold and italic ones ready. They will show at the proper situations.

mtwebb commented 4 years ago

Ahh, how did I miss that issue? Thanks Terry, opening with idoc works great. Good to know about the italic version of source code pro is included.