mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DrawPolygon
This commit is contained in:
@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user