mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-20 06:06:52 -06:00
Painter: EndPath
git-svn-id: svn://ultimatepp.org/upp/trunk@10782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5be3f04742
commit
d2bbb5a8e0
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue