This is the complete list of members for Dgds::PFont, including all inherited members.
| _count (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| _glyphs (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| _h (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| _offsets (defined in Dgds::PFont) | Dgds::PFont | protected |
| _rawData (defined in Dgds::PFont) | Dgds::PFont | protected |
| _start (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| _w (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| _widths (defined in Dgds::PFont) | Dgds::PFont | protected |
| charOffset(byte chr) const override (defined in Dgds::PFont) | Dgds::PFont | protectedvirtual |
| DgdsFont(byte w, byte h, byte start, byte count, const byte *glyphs) (defined in Dgds::DgdsFont) | Dgds::DgdsFont | |
| 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 | Dgds::PFont | virtual |
| drawChar(ManagedSurface *dst, uint32 chr, int x, int y, uint32 color) const (defined in Graphics::Font) | Graphics::Font | virtual |
| drawDgdsChar(Graphics::Surface *dst, int pos, int x, int y, int w, uint32 color) const (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| 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 override | Dgds::PFont | virtual |
| getFontAscent() const | Graphics::Font | virtual |
| getFontDescent() const | Graphics::Font | virtual |
| getFontHeight() const override | Dgds::DgdsFont | inlinevirtual |
| getFontLeading() const | Graphics::Font | virtual |
| getFontName() const | Graphics::Font | inlinevirtual |
| getKerningOffset(uint32 left, uint32 right) const | Graphics::Font | virtual |
| getMaxCharWidth() const override | Dgds::DgdsFont | inlinevirtual |
| getStringWidth(const Common::String &str) const | Graphics::Font | |
| getStringWidth(const Common::U32String &str) const | Graphics::Font | |
| hasChar(byte chr) const (defined in Dgds::DgdsFont) | Dgds::DgdsFont | protected |
| load(Common::SeekableReadStream &input, Decompressor *decompressor) (defined in Dgds::PFont) | Dgds::PFont | static |
| load(const Common::String &filename, ResourceManager *resourceManager, Decompressor *decompressor) (defined in Dgds::DgdsFont) | Dgds::DgdsFont | static |
| PFont(byte w, byte h, byte start, byte count, byte *data) (defined in Dgds::PFont) | Dgds::PFont | |
| 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 | |
| ~DgdsFont() (defined in Dgds::DgdsFont) | Dgds::DgdsFont | virtual |
| ~Font() (defined in Graphics::Font) | Graphics::Font | inlinevirtual |
| ~PFont() (defined in Dgds::PFont) | Dgds::PFont |