xoreos
0.0.5
|
This is the complete list of members for Graphics::Aurora::TTFFont, including all inherited members.
_chars | Graphics::Aurora::TTFFont | private |
_height | Graphics::Aurora::TTFFont | private |
_missingChar | Graphics::Aurora::TTFFont | private |
_missingWidth | Graphics::Aurora::TTFFont | private |
_pages | Graphics::Aurora::TTFFont | private |
_ttf | Graphics::Aurora::TTFFont | private |
addChar(uint32 c) | Graphics::Aurora::TTFFont | private |
buildChars(const Common::UString &str) | Graphics::Aurora::TTFFont | virtual |
draw(uint32 c) const | Graphics::Aurora::TTFFont | virtual |
drawMissing() const | Graphics::Aurora::TTFFont | private |
Font() | Graphics::Font | |
getHeight() const | Graphics::Aurora::TTFFont | virtual |
Graphics::Font::getHeight(const Common::UString &text, float maxWidth=0.0f, float maxHeight=0.0f) const | Graphics::Font | |
getLineCount(const Common::UString &text, float maxWidth=0.0f, float maxHeight=0.0f) const | Graphics::Font | |
getLineSpacing() const | Graphics::Font | virtual |
getLineWidth(const Common::UString &text) const | Graphics::Font | |
getWidth(uint32 c) const | Graphics::Aurora::TTFFont | virtual |
Graphics::Font::getWidth(const Common::UString &text, float maxWidth=0.0f) const | Graphics::Font | |
load(Common::SeekableReadStream *ttf, int height) | Graphics::Aurora::TTFFont | private |
rebuildPages() | Graphics::Aurora::TTFFont | private |
render(uint32 c, float &x, float &y, float *rgba) const | Graphics::Font | inlinevirtual |
renderBind(const glm::mat4 &transform) const | Graphics::Font | inlinevirtual |
renderUnbind() const | Graphics::Font | inlinevirtual |
split(const Common::UString &line, std::vector< Common::UString > &lines, float maxWidth=0.0f, float maxHeight=0.0f, bool trim=true) const | Graphics::Font | |
split(Common::UString &line, float maxWidth, float maxHeight=0.0f, bool trim=true) const | Graphics::Font | |
split(const Common::UString &line, Common::UString &lines, float maxWidth, float maxHeight=0.0f, bool trim=true) const | Graphics::Font | |
TTFFont(Common::SeekableReadStream *ttf, int height) | Graphics::Aurora::TTFFont | |
TTFFont(const Common::UString &name, int height) | Graphics::Aurora::TTFFont | |
~Font() | Graphics::Font | virtual |
~TTFFont() | Graphics::Aurora::TTFFont |