xoreos
0.0.5
|
This is the complete list of members for Graphics::Aurora::ABCFont, including all inherited members.
_ascii | Graphics::Aurora::ABCFont | private |
_base | Graphics::Aurora::ABCFont | private |
_extended | Graphics::Aurora::ABCFont | private |
_invalid | Graphics::Aurora::ABCFont | private |
_material | Graphics::Aurora::ABCFont | private |
_mesh | Graphics::Aurora::ABCFont | private |
_renderable | Graphics::Aurora::ABCFont | private |
_texture | Graphics::Aurora::ABCFont | private |
ABCFont(const Common::UString &name) | Graphics::Aurora::ABCFont | |
buildChars(const Common::UString &str) | Graphics::Font | virtual |
calcCharVertices(Char &c) | Graphics::Aurora::ABCFont | private |
draw(uint32 c) const | Graphics::Aurora::ABCFont | virtual |
findChar(uint32 c) const | Graphics::Aurora::ABCFont | private |
Font() | Graphics::Font | |
getHeight() const | Graphics::Aurora::ABCFont | 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::ABCFont | virtual |
Graphics::Font::getWidth(const Common::UString &text, float maxWidth=0.0f) const | Graphics::Font | |
load(const Common::UString &name) | Graphics::Aurora::ABCFont | private |
readCharDesc(Char &c, Common::SeekableReadStream &abc) | Graphics::Aurora::ABCFont | private |
render(uint32 c, float &x, float &y, float *rgba) const | Graphics::Aurora::ABCFont | virtual |
renderBind(const glm::mat4 &transform) const | Graphics::Aurora::ABCFont | virtual |
renderUnbind() const | Graphics::Aurora::ABCFont | virtual |
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 | |
~ABCFont() | Graphics::Aurora::ABCFont | |
~Font() | Graphics::Font | virtual |