![]() |
Pioneer
|
#include <DistanceFieldFont.h>


Public Member Functions | |
| DistanceFieldFont (const std::string &definitionFileName, Graphics::Texture *) | |
| void | GetGeometry (Graphics::VertexArray &, const std::string &, const vector2f &offset) |
| Graphics::Texture * | GetTexture () const |
| Graphics::VertexArray * | CreateVertexArray () const |
Public Member Functions inherited from RefCounted | |
| RefCounted () | |
| virtual | ~RefCounted () |
| void | IncRefCount () const |
| void | DecRefCount () const |
| int | GetRefCount () const |
Public Member Functions inherited from LuaWrappable | |
| virtual | ~LuaWrappable () |
| Text::DistanceFieldFont::DistanceFieldFont | ( | const std::string & | definitionFileName, |
| Graphics::Texture * | tex | ||
| ) |

| Graphics::VertexArray * Text::DistanceFieldFont::CreateVertexArray | ( | ) | const |
| void Text::DistanceFieldFont::GetGeometry | ( | Graphics::VertexArray & | va, |
| const std::string & | text, | ||
| const vector2f & | offset | ||
| ) |

|
inline |