Declaration

var fontName: String { get set }

Declaration

@property (nonatomic, strong) NSString * fontName;

Declaration

pyobjc_instanceMethods.fontName() -> str
pyobjc_instanceMethods.setFontName_(fontName: str)

See Also

Font Information

  • A family name suitable for displaying the font in the user interface.

  • The number of font units per em.

  • The major component of the font version.

  • The minor component of the font version.

  • The creation date recorded for the font.

  • The ten-number PANOSE classification, or nil when no classification is specified.

  • A note stored with the font for use in the editor.