#include <tilebuf.h>
Public Member Functions | |
FontBuffer (FontWrapper *font) | |
void | add (const formatted_string &fs, float x, float y) |
void | add (const std::string &s, const VColour &col, float x, float y) |
Protected Attributes | |
FontWrapper * | m_font |
FontBuffer::FontBuffer | ( | FontWrapper * | font | ) |
void FontBuffer::add | ( | const formatted_string & | fs, | |
float | x, | |||
float | y | |||
) |
void FontBuffer::add | ( | const std::string & | s, | |
const VColour & | col, | |||
float | x, | |||
float | y | |||
) |
FontWrapper* FontBuffer::m_font [protected] |