VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
makVrv::DtGlyphRenderer Class Reference

Abstract class for handling glyph rendering. More...

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

Public Types

enum  BitmapFormat { Alpha, RGB }

Public Member Functions

 DtGlyphRenderer ()
virtual ~DtGlyphRenderer ()
 DTOR.
virtual void renderGlyphWithAdvance (DtPen &pen, DtGlyph &glyph, bool advance)=0
 For each glyph to be rendered, the pen stores the location of the rendering.
virtual void renderGlyphWithRightToLeft (DtPen &pen, DtGlyph &glyph, bool rightToLeft)=0

Detailed Description

Abstract class for handling glyph rendering.

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::renderGlyphWithAdvance ( DtPen pen,
DtGlyph glyph,
bool  advance 
)
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 ( DtPen pen,
DtGlyph glyph,
bool  rightToLeft 
)
pure virtual

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

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)