kCTStrokeWidthAttributeName

Static kCTStrokeWidthAttributeName 

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

The stroke width.

Value must be a CFNumberRef. Default value is 0.0, or no stroke. This attribute, interpreted as a percentage of font point size, controls the text drawing mode: positive values effect drawing with stroke only; negative values are for stroke and fill. A typical value for outlined text is 3.0.

See also Apple’s documentation