![]() |
Gorgon Game Engine
|
This is the complete list of members for TextRenderer, including all inherited members.
GetBaseLine() const =0 | TextRenderer | pure virtual |
GetCharacterIndex(const std::string &text, Geometry::Point location) const =0 | TextRenderer | pure virtual |
GetCharacterIndex(const std::string &text, int w, Geometry::Point location, bool wrap=true) const =0 | TextRenderer | pure virtual |
GetEMSize() const =0 | TextRenderer | pure virtual |
GetGlyphRenderer() const =0 | TextRenderer | pure virtual |
GetHeight() const =0 | TextRenderer | pure virtual |
GetPosition(const std::string &text, int index) const =0 | TextRenderer | pure virtual |
GetPosition(const std::string &text, int w, int index, bool wrap=true) const =0 | TextRenderer | pure virtual |
GetSize(const std::string &text) const =0 | TextRenderer | pure virtual |
GetSize(const std::string &text, int width) const =0 | TextRenderer | pure virtual |
IsReady() const =0 | TextRenderer | pure virtual |
Print(TextureTarget &target, const std::string &text, Geometry::Pointf location) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, Geometry::Point location) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, int x, int y) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text, int x, int y, int w) const | TextRenderer | |
Print(TextureTarget &target, const std::string &text) | TextRenderer | |
print(TextureTarget &target, const std::string &text, Geometry::Point location) const =0 | TextRenderer | protectedpure virtual |
print(TextureTarget &target, const std::string &text, Geometry::Rectangle location, TextAlignment align_override) const =0 | TextRenderer | protectedpure virtual |
print(TextureTarget &target, const std::string &text, Geometry::Rectangle location) const =0 | TextRenderer | protectedpure virtual |
PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override) const | TextRenderer | |
PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w) const | TextRenderer | |
PrintNoWrap(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override) const | TextRenderer | |
PrintNoWrap(TextureTarget &target, const std::string &text, int x, int y, int w) const | TextRenderer | |
printnowrap(TextureTarget &target, const std::string &text, Geometry::Rectangle location) const =0 | TextRenderer | protectedpure virtual |
printnowrap(TextureTarget &target, const std::string &text, Geometry::Rectangle location, TextAlignment align_override) const =0 | TextRenderer | protectedpure virtual |
~TextRenderer() | TextRenderer | virtual |