Gosu::Font Member List
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=Colors::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=Colors::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=Colors::white, AlphaMode mode=amDefault) const (defined in Gosu::Font) | Gosu::Font | |
Font(Graphics &graphics, const std::wstring &fontName, unsigned height) | Gosu::Font | |
height() const | Gosu::Font | |
textWidth(const std::wstring &text, double factorX=1) const | Gosu::Font | |
~Font() (defined in Gosu::Font) | Gosu::Font | |