#include "OSDLFont.h"
#include "Ceylan.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Video::TwoDimensional::Text::FixedFont |
Models fixed fonts, a category which gathers all fonts whose rendering demands little resources, but cannot be scaled, as opposed to Truetype fonts. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Video |
namespace | OSDL::Video::TwoDimensional |
namespace | OSDL::Video::TwoDimensional::Text |
Functions | |
OSDL_DLL bool | OSDL::Video::TwoDimensional::Text::printBasic (const std::string &text, Surface &targetSurface, Coordinate x, Coordinate y, Pixels::ColorElement red, Pixels::ColorElement blue, Pixels::ColorElement green, Pixels::ColorElement alpha=Pixels::AlphaOpaque) |
Prints specified string on target surface, with specified color, taking as upper left corner specified coordinates. | |
OSDL_DLL bool | OSDL::Video::TwoDimensional::Text::printBasic (const std::string &text, Surface &targetSurface, Coordinate x, Coordinate y, Pixels::ColorDefinition colorDef) |
Prints specified string on target surface, with specified color, taking as upper left corner specified coordinates. | |
Variables | |
OSDL_DLL const Length | OSDL::Video::TwoDimensional::Text::BasicFontCharacterWidth = 8 |
The character width of fixed basic font. | |
OSDL_DLL const Length | OSDL::Video::TwoDimensional::Text::BasicFontCharacterHeight = 8 |
The character height of fixed basic font. |