pub type RawWords<'a> = TableRef<'a, RawWordsMarker>;Expand description
Used for the state_array in StxHeader.
Aliased Type§
pub struct RawWords<'a> {
pub(crate) shape: RawWordsMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: RawWordsMarker§data: FontData<'a>