AaronCameron.net
I care not for your petty politics.
Not a Member? - Login or Create an Account
Thursday the 24th of May 2012 @ 03:53am
Front Page Journal Projects Your Profile About
[]

LibN2L-4 Library Code Reference

Classes
Compounds
Files
Members
Method Index
Full Reference

n2l::cFontInterface Class Reference

An interface class providing a standard set of methods by which all executors must be accessable. More...

#include <cFontInterface.h>

Inheritance diagram for n2l::cFontInterface:

Inheritance graph
[legend]
List of all members.

Public Member Functions


Detailed Description

An interface class providing a standard set of methods by which all executors must be accessable.

Definition at line 35 of file cFontInterface.h.


Constructor & Destructor Documentation

virtual n2l::cFontInterface::~cFontInterface  )  [inline, virtual]
 

Definition at line 38 of file cFontInterface.h.


Member Function Documentation

virtual const tVector2f n2l::cFontInterface::calcSize const tString iText,
const tFloat iGlyphHeight = 1.0f,
const tString::size_type  iStartPos = 0,
const tString::size_type  iLength = tString::npos
const [pure virtual]
 

Implemented in n2l::cTextureFont.

virtual void n2l::cFontInterface::draw const tVector2f iPos,
const tString iText,
const tFloat iGlyphHeight = 1.0f,
const tString::size_type  iStartPos = 0,
const tString::size_type  iLength = tString::npos
const [pure virtual]
 

Implemented in n2l::cTextureFont.

virtual void n2l::cFontInterface::draw const tString iText  )  const [pure virtual]
 

Implemented in n2l::cTextureFont.

virtual const tFloat n2l::cFontInterface::glyphRowSeperation const tFloat iGlyphHeight = 1.0f  )  const [pure virtual]
 

Implemented in n2l::cTextureFont.

virtual const tFloat n2l::cFontInterface::glyphSeperation const tFloat iGlyphHeight = 1.0f  )  const [pure virtual]
 

Implemented in n2l::cTextureFont.

virtual const tFloat n2l::cFontInterface::glyphWidth const tGlyphID  iGlyphID,
const tFloat iGlyphHeight = 1.0f
const [pure virtual]
 

Implemented in n2l::cTextureFont.


The documentation for this class was generated from the following file:
©2012 Aaron Cameron