DrawFootnoteRect

This commit is contained in:
Svetlana Kulikova
2020-11-23 18:26:57 +03:00
parent 7099e5716a
commit 49cc7c0f21
5 changed files with 37 additions and 28 deletions

View File

@ -208,7 +208,7 @@ namespace NSGraphics
void Drawing_EndCheckBounds() {}
void DrawPresentationComment() {}
void DrawPolygon() {}
void DrawFootnoteRect() {}
void DrawFootnoteRect(double x, double y, double w, double h);
// new methods
std::string toDataURL(std::wstring type);
};