FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::ImageFont Member List

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::ImageFontvirtual
drawString(Graphics *graphics, std::string const &text, int x, int y) overridefcn::ImageFontvirtual
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::Fontprotected
getGlyphSpacing()fcn::ImageFontvirtual
getHeight() const overridefcn::ImageFontvirtual
getRowSpacing()fcn::ImageFontvirtual
getStringIndexAt(std::string const &text, int x) const overridefcn::ImageFontvirtual
getWidth(unsigned char glyph) constfcn::ImageFontvirtual
getWidth(std::string const &text) const overridefcn::ImageFontvirtual
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::ImageFontexplicit
ImageFont(ImageFont const &)=delete (defined in fcn::ImageFont)fcn::ImageFont
ImageFont(ImageFont &&)=delete (defined in fcn::ImageFont)fcn::ImageFont
mFilenamefcn::ImageFontprotected
mGlyphfcn::ImageFontprotected
mGlyphSpacingfcn::ImageFontprotected
mHeightfcn::ImageFontprotected
mImagefcn::ImageFontprotected
mRowSpacingfcn::ImageFontprotected
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::ImageFontprotected
setGlyphSpacing(int spacing)fcn::ImageFontvirtual
setRowSpacing(int spacing)fcn::ImageFontvirtual
~Font()=default (defined in fcn::Font)fcn::Fontvirtual
~ImageFont() override (defined in fcn::ImageFont)fcn::ImageFont