FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiLabelStyle Struct Reference

Contains the label style. More...

#include <fabui.h>

Collaboration diagram for fabgl::uiLabelStyle:

Public Attributes

RGB backgroundColor = RGB(3, 3, 3)
 
RGB textColor = RGB(0, 0, 0)
 
FontInfo const * textFont = Canvas.getPresetFontInfoFromHeight(14, false)
 

Detailed Description

Contains the label style.

Member Data Documentation

◆ backgroundColor

RGB fabgl::uiLabelStyle::backgroundColor = RGB(3, 3, 3)

Background color

◆ textColor

RGB fabgl::uiLabelStyle::textColor = RGB(0, 0, 0)

Text color

◆ textFont

FontInfo const* fabgl::uiLabelStyle::textFont = Canvas.getPresetFontInfoFromHeight(14, false)

Text font


The documentation for this struct was generated from the following file: