OEFontFamily¶
This namespace contains constants representing various font family styles of the OEFont class.
See also
OEFont::GetFamily
methodOEFont::SetFamily
method
The OEFontFamily
namespace contains the
following constants:
Default
The default font family is
OEFontFamily::Arial
.
Arial
Sans-serif typeface. See example in Figure: Example of drawing text with ‘Arial’ font family.
Courier
Mono-spaced slab serif typeface See example in Figure: Example of drawing text with ‘Courier’ font family.
Helvetica
Sans-serif typeface. See example in Figure: Example of drawing text with ‘Helvetica’ font family.
Times
Serif typeface. See example in Figure: Example of drawing text with ‘Times’ font family.