|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Font, including all inherited members.
| drawString(Graphics *graphics, std::string const &text, int x, int y)=0 | fcn::Font | pure 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 |
| getHeight() const =0 | fcn::Font | pure virtual |
| getStringIndexAt(std::string const &text, int x) const | fcn::Font | virtual |
| getWidth(std::string const &text) const =0 | fcn::Font | pure virtual |
| operator=(Font const &)=default (defined in fcn::Font) | fcn::Font | |
| operator=(Font &&)=default (defined in fcn::Font) | fcn::Font | |
| ~Font()=default (defined in fcn::Font) | fcn::Font | virtual |