#include <TrueTypeFont.h>
Public Member Functions | |
| TrueTypeFont (const std::string &typeFace, unsigned int h) | |
| virtual | ~TrueTypeFont () |
| bool | getImageForText (const std::string &text, wxImage &image) |
Protected Member Functions | |
| bool | createCharacter (FT_Face face, unsigned char ch) |
Protected Attributes | |
| FT_Face | face |
| FT_Library | library |
| FT_Glyph | glyphs [128] |
| FT_Bitmap * | bitmaps [128] |
Definition at line 33 of file TrueTypeFont.h.
| TrueTypeFont::TrueTypeFont | ( | const std::string & | typeFace, | |
| unsigned int | h | |||
| ) |
| TrueTypeFont::~TrueTypeFont | ( | ) | [virtual] |
| bool TrueTypeFont::getImageForText | ( | const std::string & | text, | |
| wxImage & | image | |||
| ) |
| bool TrueTypeFont::createCharacter | ( | FT_Face | face, | |
| unsigned char | ch | |||
| ) | [protected] |
Definition at line 64 of file TrueTypeFont.cpp.
References bitmaps, and glyphs.
Referenced by TrueTypeFont().
FT_Face TrueTypeFont::face [protected] |
Definition at line 42 of file TrueTypeFont.h.
Referenced by getImageForText(), TrueTypeFont(), and ~TrueTypeFont().
FT_Library TrueTypeFont::library [protected] |
FT_Glyph TrueTypeFont::glyphs[128] [protected] |
FT_Bitmap* TrueTypeFont::bitmaps[128] [protected] |
1.5.3