DrawPolygon

This commit is contained in:
Svetlana Kulikova
2020-11-23 18:04:15 +03:00
parent a9841ebc4d
commit 7099e5716a
7 changed files with 45 additions and 70 deletions

View File

@ -199,9 +199,8 @@ namespace NSGraphics
void RestoreGrState();
void StartClipPath();
void EndClipPath();
void StartCheckTableDraw() {}
void EndCheckTableDraw(bool bIsRestore) {}
void SetTextClipRect(double _l, double _t, double _r, double _b) {}
bool StartCheckTableDraw();
void SetTextClipRect(double _l, double _t, double _r, double _b);
void AddSmartRect (double x, double y, double w, double h, double pen_w);
void CheckUseFonts2() {}
void UncheckUseFonts2() {}