kCTFontSizeAttribute

Static kCTFontSizeAttribute 

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

kCTFontSizeAttribute

The font point size.

This key is used to obtain or specify the font point size. Creating a font with this unspecified will default to a point size of 12.0. The value for this key is represented as a CFNumberRef.

See also Apple’s documentation