AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Interface of a AView that works with fonts (i.e., ALabel, ATextField, AText, etc...) More...
Interface of a AView that works with fonts (i.e., ALabel, ATextField, AText, etc...)
Public Member Functions | |
AFontStyle & | getFontStyle () |
const AColor & | getTextColor () const |
virtual void | invalidateFont ()=0 |
void | setTextColor (AColor color) |
Protected Member Functions | |
void | invalidateAllStylesFont () |
void | commitStyleFont () |
#include <AUI/Font/IFontView.h>