Provides a raw font.
More...
#include <vdkfont.h>
◆ VDKFont() [1/2]
VDKFont::VDKFont |
( |
char * |
fname | ) |
|
◆ VDKFont() [2/2]
VDKFont::VDKFont |
( |
VDKObject * |
obj, |
|
|
char * |
name |
|
) |
| |
Constructor
- Parameters
-
obj | owner object |
fname | font name |
◆ ~VDKFont()
◆ AsGdkFont()
GdkFont * VDKFont::AsGdkFont |
( |
| ) |
|
GdkFont* conversion, user should gdk_font_unref() after use
◆ AsPangoFontDescription()
PangoFontDescription * VDKFont::AsPangoFontDescription |
( |
| ) |
|
Returns pango font description
◆ FontId()
Return font id (not more used)
◆ Height()
int VDKFont::Height |
( |
const char * |
s | ) |
|
Return font height, 0 on failure
◆ operator char *()
VDKFont::operator char * |
( |
| ) |
|
◆ operator GdkFont *()
VDKFont::operator GdkFont * |
( |
| ) |
|
GdkFont* conversion, user should gdk_font_unref() after use
◆ operator==()
bool VDKFont::operator== |
( |
VDKFont & |
f | ) |
|
◆ Width()
int VDKFont::Width |
( |
const char * |
s | ) |
|
Return font width, 0 on failure
The documentation for this class was generated from the following files: