FabGL
FabGL copied to clipboard
Scaled drawText
I want to draw really big text, I saw theres a script to make custom fonts, but would be good if i could just scale up the existent fonts, either by stretching them
cv.selectFont(&fabgl::FONT_SLANT_8x14);
cv.drawText(0,0, 100, "Hello"); // draw 100px height
or even a scale factor of 2x, 3x, 4x... less flexible but would be useful
Is that possible, or would be something easy to modify