#include <LabelTestNew.h>
◆ LabelIssue16717()
| LabelIssue16717::LabelIssue16717 |
( |
| ) |
|
在文件 LabelTestNew.cpp 第 3481 行定义.
3483 auto bg = Sprite::create(
"cocosui/Hello.png");
3488 auto label = Label::createWithTTF(
"Hello World",
"fonts/arial.ttf", 70);
3490 label->enableOutline(Color4B(0, 255, 0, 100), 10);
3491 label->setTextColor(Color4B(0, 0, 255, 100));
3496 auto label = Label::createWithTTF(
"Hello World",
"fonts/arial.ttf", 70);
3498 label->enableOutline(Color4B(0, 255, 0, 100), 10);
3499 label->setTextColor(Color4B(0, 255, 0, 100));
static cocos2d::Vec2 center()
引用了 VisibleRect::center().
◆ CREATE_FUNC()
◆ subtitle()
| std::string LabelIssue16717::subtitle |
( |
| ) |
const |
|
overridevirtual |
◆ title()
| std::string LabelIssue16717::title |
( |
| ) |
const |
|
overridevirtual |
该类的文档由以下文件生成:
- /Users/yujizhu/Documents/Git/cocos2d-x-4.0/tests/cpp-tests/Classes/LabelTest/LabelTestNew.h
- /Users/yujizhu/Documents/Git/cocos2d-x-4.0/tests/cpp-tests/Classes/LabelTest/LabelTestNew.cpp