Adafruit-GFX-Library icon indicating copy to clipboard operation
Adafruit-GFX-Library copied to clipboard

add getters for text size (x and y) , color fg and bg and gfx font

Open mirecta opened this issue 3 years ago • 1 comments

If i want develop some ui and draw text to rectangle i need text size text color and selected font. i have two options inherit library which is not good idea because i want use it as separable graphics driver . or second option write getters for it.

mirecta avatar Mar 08 '21 16:03 mirecta