This is the complete list of members for Graphics::MacFONTFont, 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(Surface *dst, uint32 chr, int x, int y, uint32 color) const | Graphics::MacFONTFont | 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::MacFONTFont | virtual |
| getFontAscent() const | Graphics::MacFONTFont | inlinevirtual |
| getFontDescent() const | Graphics::MacFONTFont | inlinevirtual |
| getFontHeight() const | Graphics::MacFONTFont | inlinevirtual |
| getFontLeading() const | Graphics::MacFONTFont | inlinevirtual |
| getFontName() const | Graphics::Font | inlinevirtual |
| getFontSize() const (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | inline |
| getKerningOffset(uint32 left, uint32 right) const | Graphics::MacFONTFont | virtual |
| getMaxCharWidth() const | Graphics::MacFONTFont | inlinevirtual |
| getStringWidth(const Common::String &str) const | Graphics::Font | |
| getStringWidth(const Common::U32String &str) const | Graphics::Font | |
| loadFont(Common::SeekableReadStream &stream, MacFontFamily *family=nullptr, int size=12, int style=0) (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | |
| MacFONTFont() (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | |
| MacFONTFont(const MacFONTdata &data) (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | |
| scaleFont(const MacFONTFont *src, int newSize, int slant) (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | 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 | |
| testBlit(const MacFONTFont *src, ManagedSurface *dst, int color, int x0, int y0, int width) (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | static |
| 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 |
| ~MacFONTFont() (defined in Graphics::MacFONTFont) | Graphics::MacFONTFont | virtual |