test text function

This commit is contained in:
Kulikova Svetlana
2020-11-02 13:07:38 +03:00
parent 112ed70c8d
commit 3e13934967
4 changed files with 20 additions and 166 deletions

View File

@ -150,7 +150,7 @@ namespace NSGraphics
// text
void GetFont() {}
void font() {}
void SetFont(const std::wstring& path, int face, double size, int style);
void SetFont(const std::wstring& name, int face, double size, int style);
void SetTextPr() {}
void GetTextPr() {}
void FillText(double x, double y, int text);