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