Package ocempgui :: Package draw :: Module Constants
[show private | hide private]
[frames | no frames]

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.

Function Summary
  constants_is_font_style(style)
C.constants_is_font_style (style) -> bool

Function Details

constants_is_font_style(style)

C.constants_is_font_style (style) -> bool

Checks whether the passed value evaluates to a font style value.

Generated by Epydoc 2.1 on Thu Jan 10 10:18:43 2008 http://epydoc.sf.net