pub type Device<'a> = TableRef<'a, DeviceMarker>;
Expand description
Aliased Type§
pub struct Device<'a> {
pub(crate) shape: DeviceMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: DeviceMarker
§data: FontData<'a>
Implementations§
Source§impl<'a> Device<'a>
impl<'a> Device<'a>
Sourcepub fn start_size(&self) -> u16
pub fn start_size(&self) -> u16
Smallest size to correct, in ppem
Sourcepub fn delta_format(&self) -> DeltaFormat
pub fn delta_format(&self) -> DeltaFormat
Format of deltaValue array data: 0x0001, 0x0002, or 0x0003
Sourcepub fn delta_value(&self) -> &'a [BigEndian<u16>]
pub fn delta_value(&self) -> &'a [BigEndian<u16>]
Array of compressed data