OpenFontRender icon indicating copy to clipboard operation
OpenFontRender copied to clipboard

TTF font render support library for microcomputer.

Results 30 OpenFontRender issues
Sort by recently updated
recently updated
newest added

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

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...

progress: waiting for confirmation and close

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...

progress: waiting for confirmation and close

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...

progress: waiting for confirmation and close

Can you implement a text outline? ![image](https://user-images.githubusercontent.com/6149596/235975171-33fa45cc-3bac-4411-8505-ced336900211.png)

Can you implement SdFat support?

progress: waiting for confirmation and close