Type Alias owned_ttf_parser::apple_layout::StateEntry
source · pub type StateEntry = GenericStateEntry<()>;
Expand description
A legacy state entry used by StateTable.
Aliased Type§
struct StateEntry {
pub new_state: u16,
pub flags: u16,
pub extra: (),
}
Fields§
§new_state: u16
A new state.
flags: u16
Entry flags.
extra: ()
Additional data.
Use ()
if no data expected.