pub type FontStyleFixedPoint = FixedPoint<i16, FONT_STYLE_FRACTION_BITS>;
Expand description
This is an alias which is useful mostly as a cbindgen / C++ inference workaround.
Aliased Type§
struct FontStyleFixedPoint {
pub value: i16,
}
Fields§
§value: i16
The actual representation.