FabGL
ESP32 Display Controller and Graphics Library
|
int 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). |
Definition at line 453 of file canvas.cpp.