#include <CSSUnit.hpp>
Public Member Functions | |
| Font (Length *_size, const uint32 _UID, const Colour &_color=CSS::Colours::Black) | |
| Default construction. | |
Public Attributes | |
| Colour | color |
| The font colour. | |
| Length * | size |
| The font size. | |
| uint32 | UID |
| The font unique identifier. | |
| CSS::Font::Font | ( | Length * | _size, | |
| const uint32 | _UID, | |||
| const Colour & | _color = CSS::Colours::Black | |||
| ) | [inline] |
Default construction.
The font colour.
The font size.
| uint32 CSS::Font::UID |
The font unique identifier.
