This is the complete list of members for Graphics::BdfFont, including all inherited members.
BdfFont(const BdfFontData &data, DisposeAfterUse::Flag dispose) (defined in Graphics::BdfFont) | Graphics::BdfFont | |
cacheFontData(const BdfFont &font, const Common::Path &filename) (defined in Graphics::BdfFont) | Graphics::BdfFont | static |
drawChar(Surface *dst, uint32 chr, int x, int y, uint32 color) const | Graphics::BdfFont | virtual |
drawChar(ManagedSurface *dst, uint32 chr, int x, int y, uint32 color) const (defined in Graphics::Font) | Graphics::Font | virtual |
drawString(Surface *dst, const Common::String &str, int x, int y, int w, uint32 color, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
drawString(Surface *dst, const Common::U32String &str, int x, int y, int w, uint32 color, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
drawString(ManagedSurface *dst, const Common::String &str, int x, int _y, int w, uint32 color, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
drawString(ManagedSurface *dst, const Common::U32String &str, int x, int y, int w, uint32 color, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
Font() (defined in Graphics::Font) | Graphics::Font | inline |
getBoundingBox(uint32 chr) const | Graphics::Font | virtual |
getBoundingBox(const Common::String &str, int x=0, int y=0, const int w=0, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
getBoundingBox(const Common::U32String &str, int x=0, int _y=0, const int w=0, TextAlign align=kTextAlignLeft, int deltax=0, bool useEllipsis=false) const | Graphics::Font | |
getCharWidth(uint32 chr) const | Graphics::BdfFont | virtual |
getFamilyName() const (defined in Graphics::BdfFont) | Graphics::BdfFont | |
getFontAscent() const | Graphics::BdfFont | virtual |
getFontDescent() const | Graphics::Font | virtual |
getFontHeight() const | Graphics::BdfFont | virtual |
getFontLeading() const | Graphics::Font | virtual |
getFontName() const | Graphics::Font | inlinevirtual |
getFontSize() const (defined in Graphics::BdfFont) | Graphics::BdfFont | |
getFontSlant() const (defined in Graphics::BdfFont) | Graphics::BdfFont | |
getKerningOffset(uint32 left, uint32 right) const | Graphics::Font | virtual |
getMaxCharWidth() const | Graphics::BdfFont | virtual |
getStringWidth(const Common::String &str) const | Graphics::Font | |
getStringWidth(const Common::U32String &str) const | Graphics::Font | |
loadFont(Common::SeekableReadStream &stream) (defined in Graphics::BdfFont) | Graphics::BdfFont | static |
loadFromCache(Common::SeekableReadStream &stream) (defined in Graphics::BdfFont) | Graphics::BdfFont | static |
scaleFont(const BdfFont *src, int newSize) (defined in Graphics::BdfFont) | Graphics::BdfFont | static |
scaleSingleGlyph(Surface *scaleSurface, int *grayScaleMap, int grayScaleMapSize, int width, int height, int xOffset, int yOffset, int grayLevel, int chr, int srcheight, int srcwidth, float scale) const | Graphics::Font | |
wordWrapText(const Common::String &str, int maxWidth, Common::Array< Common::String > &lines, int initWidth=0, uint32 mode=kWordWrapOnExplicitNewLines) const | Graphics::Font | |
wordWrapText(const Common::U32String &str, int maxWidth, Common::Array< Common::U32String > &lines, int initWidth=0, uint32 mode=kWordWrapOnExplicitNewLines) const | Graphics::Font | |
wordWrapText(const Common::U32String &str, int maxWidth, Common::Array< Common::U32String > &lines, Common::Array< bool > &lineContinuation, int initWidth=0, uint32 mode=kWordWrapOnExplicitNewLines) const | Graphics::Font | |
~BdfFont() (defined in Graphics::BdfFont) | Graphics::BdfFont | |
~Font() (defined in Graphics::Font) | Graphics::Font | inlinevirtual |