pub type CharacterVariantParams<'a> = TableRef<'a, CharacterVariantParamsMarker>;
Expand description

featureParams for ‘cv01’-‘cv99’

Implementations

Format number is set to 0.

The ‘name’ table name ID that specifies a string (or strings, for multiple languages) for a user-interface label for this feature. (May be NULL.)

The ‘name’ table name ID that specifies a string (or strings, for multiple languages) that an application can use for tooltip text for this feature. (May be NULL.)

The ‘name’ table name ID that specifies sample text that illustrates the effect of this feature. (May be NULL.)

Number of named parameters. (May be zero.)

The first ‘name’ table name ID used to specify strings for user-interface labels for the feature parameters. (Must be zero if numParameters is zero.)

The count of characters for which this feature provides glyph variants. (May be zero.)

The Unicode Scalar Value of the characters for which this feature provides glyph variants.

Trait Implementations

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.