pub type IndexSubtableList<'a> = TableRef<'a, IndexSubtableListMarker>;
Expand description
IndexSubtableList table.
Aliased Type§
pub struct IndexSubtableList<'a> {
pub(crate) shape: IndexSubtableListMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: IndexSubtableListMarker
§data: FontData<'a>
Implementations§
Source§impl<'a> IndexSubtableList<'a>
impl<'a> IndexSubtableList<'a>
Source§impl<'a> IndexSubtableList<'a>
impl<'a> IndexSubtableList<'a>
Sourcepub fn index_subtable_records(&self) -> &'a [IndexSubtableRecord]
pub fn index_subtable_records(&self) -> &'a [IndexSubtableRecord]
Array of IndexSubtableRecords.