VDKFont Class Reference

Provides a raw font. More...

#include <vdkfont.h>

Inheritance diagram for VDKFont:

VDKRawObject

List of all members.

Public Member Functions


Detailed Description

Provides a raw font.

Constructor & Destructor Documentation

VDKFont::VDKFont ( char *  fname  ) 

Constructor

Parameters:
fname font name

VDKFont::VDKFont ( VDKObject obj,
char *  name 
)

Constructor

Parameters:
obj owner object
fname font name

VDKFont::~VDKFont (  )  [virtual]

Destructor


Member Function Documentation

int VDKFont::Height ( const char *  s  ) 

Return font height, 0 on failure

int VDKFont::Width ( const char *  s  ) 

Return font width, 0 on failure

bool VDKFont::operator== ( VDKFont f  ) 

Equality operator

VDKFont::operator char * (  ) 

Return font name

VDKFont::operator GdkFont * (  ) 

GdkFont* conversion, user should gdk_font_unref() after use

GdkFont * VDKFont::AsGdkFont (  ) 

GdkFont* conversion, user should gdk_font_unref() after use

int VDKFont::FontId (  ) 

Return font id (not more used)

PangoFontDescription * VDKFont::AsPangoFontDescription (  ) 

Returns pango font description


The documentation for this class was generated from the following files:

Generated on Tue May 6 03:40:10 2008 for vdk 2.4.0 by  doxygen 1.5.5