raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Font Selection in User Settings Only Works With Full Filename

Open PiggybankStudios opened this issue 8 months ago • 1 comments

I've been messing with changing the fonts inside the User Settings and I don't seem to be getting a lot of success with it recognizing anything but an absolute path or full filename to a .ttf file. For example asking for Consola or Consolas doesn't work but C:\Windows\Fonts\Consola.ttf works and so does Consola.ttf. Note that in File Explorer this font represents itself as "Consolas Regular" but the actual file name doesn't include an 's' at the end.

There's also no feedback when the string is unrecognized, it just doesn't change the font, so it's a bit frustrating to work with

Image Image Image

OS: Windows 10 Version: 0.9.20 ALPHA

PiggybankStudios avatar Aug 05 '25 21:08 PiggybankStudios

For me, it doesn't recognize it if the font name starts with an upper case character. For example if the font is TX-02-Regular.ttf, the font is only applied if I write it's name as tX-02-Regular.ttf.

ssoher avatar Aug 12 '25 10:08 ssoher