Trait read_fonts::tables::aat::LookupValue
source · pub trait LookupValue:
Copy
+ Scalar
+ AnyBitPattern {
// Required methods
fn from_u16(v: u16) -> Self;
fn from_u32(v: u32) -> Self;
}
Expand description
Trait for values that can be read from lookup tables.
Required Methods§
Object Safety§
This trait is not object safe.