, including all inherited members.
addFontProperties() | CEGUI::Font | [protected] |
addPixmapFontProperties() | CEGUI::PixmapFont | [protected] |
addProperty(Property *property) | CEGUI::PropertySet | |
clearProperties(void) | CEGUI::PropertySet | |
CodepointMap typedef (defined in CEGUI::Font) | CEGUI::Font | [protected] |
d_ascender | CEGUI::Font | [protected] |
d_autoScale | CEGUI::Font | [protected] |
d_cp_map | CEGUI::Font | [protected] |
d_defaultResourceGroup | CEGUI::Font | [protected, static] |
d_descender | CEGUI::Font | [protected] |
d_fileName | CEGUI::Font | [protected] |
d_glyphImages | CEGUI::PixmapFont | [protected] |
d_glyphPageLoaded | CEGUI::Font | [protected] |
d_height | CEGUI::Font | [protected] |
d_horzScaling | CEGUI::Font | [protected] |
d_imagesetOwner | CEGUI::PixmapFont | [protected] |
d_maxCodepoint | CEGUI::Font | [protected] |
d_name | CEGUI::Font | [protected] |
d_nativeHorzRes | CEGUI::Font | [protected] |
d_nativeVertRes | CEGUI::Font | [protected] |
d_origHorzScaling | CEGUI::PixmapFont | [protected] |
d_resourceGroup | CEGUI::Font | [protected] |
d_vertScaling | CEGUI::Font | [protected] |
DefaultColour | CEGUI::Font | [static] |
defineMapping(const XMLAttributes &attributes) | CEGUI::PixmapFont | [protected, virtual] |
defineMapping(String image_name, utf32 codepoint, float horzAdvance) | CEGUI::PixmapFont | [protected] |
drawText(const String &text, const Rect &draw_area, float z, const Rect &clip_rect, TextFormatting fmt, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | |
drawText(const String &text, const Rect &draw_area, float z, const Rect &clip_rect, TextFormatting fmt, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Rect &draw_area, float z, const Rect &clip_rect, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Rect &draw_area, float z, TextFormatting fmt, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Rect &draw_area, float z, TextFormatting fmt, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Rect &draw_area, float z, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Vector3 &position, const Rect &clip_rect, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawText(const String &text, const Vector3 &position, const Rect &clip_rect, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [inline] |
drawTextLine(const String &text, const Vector3 &position, const Rect &clip_rect, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [protected] |
drawTextLineJustified(const String &text, const Rect &draw_area, const Vector3 &position, const Rect &clip_rect, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [protected] |
drawWrappedText(const String &text, const Rect &draw_area, float z, const Rect &clip_rect, TextFormatting fmt, const ColourRect &colours, float x_scale=1.0f, float y_scale=1.0f) | CEGUI::Font | [protected] |
Font(const String &name, const String &fontname, const String &resourceGroup="") | CEGUI::Font | [protected] |
Font(const XMLAttributes &attributes) | CEGUI::Font | [protected] |
Font_xmlHandler (defined in CEGUI::Font) | CEGUI::Font | [friend] |
FontManager (defined in CEGUI::PixmapFont) | CEGUI::PixmapFont | [friend] |
FontProperties::AutoScaled (defined in CEGUI::Font) | CEGUI::Font | [friend] |
FontProperties::FileName (defined in CEGUI::Font) | CEGUI::Font | [friend] |
FontProperties::Name (defined in CEGUI::Font) | CEGUI::Font | [friend] |
FontProperties::NativeRes (defined in CEGUI::Font) | CEGUI::Font | [friend] |
FontProperties::PixmapImageset (defined in CEGUI::PixmapFont) | CEGUI::PixmapFont | [friend] |
FontProperties::PixmapMapping (defined in CEGUI::PixmapFont) | CEGUI::PixmapFont | [friend] |
FontProperties::ResourceGroup (defined in CEGUI::Font) | CEGUI::Font | [friend] |
getBaseline(float y_scale=1.0f) const | CEGUI::Font | [inline] |
getCharAtPixel(const String &text, float pixel, float x_scale=1.0f) | CEGUI::Font | [inline] |
getCharAtPixel(const String &text, size_t start_char, float pixel, float x_scale=1.0f) | CEGUI::Font | |
getDefaultResourceGroup() | CEGUI::Font | [inline, static] |
getFontHeight(float y_scale=1.0f) const | CEGUI::Font | [inline] |
getFormattedLineCount(const String &text, const Rect &format_area, TextFormatting fmt, float x_scale=1.0f) | CEGUI::Font | |
getFormattedTextExtent(const String &text, const Rect &format_area, TextFormatting fmt, float x_scale=1.0f) | CEGUI::Font | |
getGlyphData(utf32 codepoint) | CEGUI::Font | [protected] |
getIterator(void) const | CEGUI::PropertySet | |
getLineSpacing(float y_scale=1.0f) const | CEGUI::Font | [inline] |
getNextWord(const String &in_string, size_t start_idx, String &out_string) const | CEGUI::Font | [protected] |
getProperty(const String &name) const | CEGUI::PropertySet | |
getPropertyDefault(const String &name) const | CEGUI::PropertySet | |
getPropertyHelp(const String &name) const | CEGUI::PropertySet | |
getTextExtent(const String &text, float x_scale=1.0f) | CEGUI::Font | |
getWrappedTextExtent(const String &text, float wrapWidth, float x_scale=1.0f) | CEGUI::Font | [protected] |
isCodepointAvailable(utf32 cp) const | CEGUI::Font | [inline] |
isPropertyDefault(const String &name) const | CEGUI::PropertySet | |
isPropertyPresent(const String &name) const | CEGUI::PropertySet | |
Iterator typedef (defined in CEGUI::PropertySet) | CEGUI::PropertySet | |
load() | CEGUI::PixmapFont | [virtual] |
notifyScreenResolution(const Size &size) | CEGUI::Font | [virtual] |
PixmapFont(const String &name, const String &fontname, const String &resourceGroup="") | CEGUI::PixmapFont | [protected] |
PixmapFont(const XMLAttributes &attributes) | CEGUI::PixmapFont | [protected] |
PropertyReceiver() (defined in CEGUI::PropertyReceiver) | CEGUI::PropertyReceiver | [inline] |
PropertySet(void) | CEGUI::PropertySet | [inline] |
rasterize(utf32 start_codepoint, utf32 end_codepoint) | CEGUI::Font | [protected, virtual] |
reinit() | CEGUI::PixmapFont | [protected] |
removeProperty(const String &name) | CEGUI::PropertySet | |
setDefaultResourceGroup(const String &resourceGroup) | CEGUI::Font | [inline, static] |
setMaxCodepoint(utf32 codepoint) | CEGUI::Font | [protected] |
setNativeResolution(const Size &size) | CEGUI::Font | [virtual] |
setProperty(const String &name, const String &value) | CEGUI::PropertySet | |
updateFont() | CEGUI::PixmapFont | [protected, virtual] |
writeXMLToStream(XMLSerializer &xml_stream) const | CEGUI::Font | [protected] |
writeXMLToStream_impl(XMLSerializer &xml_stream) const | CEGUI::PixmapFont | [protected, virtual] |
~Font() | CEGUI::Font | [protected, virtual] |
~PixmapFont() | CEGUI::PixmapFont | [protected, virtual] |
~PropertyReceiver() (defined in CEGUI::PropertyReceiver) | CEGUI::PropertyReceiver | [inline, virtual] |
~PropertySet(void) | CEGUI::PropertySet | [inline, virtual] |