facebook twitter hatena line email

Cocos2dx/Label

提供: 初心者エンジニアの簡易メモ
2017年2月17日 (金) 18:25時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

ラベル追加

-Classes/HelloWorldScene.cpp

auto label = Label::createWithTTF("Hello World2", "fonts/Marker Felt.ttf", 24);
label->setPosition(Vec2(origin.x + visibleSize.width/2,
                           origin.y + visibleSize.height - label->getContentSize().height));
this->addChild(label, 1);

フォントはResources/fonts/内にある