码迷,mamicode.com
首页 > 其他好文 > 详细

CCLablettf读取显示xml文件内容显示中文

时间:2017-01-09 12:51:25      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:中文   大小   cst   nts   span   ref   print   tip   board   

  1. CCDictionary *strings = CCDictionary::createWithContentsOfFile("tips2.xml");
  2. const char *hello = ((CCString*)strings->valueForKey("tp1"))->m_sString.c_str();
  3. CCLabelTTF *labelHello = CCLabelTTF::create(hello, "fonts/Microsoft YaHei.ttf", 40);
  4. labelHello->setPosition(ccp(100, 100));
  5. labelHello->setAnchorPoint(ccp(0.5, 0.5));
  6. //设置居中对齐
  7. labelHello->setHorizontalAlignment(kCCTextAlignmentLeft);
  8. labelHello->setPosition(ccp(267,182));
  9. //设置显示框大小
  10. labelHello->setDimensions(CCSizeMake(500, 200));
  11. labelHello->setColor(ccc3(6, 48, 90));
  12. pReliveBoard->addChild(labelHello, 1);





CCLablettf读取显示xml文件内容显示中文

标签:中文   大小   cst   nts   span   ref   print   tip   board   

原文地址:http://www.cnblogs.com/feizuzu/p/abdd8dcaa1adf81ec4ef96e02ee312e5.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!