loads Morrowind's .fnt/.tex fonts for use with MyGUI and OSG
More...
#include <fontloader.hpp>
loads Morrowind's .fnt/.tex fonts for use with MyGUI and OSG
- Note
- The FontLoader needs to remain in scope as long as you want to use the loaded fonts.
Gui::FontLoader::~FontLoader |
( |
| ) |
|
Gui::FontLoader::FontLoader |
( |
const FontLoader & |
| ) |
|
|
private |
void Gui::FontLoader::loadAllFonts |
( |
bool |
exportToFile | ) |
|
- Parameters
-
exportToFile | export the converted fonts (Images and XML with glyph metrics) to files? |
void Gui::FontLoader::loadFont |
( |
const std::string & |
fileName, |
|
|
bool |
exportToFile |
|
) |
| |
|
private |
- Parameters
-
exportToFile | export the converted font (Image and XML with glyph metrics) to files? |
void Gui::FontLoader::operator= |
( |
const FontLoader & |
| ) |
|
|
private |
std::vector<MyGUI::ResourceManualFont*> Gui::FontLoader::mFonts |
|
private |
std::vector<MyGUI::ITexture*> Gui::FontLoader::mTextures |
|
private |
The documentation for this class was generated from the following files: