Flutter Engine
The Flutter Engine
|
Describes the modifications made to the intrinsic properties of a typeface. More...
#include <font.h>
Public Member Functions | |
constexpr bool | operator== (const Metrics &o) const |
Public Attributes | |
Scalar | point_size = 12.0f |
bool | embolden = false |
Scalar | skewX = 0.0f |
Scalar | scaleX = 1.0f |
Describes the modifications made to the intrinsic properties of a typeface.
The coordinate system of a font has its origin at (0, 0) on the baseline with an upper-left-origin coordinate system.
|
inlineconstexpr |
Scalar impeller::Font::Metrics::point_size = 12.0f |