Type Alias read_fonts::tables::gdef::CaretValueFormat3
source · pub type CaretValueFormat3<'a> = TableRef<'a, CaretValueFormat3Marker>;
Expand description
Aliased Type§
struct CaretValueFormat3<'a> { /* private fields */ }
Implementations§
source§impl<'a> CaretValueFormat3<'a>
impl<'a> CaretValueFormat3<'a>
sourcepub fn caret_value_format(&self) -> u16
pub fn caret_value_format(&self) -> u16
Format identifier-format = 3
sourcepub fn coordinate(&self) -> i16
pub fn coordinate(&self) -> i16
X or Y value, in design units
sourcepub fn device_offset(&self) -> Offset16
pub fn device_offset(&self) -> Offset16
Offset to Device table (non-variable font) / Variation Index table (variable font) for X or Y value-from beginning of CaretValue table
sourcepub fn device(&self) -> Result<DeviceOrVariationIndex<'a>, ReadError>
pub fn device(&self) -> Result<DeviceOrVariationIndex<'a>, ReadError>
Attempt to resolve device_offset
.