mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GRAPHICS: MACGUI: add getTextMaxWidth for mactext
This commit is contained in:
parent
55f61f2c69
commit
82a55fd8d8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user