#include <CEGUIFont_xmlHandler.h>
Inheritance diagram for CEGUI::Font_xmlHandler:
Public Member Functions | |
Font_xmlHandler (Font *font) | |
Constructor for Font::xmlHandler objects. | |
virtual | ~Font_xmlHandler (void) |
Destructor for Font::xmlHandler objects. | |
virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
document processing (only care about elements, schema validates format) | |
virtual void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. |
Definition at line 40 of file CEGUIFont_xmlHandler.h.
|
Constructor for Font::xmlHandler objects.
Definition at line 53 of file CEGUIFont_xmlHandler.h. |
|
Destructor for Font::xmlHandler objects.
Definition at line 59 of file CEGUIFont_xmlHandler.h. |
|
Method called to notify the handler at the end of each XML element encountered.
Reimplemented from CEGUI::XMLHandler. Definition at line 260 of file CEGUIFont_xmlHandler.cpp. References CEGUI::Font::d_freetype, CEGUI::Font::d_name, CEGUI::Font::defineFontGlyphs(), CEGUI::Logger::getSingleton(), CEGUI::Informative, and CEGUI::Logger::logEvent(). |
|
document processing (only care about elements, schema validates format)
Reimplemented from CEGUI::XMLHandler. Definition at line 81 of file CEGUIFont_xmlHandler.cpp. References CEGUI::String::append(), CEGUI::Font::constructor_impl(), CEGUI::ImagesetManager::createImageset(), CEGUI::Font::d_autoScale, CEGUI::Font::d_cp_map, CEGUI::Font::d_freetype, CEGUI::Font::d_glyph_images, CEGUI::Font::d_horzScaling, CEGUI::Font::d_name, CEGUI::Font::d_sourceFilename, CEGUI::String::find(), CEGUI::Imageset::getImage(), CEGUI::ImagesetManager::getSingleton(), CEGUI::Logger::getSingleton(), CEGUI::XMLAttributes::getValueAsBool(), CEGUI::XMLAttributes::getValueAsInteger(), CEGUI::XMLAttributes::getValueAsString(), CEGUI::Informative, CEGUI::String::length(), CEGUI::Logger::logEvent(), CEGUI::NoAntiAlias, CEGUI::String::npos, CEGUI::Font::setAutoScalingEnabled(), and CEGUI::Font::setNativeResolution(). |