|
Horizon
|
Public Member Functions | |
| CanvasTextRenderer (class Canvas &canvas) | |
| std::pair< Coordf, Coordf > | draw (const Coordf &p, float size, const std::string &rtext, int angle, TextOrigin origin, ColorP color, int layer, const Options &opts) override |
Public Member Functions inherited from horizon::TextRenderer | |
| std::pair< Coordf, Coordf > | render (const Text &text, ColorP co, Placement transform, bool rev) |
| virtual std::pair< Coordf, Coordf > | draw (const Coordf &p, float size, const std::string &rtext, int angle, TextOrigin origin, ColorP color, int layer, const Options &opts) |
Protected Member Functions | |
| void | draw_line (const Coordf &a, const Coordf &b, ColorP color, int layer, uint64_t width) override |
| virtual void | draw_line (const Coordf &a, const Coordf &b, ColorP color, int layer, uint64_t width) |
|
overridevirtual |
Reimplemented from horizon::TextRenderer.
|
overrideprotectedvirtual |
Reimplemented from horizon::TextRenderer.