File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6138,3 +6138,22 @@ class cocos2d::CCJumpTo : cocos2d::CCActionInterval {
61386138 m_delta = m_delta - m_startPosition;
61396139 }
61406140}
6141+
6142+ [[link (win, android)]]
6143+ class cocos2d::CCBMFontConfiguration {
6144+ static cocos2d::CCBMFontConfiguration* create (char const * ) = ios 0x2f8bf8 , m1 0x4f2174 ;
6145+
6146+ bool initWithFNTfile (char const * ) = ios 0x2f8ccc , m1 0x4f22c0 ;
6147+
6148+ / / CCBMFontConfiguration (cocos2d::CCBMFontConfiguration const & );
6149+ / / CCBMFontConfiguration ();
6150+ char const * description ();
6151+ void parseCharacterDefinition (gd::string , cocos2d::_BMFontDef* );
6152+ void parseCommonArguments (gd::string );
6153+ gd::set < unsigned int >* parseConfigFile (char const * );
6154+ void parseImageFileName (gd::string , char const * );
6155+ void parseInfoArguments (gd::string );
6156+ void parseKerningEntry (gd::string );
6157+ void purgeFontDefDictionary ();
6158+ void purgeKerningDictionary ();
6159+ }
You can’t perform that action at this time.
0 commit comments