freetypy.STYLE_FLAG

class freetypy.STYLE_FLAG

Bit flags indicating the style of a Face.

  • ITALIC: Indicates that a given face style is italic or oblique.
  • BOLD: Indicates that a given face is bold.
__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Attributes

BOLD
ITALIC