OSDL::Video::TwoDimensional::Text::FixedFont Member List

This is the complete list of members for OSDL::Video::TwoDimensional::Text::FixedFont, including all inherited members.
_alineaWidthOSDL::Video::TwoDimensional::Text::Font [protected]
_backgroundColorOSDL::Video::TwoDimensional::Text::Font [protected]
_cacheSettingsOSDL::Video::TwoDimensional::Text::Font [protected]
_convertToDisplayOSDL::Video::TwoDimensional::Text::Font [protected]
_fontDataOSDL::Video::TwoDimensional::Text::FixedFont [protected]
_glyphCacheOSDL::Video::TwoDimensional::Text::Font [protected]
_heightOSDL::Video::TwoDimensional::Text::FixedFont [protected]
_renderingStyleOSDL::Video::TwoDimensional::Text::Font [protected]
_spaceWidthOSDL::Video::TwoDimensional::Text::Font [protected]
_textCacheOSDL::Video::TwoDimensional::Text::Font [protected]
_widthOSDL::Video::TwoDimensional::Text::FixedFont [protected]
AllowedCachePolicy enum nameOSDL::Video::TwoDimensional::Text::Font
basicBlitLatin1Glyph(Surface &targetSurface, Coordinate x, Coordinate y, Ceylan::Latin1Char character, Pixels::ColorDefinition glyphColor)OSDL::Video::TwoDimensional::Text::FixedFont [protected, virtual]
basicRenderLatin1Glyph(Ceylan::Latin1Char character, Pixels::ColorDefinition glyphColor)OSDL::Video::TwoDimensional::Text::FixedFont [protected, virtual]
basicRenderLatin1Text(const std::string &text, RenderQuality quality, Pixels::ColorDefinition textColor)OSDL::Video::TwoDimensional::Text::Font [protected]
Blended enum valueOSDL::Video::TwoDimensional::Text::Font
blitLatin1Glyph(Surface &targetSurface, Coordinate x, Coordinate y, Ceylan::Latin1Char character, RenderQuality quality=Solid, Pixels::ColorDefinition glyphColor=Pixels::White)OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
OSDL::Video::TwoDimensional::Text::Font::blitLatin1Glyph(Surface &targetSurface, Coordinate x, Coordinate y, Ceylan::Latin1Char character, RenderQuality quality=Solid, Pixels::ColorDefinition glyphColor=Pixels::White)=0OSDL::Video::TwoDimensional::Text::Font [pure virtual]
blitLatin1MultiLineText(Surface &targetSurface, const UprightRectangle &clientArea, const std::string &text, TextIndex &renderIndex, RenderQuality quality=Solid, Pixels::ColorDefinition textColor=Pixels::White, bool justified=true)OSDL::Video::TwoDimensional::Text::Font [virtual]
blitLatin1MultiLineText(Surface &targetSurface, Coordinate x, Coordinate y, Length width, Length height, const std::string &text, TextIndex &renderIndex, RenderQuality quality=Solid, Pixels::ColorDefinition textColor=Pixels::White, bool justified=true)OSDL::Video::TwoDimensional::Text::Font [virtual]
blitLatin1Text(Surface &targetSurface, Coordinate x, Coordinate y, const std::string &text, RenderQuality quality=Solid, Pixels::ColorDefinition textColor=Pixels::White)OSDL::Video::TwoDimensional::Text::Font [virtual]
blitLatin1Word(Surface &targetSurface, Coordinate x, Coordinate y, const std::string &word, RenderQuality quality=Solid, Pixels::ColorDefinition wordColor=Pixels::White)OSDL::Video::TwoDimensional::Text::Font [protected, virtual]
BoldOSDL::Video::TwoDimensional::Text::Font [static]
BuildFontFilenameFor(Length characterWidth, Length characterHeight, RenderingStyle renderingStyle)OSDL::Video::TwoDimensional::Text::FixedFont [protected, static]
DefaultGlyphCachedQuotaOSDL::Video::TwoDimensional::Text::Font [static]
DefaultQualityOSDL::Video::TwoDimensional::Text::FixedFont [protected, static]
DefaultSpaceBasedAlineaWidthOSDL::Video::TwoDimensional::Text::Font [static]
DefaultTextCachedQuotaOSDL::Video::TwoDimensional::Text::Font [static]
DefaultWordCachedQuotaOSDL::Video::TwoDimensional::Text::Font [static]
describeGlyphFor(Ceylan::Latin1Char character) const OSDL::Video::TwoDimensional::Text::Font [virtual]
DropLessRequestedFirst enum valueOSDL::Video::TwoDimensional::Text::Font
FixedFont(Length characterWidth, Length characterHeight, RenderingStyle renderingStyle=Normal, bool convertToDisplay=true, RenderCache cacheSettings=GlyphCached, AllowedCachePolicy cachePolicy=DropLessRequestedFirst, Ceylan::System::Size quota=0)OSDL::Video::TwoDimensional::Text::FixedFont
FixedFont(const std::string &fontFilename, bool convertToDisplay=true, RenderCache cacheSettings=GlyphCached, AllowedCachePolicy cachePolicy=DropLessRequestedFirst, Ceylan::System::Size quota=0)OSDL::Video::TwoDimensional::Text::FixedFont [explicit]
FixedFont(const FixedFont &source)OSDL::Video::TwoDimensional::Text::FixedFont [private]
FixedFontFileLocatorOSDL::Video::TwoDimensional::Text::FixedFont [static]
Font(bool convertToDisplay=true, RenderCache cacheSettings=GlyphCached, AllowedCachePolicy cachePolicy=DropLessRequestedFirst, Ceylan::System::Size quota=0)OSDL::Video::TwoDimensional::Text::Font [explicit]
FontCharacterCountOSDL::Video::TwoDimensional::Text::FixedFont [protected, static]
FontFileExtensionOSDL::Video::TwoDimensional::Text::FixedFont [static]
FontFileLocatorOSDL::Video::TwoDimensional::Text::Font [static]
FontPathEnvironmentVariableOSDL::Video::TwoDimensional::Text::Font [static]
getAdvance() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getAdvance(Ceylan::Latin1Char character) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getAlineaWidth() const OSDL::Video::TwoDimensional::Text::Font [virtual]
getAscent() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getBackgroundColor() const OSDL::Video::TwoDimensional::Text::Font
getBoundingBox() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getBoundingBoxFor(const std::string &word) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getConstLatin1WordFromCache(const std::string &word, RenderQuality quality, Pixels::ColorDefinition wordColor)OSDL::Video::TwoDimensional::Text::Font [protected, virtual]
getDescent() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
GetFontAttributesFrom(const std::string &filename, Length &characterWidth, Length &characterHeight, RenderingStyle &renderingStyle)OSDL::Video::TwoDimensional::Text::FixedFont [protected, static]
getHeight() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getHeightAboveBaseline(Ceylan::Latin1Char character) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getInterGlyphWidth() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getLineSkip() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
GetObtainedQualityFor(RenderQuality targetedQuality)OSDL::Video::TwoDimensional::Text::FixedFont [static]
getRenderingStyle() const OSDL::Video::TwoDimensional::Text::Font [virtual]
getWidth() const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getWidth(Ceylan::Latin1Char character) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
getWidthOffset(Ceylan::Latin1Char character) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
GlyphCached enum valueOSDL::Video::TwoDimensional::Text::Font
InterpretRenderingStyle(RenderingStyle style)OSDL::Video::TwoDimensional::Text::Font [static]
ItalicOSDL::Video::TwoDimensional::Text::Font [static]
loadFontFrom(const std::string &fontFilename)OSDL::Video::TwoDimensional::Text::FixedFont [protected, virtual]
NeverDrop enum valueOSDL::Video::TwoDimensional::Text::Font
None enum valueOSDL::Video::TwoDimensional::Text::Font
NormalOSDL::Video::TwoDimensional::Text::Font [static]
operator=(const FixedFont &source)OSDL::Video::TwoDimensional::Text::FixedFont [private]
RenderCache enum nameOSDL::Video::TwoDimensional::Text::Font
renderLatin1Glyph(Ceylan::Latin1Char character, RenderQuality quality=Solid, Pixels::ColorDefinition glyphColor=Pixels::White)OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
OSDL::Video::TwoDimensional::Text::Font::renderLatin1Glyph(Ceylan::Latin1Char character, RenderQuality quality=Solid, Pixels::ColorDefinition glyphColor=Pixels::White)=0OSDL::Video::TwoDimensional::Text::Font [pure virtual]
renderLatin1GlyphAlpha(Ceylan::Latin1Char character, RenderQuality quality=Solid, Pixels::ColorDefinition glyphColor=Pixels::White)OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
renderLatin1MultiLineText(Length width, Length height, const std::string &text, TextIndex &renderIndex, Coordinate &lastOrdinateUsed, RenderQuality quality=Solid, Pixels::ColorDefinition textColor=Pixels::White, bool justified=true)OSDL::Video::TwoDimensional::Text::Font [virtual]
renderLatin1Text(const std::string &text, RenderQuality quality=Solid, Pixels::ColorDefinition textColor=Pixels::White)OSDL::Video::TwoDimensional::Text::Font [virtual]
renderLatin1TextWithTextCached(const std::string &text, RenderQuality quality, Pixels::ColorDefinition textColor)OSDL::Video::TwoDimensional::Text::Font [protected]
renderLatin1TextWithWordCached(const std::string &text, RenderQuality quality, Pixels::ColorDefinition textColor)OSDL::Video::TwoDimensional::Text::Font [protected]
RenderQuality enum nameOSDL::Video::TwoDimensional::Text::Font
setAlineaWidth(Width newAlineaWidth)OSDL::Video::TwoDimensional::Text::Font [virtual]
setBackgroundColor(Pixels::ColorDefinition newBackgroundColor)OSDL::Video::TwoDimensional::Text::Font [virtual]
SetFontSettings(const Ceylan::Byte *fontData, Length characterWidth, Length characterHeight)OSDL::Video::TwoDimensional::Text::FixedFont [static]
setRenderingStyle(RenderingStyle newStyle)OSDL::Video::TwoDimensional::Text::Font [virtual]
Shaded enum valueOSDL::Video::TwoDimensional::Text::Font
Solid enum valueOSDL::Video::TwoDimensional::Text::Font
SpaceWidthFactorOSDL::Video::TwoDimensional::Text::FixedFont [static]
submitLatin1GlyphToCache(Ceylan::Latin1Char character, Pixels::ColorDefinition glyphColor)OSDL::Video::TwoDimensional::Text::FixedFont [protected, virtual]
TextCached enum valueOSDL::Video::TwoDimensional::Text::Font
toString(Ceylan::VerbosityLevels level=Ceylan::high) const OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
UnderlineOSDL::Video::TwoDimensional::Text::Font [static]
WordCached enum valueOSDL::Video::TwoDimensional::Text::Font
~FixedFont()OSDL::Video::TwoDimensional::Text::FixedFont [virtual]
~Font()OSDL::Video::TwoDimensional::Text::Font [virtual]
Generated on Mon Nov 29 14:06:34 2010 for OSDL by  doxygen 1.6.3