Forum Archive

Custom editor font

lukaskollmer

Is there a way to use a custom font in the editor?

The Ulysses iOS app offers functionality to import and use custom fonts from otf files, so it's possible to load custom font faces that are not bundled with the app

[deleted]

Does this do anything?: http://olemoritz.net/installing-custom-fonts-with-pythonista.html

lukaskollmer

I managed to kinda achieve this, by using AnyFont to install the otf files as an iOS profile and then editing the EditorFontName key in NSUserDefaults.

However, this doesn't work 100% well. The syntax highlighting engine uses an italic font for method names.

@omz do you have an idea how to fix this?