pub type RawBytes<'a> = TableRef<'a, RawBytesMarker>;Expand description
Used for the state_array and entry_table fields in StateHeader.
Aliased Type§
pub struct RawBytes<'a> {
pub(crate) shape: RawBytesMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: RawBytesMarker§data: FontData<'a>