deFontGlyph Class Reference

Text Font Glyph class. More...

#include <deFontGlyph.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deFontGlyph ()
 Creates a new font glyph.
 ~deFontGlyph ()
 Cleans up the font glyph.
Management
int GetCode () const
 Retrieves the code.
void SetCode (int code)
 Sets the code.
int GetU () const
 Retrieves the u position.
void SetU (int u)
 Sets the u position.
int GetV () const
 Retrieves the v position.
void SetV (int v)
 Sets the v position.
int GetWidth () const
 Retrieves the width.
void SetWidth (int width)
 Sets the width.
int GetBearing () const
 Retrieves the bearing in x direction.
void SetBearing (int bearing)
 Sets the bearing in x direction.
int GetAdvance () const
 Retrieves the advance in x direction.
void SetAdvance (int advance)
 Sets the advance in x direction.

Detailed Description

Text Font Glyph class.

Describes one glyph in a font.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deFontGlyph::deFontGlyph (  )

Creates a new font glyph.

deFontGlyph::~deFontGlyph (  )

Cleans up the font glyph.


Member Function Documentation

int deFontGlyph::GetAdvance (  ) const [inline]

Retrieves the advance in x direction.

int deFontGlyph::GetBearing (  ) const [inline]

Retrieves the bearing in x direction.

int deFontGlyph::GetCode (  ) const [inline]

Retrieves the code.

int deFontGlyph::GetU (  ) const [inline]

Retrieves the u position.

int deFontGlyph::GetV (  ) const [inline]

Retrieves the v position.

int deFontGlyph::GetWidth (  ) const [inline]

Retrieves the width.

void deFontGlyph::SetAdvance ( int  advance )

Sets the advance in x direction.

void deFontGlyph::SetBearing ( int  bearing )

Sets the bearing in x direction.

void deFontGlyph::SetCode ( int  code )

Sets the code.

void deFontGlyph::SetU ( int  u )

Sets the u position.

void deFontGlyph::SetV ( int  v )

Sets the v position.

void deFontGlyph::SetWidth ( int  width )

Sets the width.


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