![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
A softreference to a font. More...
#include <gfont.h>
Public Member Functions | |
gFont (const std::string &family, int pointSize) | |
Constructs a font with the given name and size. More... | |
virtual | ~gFont () |
gFont () | |
![]() | |
void | operator delete (void *p) |
virtual void | AddRef ()=0 |
virtual void | Release ()=0 |
Public Attributes | |
std::string | family |
int | pointSize |
Additional Inherited Members | |
![]() | |
virtual | ~iObject () |
A softreference to a font.
The font is specified by a name and a size. gFont
is part of the gdi.
|
inline |
Constructs a font with the given name and size.
family | The name of the font, for example "NimbusSansL-Regular Sans L Regular". |
pointSize | the size of the font in PIXELS. |
|
inlinevirtual |
|
inline |
std::string gFont::family |
int gFont::pointSize |