MCPcopy Create free account
hub / github.com/axmolengine/axmol / initWithFNTfile

Method initWithFNTfile

core/2d/FontFNT.cpp:100–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool BMFontConfiguration::initWithFNTfile(std::string_view FNTfile)
101{
102 _characterSet = this->parseConfigFile(FNTfile);
103
104 if (!_characterSet)
105 {
106 return false;
107 }
108
109 return true;
110}
111
112std::set<unsigned int>* BMFontConfiguration::getCharacterSet() const
113{

Callers 1

createMethod · 0.80

Calls 1

parseConfigFileMethod · 0.95

Tested by

no test coverage detected