Struct ttf_parser::parser::U24 [−][src]
pub struct U24(pub u32);
Expand description
A u24 number.
Stored as u32, but encoded as 3 bytes in the font.
https://docs.microsoft.com/en-us/typography/opentype/spec/otff#data-types
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for U24
impl UnwindSafe for U24
Blanket Implementations
Mutably borrows from an owned value. Read more