Struct ttf_parser::morx::Feature
source · pub struct Feature {
pub kind: u16,
pub setting: u16,
pub enable_flags: u32,
pub disable_flags: u32,
}Expand description
The feature table is used to compute the sub-feature flags for a list of requested features and settings.
Fields§
§kind: u16The type of feature.
setting: u16The feature’s setting (aka selector).
enable_flags: u32Flags for the settings that this feature and setting enables.
disable_flags: u32Complement of flags for the settings that this feature and setting disable.