Go to the documentation of this file.
23 unsigned textWidth(
const std::wstring& text,
24 const std::wstring& fontName,
unsigned fontHeight,
25 unsigned fontFlags = 0);
34 void drawText(Bitmap& bitmap,
const std::wstring& text,
int x,
int y,
35 Color c,
const std::wstring& fontName,
unsigned fontHeight,
36 unsigned fontFlags = 0);
46 const std::wstring& fontName,
unsigned fontHeight,
47 unsigned fontFlags = 0);
62 const std::wstring& fontName,
unsigned fontHeight,
63 int lineSpacing,
unsigned width,
TextAlign align,
64 unsigned fontFlags = 0);
68 void registerEntity(
const std::wstring& name,
const Bitmap& replacement);