kCTBaselineClassAttributeName

Static kCTBaselineClassAttributeName 

Source
pub unsafe static kCTBaselineClassAttributeName: &'static CFString
Available on crate feature CTStringAttributes only.
Expand description

Key to reference a baseline class override.

Value must be one of the kCTBaselineClass constants. Normally, glyphs on the line will be assigned baseline classes according to the ‘bsln’ or ‘BASE’ table in the font. This attribute may be used to change this assignment.

See also: kCTBaselineClassRoman

See also: kCTBaselineClassIdeographicCentered

See also: kCTBaselineClassIdeographicLow

See also: kCTBaselineClassIdeographicHigh

See also: kCTBaselineClassHanging

See also: kCTBaselineClassMath

See also Apple’s documentation