mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
d_msg_class mostly equivalent (#2403)
This commit is contained in:
@@ -132,6 +132,11 @@ public:
|
||||
bool isValid() const { return mValid; }
|
||||
bool isFixed() const { return mFixed; }
|
||||
int getFixedWidth() const { return mFixedWidth; }
|
||||
int getOffset(int i_no) const {
|
||||
JUTFont::TWidth width;
|
||||
getWidthEntry(i_no, &width);
|
||||
return width.field_0x0;
|
||||
}
|
||||
|
||||
/* 0x04 */ bool mValid;
|
||||
/* 0x05 */ bool mFixed;
|
||||
|
||||
Reference in New Issue
Block a user