|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::ImageFont, including all inherited members.
| drawGlyph(Graphics *graphics, unsigned char glyph, int x, int y) | fcn::ImageFont | virtual |
| drawString(Graphics *graphics, std::string const &text, int x, int y) override | fcn::ImageFont | virtual |
| Font(Font const &)=default (defined in fcn::Font) | fcn::Font | |
| Font(Font &&)=default (defined in fcn::Font) | fcn::Font | |
| Font()=default (defined in fcn::Font) | fcn::Font | protected |
| getGlyphSpacing() | fcn::ImageFont | virtual |
| getHeight() const override | fcn::ImageFont | virtual |
| getRowSpacing() | fcn::ImageFont | virtual |
| getStringIndexAt(std::string const &text, int x) const override | fcn::ImageFont | virtual |
| getWidth(unsigned char glyph) const | fcn::ImageFont | virtual |
| getWidth(std::string const &text) const override | fcn::ImageFont | virtual |
| ImageFont(std::string const &filename, std::string const &glyphs) | fcn::ImageFont | |
| ImageFont(Image *image, std::string const &glyphs) | fcn::ImageFont | |
| ImageFont(std::string const &filename, unsigned char glyphsFrom=32, unsigned char glyphsTo=126) | fcn::ImageFont | explicit |
| ImageFont(ImageFont const &)=delete (defined in fcn::ImageFont) | fcn::ImageFont | |
| ImageFont(ImageFont &&)=delete (defined in fcn::ImageFont) | fcn::ImageFont | |
| mFilename | fcn::ImageFont | protected |
| mGlyph | fcn::ImageFont | protected |
| mGlyphSpacing | fcn::ImageFont | protected |
| mHeight | fcn::ImageFont | protected |
| mImage | fcn::ImageFont | protected |
| mRowSpacing | fcn::ImageFont | protected |
| operator=(ImageFont const &)=delete (defined in fcn::ImageFont) | fcn::ImageFont | |
| operator=(ImageFont &&)=delete (defined in fcn::ImageFont) | fcn::ImageFont | |
| operator=(Font const &)=default (defined in fcn::Font) | fcn::Font | |
| operator=(Font &&)=default (defined in fcn::Font) | fcn::Font | |
| scanForGlyph(unsigned char glyph, int x, int y, Color const &separator) | fcn::ImageFont | protected |
| setGlyphSpacing(int spacing) | fcn::ImageFont | virtual |
| setRowSpacing(int spacing) | fcn::ImageFont | virtual |
| ~Font()=default (defined in fcn::Font) | fcn::Font | virtual |
| ~ImageFont() override (defined in fcn::ImageFont) | fcn::ImageFont |