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

A glyph renderer which renders the texture associated with a glyph.

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

Classes

struct  QuadVertexList
 

Public Member Functions

 DtTexturedGlyphRenderer ()
 
virtual ~DtTexturedGlyphRenderer ()
 
virtual void renderGlyph (const DtPen &pen, const DtGlyph &glyph, int group, const float position[4], float rotation, int &vertexIndex, int textureIndex)
 
virtual void renderGlyphWithRightToLeft (const DtPen &pen, const DtGlyph &glyph, bool rightToLeft, int group, const float position[4], float rotation, int &vertexIndex, int textureIndex)
 
- Public Member Functions inherited from makVrv::DtGlyphRenderer
 DtGlyphRenderer ()
 
virtual ~DtGlyphRenderer ()
 

Public Attributes

QuadVertexList myQuadVertexList
 

Additional Inherited Members

- Public Types inherited from makVrv::DtGlyphRenderer
enum  BitmapFormat { Alpha, RGB }
 

Constructor & Destructor Documentation

makVrv::DtTexturedGlyphRenderer::DtTexturedGlyphRenderer ( )

CTOR.

virtual makVrv::DtTexturedGlyphRenderer::~DtTexturedGlyphRenderer ( )
virtual

DTOR, releases resources.

Member Function Documentation

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

For each glyph to be rendered, the pen stores the location of the rendering. The glyph provides the glyph parameters. If advance is true advances position in pen by font size.

Implements makVrv::DtGlyphRenderer.

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

Member Data Documentation

QuadVertexList makVrv::DtTexturedGlyphRenderer::myQuadVertexList

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)