#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 | FontFlag { Default, NoAntiAlias } |
| Enumerated type that contains the valid flags that can be passed to createFont when creating a new font. More... | |
| enum | TextFormatting { LeftAligned, RightAligned, Centred, WordWrapLeftAligned, WordWrapRightAligned, WordWrapCentred } |
| Enumerated type that contains valid formatting types that can be specified when rendering text into a Rect area (the formatting Rect). More... | |
|
|
Enumerated type that contains the valid flags that can be passed to createFont when creating a new font.
Definition at line 51 of file CEGUIFont.h. |
|
|
Enumerated type that contains valid formatting types that can be specified when rendering text into a Rect area (the formatting Rect).
Definition at line 62 of file CEGUIFont.h. Referenced by CEGUI::StaticText::configureScrollbars(), and CEGUI::StaticText::drawSelf(). |
1.3.9.1