Type Definition read_fonts::layout::ChainedSequenceContextFormat1
source · [−]pub type ChainedSequenceContextFormat1<'a> = TableRef<'a, ChainedSequenceContextFormat1Marker>;Expand description
Implementations
sourceimpl<'a> ChainedSequenceContextFormat1<'a>
impl<'a> ChainedSequenceContextFormat1<'a>
sourcepub fn coverage_offset(&self) -> Offset16
pub fn coverage_offset(&self) -> Offset16
Offset to Coverage table, from beginning of ChainSequenceContextFormat1 table
sourcepub fn coverage(&self) -> Result<CoverageTable<'a>, ReadError>
pub fn coverage(&self) -> Result<CoverageTable<'a>, ReadError>
Attempt to resolve coverage_offset.
sourcepub fn chained_seq_rule_set_count(&self) -> u16
pub fn chained_seq_rule_set_count(&self) -> u16
Number of ChainedSequenceRuleSet tables
sourcepub fn chained_seq_rule_set_offsets(
&self
) -> &'a [BigEndian<Nullable<Offset16>>]
pub fn chained_seq_rule_set_offsets(
&self
) -> &'a [BigEndian<Nullable<Offset16>>]
Array of offsets to ChainedSeqRuleSet tables, from beginning of ChainedSequenceContextFormat1 table (may be NULL)
sourcepub fn chained_seq_rule_sets(
&self
) -> impl Iterator<Item = Option<Result<ChainedSequenceRuleSet<'a>, ReadError>>> + 'a
pub fn chained_seq_rule_sets(
&self
) -> impl Iterator<Item = Option<Result<ChainedSequenceRuleSet<'a>, ReadError>>> + 'a
Attempt to resolve chained_seq_rule_set_offsets.