AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Classes | |
class | Entry |
Public Member Functions | |
void | setLineHeight (float lineHeight) |
void | setTextAlign (ATextAlign textAlign) |
AOptional< int > | height () const |
Protected Attributes | |
float | mLineHeight = 1.f |
ATextAlign | mTextAlign = ATextAlign::LEFT |
AOptional< int > | mHeight |