VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
makVrv::DtGlyphRenderer Class Referenceabstract

Abstract class for handling glyph rendering.

Inheritance diagram for makVrv::DtGlyphRenderer:
Inheritance graph
[legend]

Public Types

enum  BitmapFormat { Alpha, RGB }
 

Public Member Functions

 DtGlyphRenderer ()
 
virtual ~DtGlyphRenderer ()
 
virtual void renderGlyph (const DtPen &pen, const DtGlyph &glyph, int group, const float position[4], float rotation, int &vertexIndex, int textureId)=0
 
virtual void renderGlyphWithRightToLeft (const DtPen &pen, const DtGlyph &glyph, bool rightToLeft, int group, const float position[4], float rotation, int &vertexIndex, int textureId)=0
 

Member Enumeration Documentation

Enumerator
Alpha 
RGB 

Constructor & Destructor Documentation

makVrv::DtGlyphRenderer::DtGlyphRenderer ( )
virtual makVrv::DtGlyphRenderer::~DtGlyphRenderer ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtGlyphRenderer::renderGlyph ( const DtPen pen,
const DtGlyph glyph,
int  group,
const float  position[4],
float  rotation,
int vertexIndex,
int  textureId 
)
pure virtual

For each glyph to be rendered, the pen stores the location of the rendering. The glyph provides the glyph parameters.

Implemented in makVrv::DtTexturedGlyphRenderer.

virtual void makVrv::DtGlyphRenderer::renderGlyphWithRightToLeft ( const DtPen pen,
const DtGlyph glyph,
bool  rightToLeft,
int  group,
const float  position[4],
float  rotation,
int vertexIndex,
int  textureId 
)
pure virtual

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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)