Painter: EndPath

git-svn-id: svn://ultimatepp.org/upp/trunk@10782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-01-28 16:33:07 +00:00
parent 5be3f04742
commit d2bbb5a8e0

View file

@ -297,6 +297,8 @@ public:
Painter& Text(double x, double y, const String& s, Font fnt, const double *dx = NULL);
Painter& Text(const Pointf& p, const char *text, Font fnt, int n = -1, const double *dx = NULL);
Painter& Text(double x, double y, const char *text, Font fnt, int n = -1, const double *dx = NULL);
void EndPath() { Stroke(0, RGBAZero()); }
void Begin();
void End();