29 void InterpretInfo(
const std::string &str,
int start,
BMFontInfo& out_fontInfo);
30 void InterpretCommon(
const std::string &str,
int start,
BMFontCommon& out_fontCommon);
31 int InterpretCount(
const std::string &str,
int start);
32 void InterpretPage(
const std::string &str,
int start, std::string& out_filename,
int& out_pageId);
33 void InterpretChar(
const std::string &str,
int start, u32& out_charUnicode,
FontCharacter& out_fontCharacter);
34 void InterpretKerning(
const std::string &str,
int start,
BMFontKerning& kerningInfo);
35 int SkipWhiteSpace(
const std::string &str, u32 start);
36 int FindEndOfToken(
const std::string& str, u32 start);