FastLED 3.9.15
Loading...
Searching...
No Matches

◆ valid()

bool fl::GlyphBitmap::valid ( ) const
inline

Definition at line 72 of file truetype.h.

72{ return !data.empty() && width > 0 && height > 0; }
fl::vector< u8 > data
Definition truetype.h:63

References data, height, and width.