Pyrogenesis  trunk
Classes
TextRenderer.h File Reference
#include "graphics/Color.h"
#include "graphics/ShaderProgram.h"
#include "maths/Rect.h"
#include "maths/Vector2D.h"
#include "ps/CStrIntern.h"
#include "renderer/backend/IDeviceCommandContext.h"
#include <list>
Include dependency graph for TextRenderer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CTextRenderer
 
struct  CTextRenderer::SBatchRun
 A string (optionally owned by this object, or else pointing to an externally-owned string) with a position. More...
 
struct  CTextRenderer::SBatch
 A list of SBatchRuns, with a single font/color/transform, to be rendered in a single GL call. More...