This is the complete list of members for Got::Gfx::Font, including all inherited members.
| drawAlphaChar(Surface *dst, uint32 chr, int x, int y, uint32 color) const | Graphics::Font | virtual |
| drawAlphaChar(ManagedSurface *dst, uint32 chr, int x, int y, uint32 color) const (defined in Graphics::Font) | Graphics::Font | virtual |
| drawAlphaString(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 | |
| drawAlphaString(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 | |
| drawAlphaString(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 | |
| drawAlphaString(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 | |
| drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override | Got::Gfx::Font | virtual |
| drawChar(Graphics::ManagedSurface *dst, uint32 chr, int x, int y, uint32 color) const override (defined in Got::Gfx::Font) | Got::Gfx::Font | inlinevirtual |
| drawString(Graphics::ManagedSurface *src, const Common::Point &pos, const Common::String &text, int color) (defined in Got::Gfx::Font) | Got::Gfx::Font | |
| Graphics::Font::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 | |
| 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 | |
| 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 | |
| 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 override | Got::Gfx::Font | inlinevirtual |
| getFontAscent() const | Graphics::Font | virtual |
| getFontDescent() const | Graphics::Font | virtual |
| getFontHeight() const override | Got::Gfx::Font | inlinevirtual |
| getFontLeading() const | Graphics::Font | virtual |
| getFontName() const | Graphics::Font | inlinevirtual |
| getKerningOffset(uint32 left, uint32 right) const | Graphics::Font | virtual |
| getMaxCharWidth() const override | Got::Gfx::Font | inlinevirtual |
| getStringWidth(const Common::String &str) const | Graphics::Font | |
| getStringWidth(const Common::U32String &str) const | Graphics::Font | |
| load() (defined in Got::Gfx::Font) | Got::Gfx::Font | |
| rawDrawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const (defined in Got::Gfx::Font) | Got::Gfx::Font | |
| 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 | |
| ~Font() (defined in Graphics::Font) | Graphics::Font | inlinevirtual |