33 float horizontalAdvance()
const;
39 inline bool renderable()
const {
return myTextureID != 0; }
Dt2dPoint myAdvance
Definition: DtGlyph.h:54
Contains the makVrv::DtBoundingBox class declaration.
voidpf uLong int origin
Definition: ioapi.h:42
A 2D point.
Definition: DtBoundingBox.h:19
voidpf void uLong size
Definition: ioapi.h:39
bool renderable() const
Check to see if a glyph is renderable.
Definition: DtGlyph.h:39
A class which represents a glyph instance.
Definition: DtGlyph.h:21
#define DT_DLL_VRVGRAPHICS
Contains DLL export macros.
Definition: vrvGraphics.h:19
Dt2dPoint mySize
Definition: DtGlyph.h:48
int myTextureID
Definition: DtGlyph.h:42
Dt2dPoint myOrigin
Definition: DtGlyph.h:45
DtBoundingBox myBoundingBox
Definition: DtGlyph.h:57
A simple bounding box.
Definition: DtBoundingBox.h:101