kAXFontTextAttribute

Static kAXFontTextAttribute 

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

A dictionary (a CFDictionaryRef ) of two or more font keys.

The dictionary associated with this attribute must contain the {

 kAXFontNameKey} and
      {@link kAXFontSizeKey} font keys. It may also contain the {@link kAXFontFamilyKey} and
      {@link kAXVisibleNameKey} font keys.
  

See also Apple’s documentation