This is the complete list of members for
Gosu::Font, including all inherited members.
| draw(const std::wstring &text, double x, double y, ZPos z, double factorX=1, double factorY=1, Color c=Color::WHITE, AlphaMode mode=amDefault) const | Gosu::Font | |
| drawRel(const std::wstring &text, double x, double y, ZPos z, double relX, double relY, double factorX=1, double factorY=1, Color c=Color::WHITE, AlphaMode mode=amDefault) const | Gosu::Font | |
| drawRot(const std::wstring &text, double x, double y, ZPos z, double angle, double factorX=1, double factorY=1, Color c=Color::WHITE, AlphaMode mode=amDefault) const | Gosu::Font | |
| flags() const | Gosu::Font | |
| Font(Graphics &graphics, const std::wstring &fontName, unsigned fontHeight, unsigned fontFlags=ffBold) | Gosu::Font | |
| height() const | Gosu::Font | |
| name() const | Gosu::Font | |
| setImage(wchar_t wc, unsigned fontFlags, const Gosu::Image &image) | Gosu::Font | |
| setImage(wchar_t wc, const Gosu::Image &image) | Gosu::Font | |
| textWidth(const std::wstring &text, double factorX=1) const | Gosu::Font | |