![]() |
Gorgon Game Engine
|
This is the complete list of members for BasicFont, including all inherited members.
| BasicFont(const GlyphRenderer &renderer, RGBAf color=1.f, TextAlignment defaultalign=TextAlignment::Left) | BasicFont | |
| color | BasicFont | protected |
| defaultalign | BasicFont | protected |
| GetBaseLine() const override | BasicFont | virtual |
| GetCharacterIndex(const std::string &text, Geometry::Point location) const override | BasicFont | virtual |
| GetCharacterIndex(const std::string &text, int w, Geometry::Point location, bool wrap=true) const override | BasicFont | virtual |
| GetColor() const | BasicFont | |
| GetDefaultAlignment() const | BasicFont | |
| GetEMSize() const override | BasicFont | virtual |
| GetGlyphRenderer() const override | BasicFont | virtual |
| GetHeight() const override | BasicFont | virtual |
| GetPosition(const std::string &text, int index) const override | BasicFont | virtual |
| GetPosition(const std::string &text, int w, int index, bool wrap=true) const override | BasicFont | virtual |
| GetSize(const std::string &text) const override | BasicFont | virtual |
| GetSize(const std::string &text, int width) const override | BasicFont | virtual |
| IsReady() const override | BasicFont | virtual |
| Print(TextureTarget &target, const std::string &text, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y, int w, RGBAf color) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Pointf location) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text, int x, int y, int w) const | BasicFont | |
| Print(TextureTarget &target, const std::string &text) | BasicFont | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, Geometry::Pointf location) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, Geometry::Point location) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, int x, int y) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, Geometry::Point location, int w) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text, int x, int y, int w) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::Print(TextureTarget &target, const std::string &text) | TextRenderer | |
| print(TextureTarget &target, const std::string &text, Geometry::Point location) const override | BasicFont | protectedvirtual |
| print(TextureTarget &target, const std::string &text, Geometry::Rectangle location, TextAlignment align) const override | BasicFont | protectedvirtual |
| print(TextureTarget &target, const std::string &text, Geometry::Point location, RGBAf color) const | BasicFont | protectedvirtual |
| print(TextureTarget &target, const std::string &text, Geometry::Rectangle location, TextAlignment align, RGBAf color) const | BasicFont | protectedvirtual |
| print(TextureTarget &target, const std::string &text, Geometry::Rectangle location) const override | BasicFont | protectedvirtual |
| print(TextureTarget &target, const std::string &text, Geometry::Rectangle location, RGBAf color) const | BasicFont | protectedvirtual |
| PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override, RGBAf color) const | BasicFont | |
| PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w, RGBAf color) const | BasicFont | |
| PrintNoWrap(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override, RGBAf color) const | BasicFont | |
| PrintNoWrap(TextureTarget &target, const std::string &text, int x, int y, int w, RGBAf color) const | BasicFont | |
| Gorgon::Graphics::TextRenderer::PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w, TextAlignment align_override) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::PrintNoWrap(TextureTarget &target, const std::string &text, Geometry::Point location, int w) const | TextRenderer | |
| Gorgon::Graphics::TextRenderer::PrintNoWrap(TextureTarget &target, const std::string &text, int x, int y, int w, TextAlignment align_override) const | TextRenderer | |
| Gorgon::Graphics::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, TextAlignment align, RGBAf color) const | BasicFont | protectedvirtual |
| printnowrap(TextureTarget &target, const std::string &text, Geometry::Rectangle location, TextAlignment align) const override | BasicFont | protectedvirtual |
| printnowrap(TextureTarget &target, const std::string &text, Geometry::Rectangle location) const override | BasicFont | protectedvirtual |
| printnowrap(TextureTarget &target, const std::string &text, Geometry::Rectangle location, RGBAf color) const | BasicFont | protectedvirtual |
| SetColor(RGBAf value) | BasicFont | |
| SetDefaultAlignment(TextAlignment value) | BasicFont | |
| ~TextRenderer() | TextRenderer | virtual |