MyGUI 3.0.1
|
#include "MyGUI_Precompiled.h"
#include "MyGUI_FactoryManager.h"
#include "MyGUI_FontManager.h"
#include "MyGUI_XmlDocument.h"
#include "MyGUI_ResourceManualFont.h"
#include "MyGUI_ResourceTrueTypeFont.h"
Go to the source code of this file.
Namespaces | |
namespace | MyGUI |
Functions | |
const std::string | MyGUI::XML_TYPE ("Font") |
const std::string | MyGUI::XML_TYPE_RESOURCE ("Resource") |
const std::string | MyGUI::XML_TYPE_PROPERTY ("Property") |
const std::string | MyGUI::RESOURCE_DEFAULT_NAME ("Default") |
Definition in file MyGUI_FontManager.cpp.