Type Alias read_fonts::tables::gsub::ExtensionSubstFormat1
source · pub type ExtensionSubstFormat1<'a, T> = TableRef<'a, ExtensionSubstFormat1Marker<T>>;
Expand description
Aliased Type§
struct ExtensionSubstFormat1<'a, T> { /* private fields */ }
Implementations§
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.