Using custom fonts in UI

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
silentptr
In need of some credit
In need of some credit
Posts: 4
Joined: Sun Aug 09, 2020 8:35 am

Using custom fonts in UI

Post by silentptr »

Hi,

I'm in the process of picking out a GUI library for my project and wxWidgets seem like a very good option, however, I intend to use fonts that are going to be loaded from a file (,ttf, .otf, etc.) and when I tried find resources on how to do that in wxWIdgets, all of the forum posts were very old (2004/2006) and they all seemed to convey that it was not possible. Has custom font loading been implemented into wxWidgets, or is there platform-dependant code/a separate library I can use?

Thanks
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: Using custom fonts in UI

Post by catalin »

Post Reply