MyGUI
3.2.0
|
#include "MyGUI_Precompiled.h"
#include "MyGUI_ResourceTrueTypeFont.h"
#include "MyGUI_DataManager.h"
#include "MyGUI_RenderManager.h"
Go to the source code of this file.
Namespaces | |
namespace | MyGUI |
Variables | |
const unsigned char | MyGUI::FONT_MASK_SELECT = 0x88 |
const unsigned char | MyGUI::FONT_MASK_SELECT_DEACTIVE = 0x60 |
const unsigned char | MyGUI::FONT_MASK_SPACE = 0x00 |
const unsigned char | MyGUI::FONT_MASK_CHAR = 0xFF |
const int | MyGUI::MIN_FONT_TEXTURE_WIDTH = 256 |
Definition in file MyGUI_ResourceTrueTypeFont.cpp.