14 #include <boost/unordered_map.hpp>
27 typedef boost::unordered_map<unsigned int, QuadVertexList >
TextureLists;
38 void setProjectedStringPosition(
const float pos[4] );
41 void setProjectedStringRotation(
float angle );
44 void setGroup(
unsigned int group );
49 virtual void renderGlyphWithAdvance(
DtPen& pen,
DtGlyph& glyph,
bool advance);
50 virtual void renderGlyphWithRightToLeft(
DtPen& pen,
DtGlyph& glyph,
bool rightToLeft);
64 size_t maxRenderDataSizeInBytes(
void)
const;
65 static size_t dataSizeInBytes(
const QuadVertexList& quads);
70 float myCurrentStringPos[4];