Font description class. More...
Derived from: | None |
Derived by: | None |
Group: | Font (Display) |
#include <ClanLib/display.h>
Class Members:
Construction: | |
Constructs a font description with default values. | |
Create null object. |
| |
Returns true if this object is invalid. | |
Throw an exception if this object is invalid. | |
Returns the typeface name. | |
Returns the font height. | |
Returns the font average width. | |
Returns the font escapement. | |
Returns the font orientation. | |
Returns the font weight. | |
Returns the font italic setting. | |
Returns the font underline setting. | |
Returns the font strikeout setting. | |
Returns the font fixed pitch setting. | |
Get the font anti-alias setting (defaults to true) | |
Get the font subpixel rendering setting (defaults to true) | |
\biref Get the font charset | |
Returns true if the font is identical. |
| |
Sets the typeface name. | |
Sets the font height. | |
Sets the font average width. | |
Sets the font escapement. | |
Sets the font orientation. | |
Sets the font weight. | |
Sets the font italic setting. | |
Sets the font underline setting. | |
Sets the font strikeout setting. | |
Sets the font fixed pitch setting. | |
Sets the font anti-alias setting (defaults to true) | |
Sets the font subpixel rendering setting (defaults to true) | |
Sets the font charset (defaults to charset_default) |
Detailed description:
This class allows you to setup a more advanced description when creating a font.