#include "CEGUIBase.h"
#include "CEGUIString.h"
#include "CEGUIRect.h"
#include "CEGUIVector.h"
#include "CEGUIColourRect.h"
#include <map>
Include dependency graph for CEGUIFont.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::Font |
Class that encapsulates text rendering functionality for a typeface. More... | |
struct | CEGUI::Font::glyphDat |
struct to hold extra details about a glyph (required for proper rendering) | |
Enumerations | |
enum | CEGUI::FontFlag { CEGUI::Default, CEGUI::NoAntiAlias } |
Enumerated type that contains the valid flags that can be passed to createFont when creating a new font. More... | |
enum | CEGUI::TextFormatting { CEGUI::LeftAligned, CEGUI::RightAligned, CEGUI::Centred, CEGUI::Justified, CEGUI::WordWrapLeftAligned, CEGUI::WordWrapRightAligned, CEGUI::WordWrapCentred, CEGUI::WordWrapJustified } |
Enumerated type that contains valid formatting types that can be specified when rendering text into a Rect area (the formatting Rect). More... |