OEFontStyle

This namespace encodes symbolic constants used as bit-masks to indicate the style of an OEFont object.

See also

The OEFontStyle namespace contains the following constants:

Default

The default font style is OEFontStyle::Normal.

Bold

See example in Figure: Example of drawing text with ‘Bold’ font style.

../../_images/OEFontStyle_Bold.png

Example of drawing text with ‘Bold’ font style

Italic

See example in Figure: Example of drawing text with ‘Italic’ font style.

../../_images/OEFontStyle_Italic.png

Example of drawing text with ‘Italic’ font style

Normal

See example in Figure: Example of drawing text with ‘Normal’ font style.

../../_images/OEFontStyle_Normal.png

Example of drawing text with ‘Normal’ font style