OpenFontRender
OpenFontRender copied to clipboard
TTF font render support library for microcomputer.
I have a function which draws simple large text on the screen, e.g. ` ofr.setCursor(tft.width() / 2, tft.height() / 2); ofr.setFontColor(GLT_COLOR_GOLD, TFT_BLACK); ofr.setFontSize(46); ofr.setAlignment(Align::BottomCenter); ofr.printf(label); ` This works great for...
I was using URW Gothic Book. This font, as far as I know, has fixed-width numerals. When I use Align::TopRight or Align::BottomRight for the numerals, however, the alignment changes when...
This is a port of the example from the M5 directory
This should be flicker and tearing free
How can I use SPIFFS to directly access files flashed onto the ESP32 instead of SD? The library works when using a header created from ttf2bin.py. But doesn't work using...
not really an issue, but I have a STM32H750 board running at 480MHz, SDRAM at 120MHz with STM32duino (code needed some modification to compile for file system). I thought I'd...
I have tried 6 different ways. I am trying to avoid sprintf, if possible and have some kind of conversion in the single line of code. Here's my last attempt...
Hello there, I am trying to update text in a sprite. The numbers are displayed in the right position and using the same setCursor position. The numbers are not clearing...
Can you implement a text outline? 