radimitrov / CSharpShellApp

83 stars 18 forks source link

Unable to configure the editor font (also it isn't monospace) #356

Closed erichiller closed 8 months ago

erichiller commented 9 months ago

My goal is to have a monospace font for the code editor. Supposedly it is RobotoMono-Regular.ttf:

editor_settings

But the editor looks like:

example

I tried clicking the font name, thinking maybe I could add a ttf file, but it is only for text mate themes.

Android 13, app updated to latest in Google Play

radimitrov commented 9 months ago

It looks like the primary editor is ignoring the font being set from the preview and resetting to system default. It should be applied on next app start, though. And the system picker isn't allowing to pick .ttf in Android 12.

Should be an easy fix and update in about a week.