38 virtual void renderGlyphWithAdvance(
DtPen& pen,
DtGlyph& glyph,
bool advance) = 0;
39 virtual void renderGlyphWithRightToLeft(
DtPen& pen,
DtGlyph& glyph,
bool rightToLeft) = 0;
Abstract class for handling glyph rendering.
Definition: DtGlyphRenderer.h:21
A class which represents a glyph instance.
Definition: DtGlyph.h:21
#define DT_DLL_VRVGRAPHICS
Contains DLL export macros.
Definition: vrvGraphics.h:19
A pen object with parameters on how to draw text.
Definition: DtBoundingBox.h:80
BitmapFormat
Definition: DtGlyphRenderer.h:25
Definition: DtGlyphRenderer.h:27