|
FabGL
ESP32 Display Controller and Graphics Library
|
| int fabgl::Canvas::textExtent | ( | FontInfo const * | fontInfo, |
| char const * | text | ||
| ) |
Calculates text extension in pixels.
| fontInfo | Pointer to font structure containing font info and glyphs data. |
| text | String to calculate length (indexes in the character font glyphs set). |