Module ocempgui.draw.Constants
Constants used by the ocempgui.draw module.
Font style constants
--------------------
Font style flsgs influence the rendering of the font and add, dependant
on the set flags, a bold, italic or underlined layout (or an combination
of those three).
The font flags are grouped in the FONT_STYLE_TYPES tuple.
FONT_STYLE_NORMAL
Default font style with no additional rendering.
FONT_STYLE_BOLD
Bold font rendering.
FONT_STYLE_ITALIC
Italic font rendering.
FONT_STYLE_UNDERLINE
Underlined font rendering.
constants_is_font_style(style)
C.constants_is_font_style (style) -> bool
Checks whether the passed value evaluates to a font style value.
-
|