CEGUI::PixmapFont Member List

This is the complete list of members for CEGUI::PixmapFont, 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_ascenderCEGUI::Font [protected]
d_autoScaleCEGUI::Font [protected]
d_cp_mapCEGUI::Font [protected]
d_defaultResourceGroupCEGUI::Font [protected, static]
d_descenderCEGUI::Font [protected]
d_fileNameCEGUI::Font [protected]
d_glyphImagesCEGUI::PixmapFont [protected]
d_glyphPageLoadedCEGUI::Font [protected]
d_heightCEGUI::Font [protected]
d_horzScalingCEGUI::Font [protected]
d_imagesetOwnerCEGUI::PixmapFont [protected]
d_maxCodepointCEGUI::Font [protected]
d_nameCEGUI::Font [protected]
d_nativeHorzResCEGUI::Font [protected]
d_nativeVertResCEGUI::Font [protected]
d_origHorzScalingCEGUI::PixmapFont [protected]
d_resourceGroupCEGUI::Font [protected]
d_vertScalingCEGUI::Font [protected]
DefaultColourCEGUI::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]


Generated on Thu Nov 27 20:34:30 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1