AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Public Types | |
enum | Weight { W100 , W200 , W300 , W400 , W500 , W600 , W700 , W800 , W900 , NORMAL = W400 , BOLD = W700 } |
Public Member Functions | |
_< AFont > & | get (Weight weight, bool isItalic) |
_< AFont > | getEither (bool italicPreferred=false) |
italicPreferred | when true , prefers italic fonts over non-italic. |
AFont
of this font family with weight of 400. If font family does not have font with weight of 400, the nearest to this weight existing font is returned instead.