#include <CEGUIFont_xmlHandler.h>
Collaboration 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 | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES_CPP_NAMESPACE::Attributes &attrs) |
| document processing (only care about elements, schema validates format) | |
| virtual void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
| virtual void | warning (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
| error processing | |
| virtual void | error (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
| virtual void | fatalError (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
Definition at line 41 of file CEGUIFont_xmlHandler.h.
|
|
Constructor for Font::xmlHandler objects.
Definition at line 54 of file CEGUIFont_xmlHandler.h. |
|
|
Destructor for Font::xmlHandler objects.
Definition at line 60 of file CEGUIFont_xmlHandler.h. |
|
||||||||||||||||
|
Definition at line 269 of file CEGUIFont_xmlHandler.cpp. References CEGUI::Font::d_freetype, CEGUI::Font::d_name, CEGUI::Font::defineFontGlyphs(), and CEGUI::Informative. |
|
|
Definition at line 293 of file CEGUIFont_xmlHandler.cpp. |
|
|
Definition at line 298 of file CEGUIFont_xmlHandler.cpp. |
|
||||||||||||||||||||
|
document processing (only care about elements, schema validates format)
Definition at line 84 of file CEGUIFont_xmlHandler.cpp. References CEGUI::String::append(), CEGUI::Font::constructor_impl(), CEGUI::Font::d_cp_map, CEGUI::Font::d_freetype, CEGUI::Font::d_glyph_images, CEGUI::Font::d_horzScaling, CEGUI::Font::d_name, CEGUI::String::find(), CEGUI::Imageset::getImage(), CEGUI::Informative, CEGUI::String::length(), CEGUI::Font::setAutoScalingEnabled(), CEGUI::Font::setNativeResolution(), CEGUI::uint, CEGUI::utf32, and CEGUI::utf8. |
|
|
error processing
Definition at line 288 of file CEGUIFont_xmlHandler.cpp. |
1.3.9.1