pub type ExtensionSubstFormat1<'a, T> = TableRef<'a, ExtensionSubstFormat1Marker<T>>;
Expand description
Aliased Type§
pub struct ExtensionSubstFormat1<'a, T> {
pub(crate) shape: ExtensionSubstFormat1Marker<T>,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: ExtensionSubstFormat1Marker<T>
§data: FontData<'a>
Implementations§
Source§impl<'a> ExtensionSubstFormat1<'a, ()>
impl<'a> ExtensionSubstFormat1<'a, ()>
pub(crate) fn into_concrete<T>(self) -> ExtensionSubstFormat1<'a, T>
Source§impl<'a, T> ExtensionSubstFormat1<'a, T>
impl<'a, T> ExtensionSubstFormat1<'a, T>
Sourcepub(crate) fn of_unit_type(&self) -> ExtensionSubstFormat1<'a, ()>
pub(crate) fn of_unit_type(&self) -> ExtensionSubstFormat1<'a, ()>
Replace the specific generic type on this implementation with ()
Source§impl<'a, T> ExtensionSubstFormat1<'a, T>
impl<'a, T> ExtensionSubstFormat1<'a, T>
Sourcepub fn subst_format(&self) -> u16
pub fn subst_format(&self) -> u16
Format identifier. Set to 1.
Sourcepub fn extension_lookup_type(&self) -> u16
pub fn extension_lookup_type(&self) -> u16
Lookup type of subtable referenced by extensionOffset (that is, the extension subtable).
Sourcepub fn extension_offset(&self) -> Offset32
pub fn extension_offset(&self) -> Offset32
Offset to the extension subtable, of lookup type extensionLookupType, relative to the start of the ExtensionSubstFormat1 subtable.