Add a new class FF7String to the ff7tkData Library.
This Class is a based upon the class of the same in from Makou Reactor and is intended to be its successor. It stores text in FF7Data format and provides some convenience methods so you can use it as you would a normal string class.
Changes from the makou Version
Its backed by The FF7Text object
Stores the if its a japanese string internally. just call text() for the pc string. Note: The QByteArray constructor uses FF7Text::isJapanese() to set this.
setJapanese and isJapanese methods so you can get / set the fonts set used for the string.
Add a new class
FF7String
to theff7tkData
Library.This Class is a based upon the class of the same in from Makou Reactor and is intended to be its successor. It stores text in FF7Data format and provides some convenience methods so you can use it as you would a normal string class.
Changes from the makou Version
text()
for the pc string. Note: TheQByteArray
constructor usesFF7Text::isJapanese()
to set this.setJapanese
andisJapanese
methods so you can get / set the fonts set used for the string.