
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. |
| |
Is Null. | |
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. | |
Returns true if set_anti_alias() was called. (Else, the anti-alias default setting depends on the implementation. | |
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. |
Detailed description:
This class allows you to setup a more advanced description when creating a font.