Module Image.Fonts
- Description
Abstracted Font-handling support. Should be used instead of accessing the FreeType, TTF and Image.Font modules directly.
- Constant BLACK
constantintImage.Fonts.BLACK- Description
The font is/should be black.
- Note
This also implies BOLD.
- Constant BOLD
constantintImage.Fonts.BOLD- Description
The font is/should be bold.
- Constant ITALIC
constantintImage.Fonts.ITALIC- Description
The font is/should be italic.
- Constant NO_FAKE
constantintImage.Fonts.NO_FAKE- Description
Used in open_font() to specify that no fake bold or italic should be attempted.