X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftext.h;h=7be119216aae4086210e8cfec8133be9b65a2c8d;hb=a87d05583cb7dffaf0e0f5eb9f9b2fc0bcf656e1;hp=5daeb9bae70db324014f330ee04b5edf76adba34;hpb=531232cf05838b79c1f8f36c8103730e32dfa23d;p=libs%2Fgltk.git diff --git a/source/text.h b/source/text.h index 5daeb9b..7be1192 100644 --- a/source/text.h +++ b/source/text.h @@ -41,6 +41,8 @@ public: const std::string &get() const { return text; } unsigned size() const { return text.size(); } + void update_style(); + void render(const Part &, const Geometry &) const; Text &operator=(const std::string &);