VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
makVrv::DtDefaultTextLayout Class Reference
Inheritance diagram for makVrv::DtDefaultTextLayout:
Inheritance graph
[legend]

Public Member Functions

 DtDefaultTextLayout ()
 
virtual ~DtDefaultTextLayout ()
 
 DtDefaultTextLayout (const DtDefaultTextLayout &other)=delete
 
DtDefaultTextLayoutoperator= (const DtDefaultTextLayout &other)=delete
 
virtual void renderText (DtTexturedGlyphRenderer *, const DtTextProxy *, DtFontSP, const DtBoundingBox &)
 
virtual Dt2dPoint calculateGlyphSize (const DtFontSP &font, const DtPen &pen, const DtUnicode &string, unsigned int pos=0, int len=-1) const
 
virtual DtBoundingBox calculateBoundingBox (const DtFontSP &font, const DtPen &pen, const DtUnicode &string, unsigned int pos=0, int len=-1) const
 
virtual bool isShaped (void) const
 
- Public Member Functions inherited from makVrv::DtTextLayoutInterface
 DtTextLayoutInterface ()
 
virtual ~DtTextLayoutInterface ()
 
 DtTextLayoutInterface (const DtTextLayoutInterface &other)=delete
 
DtTextLayoutInterfaceoperator= (const DtTextLayoutInterface &other)=delete
 

Private Attributes

DtUnicode myLastStringRendered
 

Constructor & Destructor Documentation

makVrv::DtDefaultTextLayout::DtDefaultTextLayout ( )

CTOR.

virtual makVrv::DtDefaultTextLayout::~DtDefaultTextLayout ( )
virtual

DTOR.

makVrv::DtDefaultTextLayout::DtDefaultTextLayout ( const DtDefaultTextLayout other)
delete

Copy Constructor not implemented - Copy not allowed.

Member Function Documentation

DtDefaultTextLayout& makVrv::DtDefaultTextLayout::operator= ( const DtDefaultTextLayout other)
delete

Assignment Operator not implemented - Assignment not allowed.

virtual void makVrv::DtDefaultTextLayout::renderText ( DtTexturedGlyphRenderer ,
const DtTextProxy ,
DtFontSP  ,
const DtBoundingBox  
)
virtual

Renders the text to the given glyph renderer.

Implements makVrv::DtTextLayoutInterface.

virtual Dt2dPoint makVrv::DtDefaultTextLayout::calculateGlyphSize ( const DtFontSP font,
const DtPen pen,
const DtUnicode string,
unsigned int  pos = 0,
int  len = -1 
) const
virtual

Calculates the bounding box for a string.

Implements makVrv::DtTextLayoutInterface.

virtual DtBoundingBox makVrv::DtDefaultTextLayout::calculateBoundingBox ( const DtFontSP font,
const DtPen pen,
const DtUnicode string,
unsigned int  pos = 0,
int  len = -1 
) const
virtual

Calculate the bounding box for a string.

Implements makVrv::DtTextLayoutInterface.

virtual bool makVrv::DtDefaultTextLayout::isShaped ( void  ) const
inlinevirtual

Member Data Documentation

DtUnicode makVrv::DtDefaultTextLayout::myLastStringRendered
private

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)