HPGCC3 Documentation 3.0 R003

gFont Class Reference

#include <gui.h>

Public Member Functions

int TextWidth (char *Text)
int CharWidth (char T)
int TextHeight ()
 gFont ()
 gFont (int height)
 gFont (gFontData *data)

Data Fields

gFontDataFontData
int MaxWidth

Detailed Description

Definition at line 448 of file gui.h.


Constructor & Destructor Documentation

gFont::gFont ( ) [inline]

Definition at line 455 of file gui.h.

gFont::gFont ( int  height)
gFont::gFont ( gFontData data)

Member Function Documentation

int gFont::CharWidth ( char  T) [inline]

Definition at line 453 of file gui.h.

References FontData, and gFontData::WidthMap.

int gFont::TextHeight ( ) [inline]

Definition at line 454 of file gui.h.

References gFontData::BitmapHeight, and FontData.

int gFont::TextWidth ( char *  Text)

Field Documentation

Definition at line 450 of file gui.h.

Referenced by CharWidth(), and TextHeight().

Definition at line 451 of file gui.h.


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