Austin Posted August 6, 2018 Report Share Posted August 6, 2018 Hello, I am working on an application and am trying to make numbers on the screen. The problem I am running into is that all the fonts I have tried are very small on the screen itself (see picture). Is there a way to make the font bigger? I am currently using the Large Numbers font currently and have tried other fonts but nothing else seems bigger. Thanks in advance! Screen.bmp Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted August 7, 2018 Report Share Posted August 7, 2018 Hi, You can use any font you want with µGFX. Therefore, you can just use a font of a different size. The font converter allows you to use any TTF and BDF font you can find which you can render to any size. Here's the corresponding documentation: https://wiki.ugfx.io/index.php/Font_rendering#Adding_fonts There are four ways to encode a font: Use the online font converter (currently unavailable) Use the font converter inside GFX-Studio Use the pre-compiled font converter that comes with the library Compile the font converter yourself from the source that comes with the library Link to comment Share on other sites More sharing options...
Adam M Posted August 28, 2018 Report Share Posted August 28, 2018 Joel, Thanks for the tips - we ended up going through the online font converter, and it worked like a charm. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted August 29, 2018 Report Share Posted August 29, 2018 Glad to hear that! The online font converter tends to be down quite a lot (we currently have about 80% availability on the statistics). The reason for that is because we're hosting quite a lot of servers (µGFX is a spin-off of an already existing engineering company. We're running a lot of stuff for different projects and also customers. Whenever we do any kind of migrations, changing environment or doing any other kind of modifications we test everything in a test setup. Once we feel comfortable we always move the µGFX online font converter first as it's a pretty good reference server (it uses a few different technologies) which allows us to test everything from simple backups to load balancing and high availability systems. It's just that the online font converter is the perfect balance between "not critical infrastructure" and "people actually use it" which is just awesome for testing everything before touching real production environments. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now