Lines Matching refs:Text
41 Text::Text() : pImpl(new Impl(this)) in Text() function in Text
46 Text::~Text() in ~Text()
52 Result Text::text(const char* text) noexcept in text()
58 Result Text::font(const char* name, float size, const char* style) noexcept in font()
64 Result Text::load(const std::string& path) noexcept in load()
76 Result Text::load(const char* name, const char* data, uint32_t size, const string& mimeType, bool c… in load()
91 Result Text::unload(const std::string& path) noexcept in unload()
98 Result Text::fill(uint8_t r, uint8_t g, uint8_t b) noexcept in fill()
104 Result Text::fill(unique_ptr<Fill> f) noexcept in fill()
110 unique_ptr<Text> Text::gen() noexcept in gen()
112 return unique_ptr<Text>(new Text); in gen()
116 Type Text::type() const noexcept in type()
118 return Type::Text; in type()