FabGL
ESP32 Display Controller and Graphics Library
|
Specifies various glyph painting options. More...
#include <displaycontroller.h>
Public Member Functions | |
GlyphOptions & | Blank (uint8_t value) |
Helper method to set or reset foreground and background swapping. More... | |
GlyphOptions & | Bold (bool value) |
Helper method to set or reset bold. More... | |
GlyphOptions & | DoubleWidth (uint8_t value) |
Helper method to set or reset doubleWidth. More... | |
GlyphOptions & | FillBackground (bool value) |
Helper method to set or reset fillBackground. More... | |
GlyphOptions & | Invert (uint8_t value) |
Helper method to set or reset foreground and background swapping. More... | |
GlyphOptions & | Italic (bool value) |
Helper method to set or reset italic. More... | |
GlyphOptions & | Underline (bool value) |
Helper method to set or reset underlined. More... | |
Specifies various glyph painting options.
Definition at line 343 of file displaycontroller.h.