GRAPHICS: MACGUI: add getTextMaxWidth for mactext

This commit is contained in:
ysj1173886760 2021-04-18 21:58:14 +08:00 committed by Eugene Sandulenko
parent 55f61f2c69
commit 82a55fd8d8

View File

@ -184,6 +184,7 @@ public:
int getLastLineWidth();
int getTextHeight() { return _textMaxHeight; }
int getLineHeight(int line);
int getTextMaxWidth() { return _textMaxWidth; }
void deletePreviousChar(int *row, int *col);
void addNewLine(int *row, int *col);