Type Alias style::values::computed::font::FontWeightFixedPoint

source ·
pub type FontWeightFixedPoint = FixedPoint<u16, FONT_WEIGHT_FRACTION_BITS>;
Expand description

This is an alias which is useful mostly as a cbindgen / C++ inference workaround.

Aliased Type§

struct FontWeightFixedPoint {
    pub value: u16,
}

Fields§

§value: u16

The actual representation.