|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
This is the complete list of members for font, including all inherited members.
| draw_text(render_target *pCanvas, const char *sMessage, size_t iMessageLength, int iX, int iY) const =0 | font | pure virtual |
| draw_text_wrapped(render_target *pCanvas, const char *sMessage, size_t iMessageLength, int iX, int iY, int iWidth, int iMaxRows=INT_MAX, int iSkipRows=0, text_alignment eAlign=text_alignment::left) const =0 | font | pure virtual |
| get_text_dimensions(const char *sMessage, size_t iMessageLength, int iMaxWidth=INT_MAX) const =0 | font | pure virtual |
| ~font()=default | font | virtual |