Sfml Text class - references a SfmlFont, does not own it. Deleting the text never touches the font.
More...
#include <SfmlText.hpp>
Sfml Text class - references a SfmlFont, does not own it. Deleting the text never touches the font.
◆ SfmlText()
| SfmlText::SfmlText |
( |
std::string |
data, |
|
|
SfmlFont & |
font |
|
) |
| |
|
inline |
◆ ~SfmlText()
◆ getFontSize()
| unsigned int SfmlText::getFontSize |
( |
| ) |
const |
|
inlineoverride |
◆ getPosition()
| Vector2f SfmlText::getPosition |
( |
| ) |
const |
|
inlineoverride |
◆ getRotation()
| float SfmlText::getRotation |
( |
| ) |
const |
|
inlineoverride |
◆ getText()
| std::string SfmlText::getText |
( |
| ) |
const |
|
inlineoverride |
◆ getTextColor()
| Color SfmlText::getTextColor |
( |
| ) |
const |
|
inlineoverride |
◆ isReady()
| bool SfmlText::isReady |
( |
| ) |
const |
|
inlineoverride |
◆ setFont()
| void SfmlText::setFont |
( |
graphic::IFont * |
font | ) |
|
|
inlineoverride |
◆ setFontSize()
| void SfmlText::setFontSize |
( |
unsigned int |
size | ) |
|
|
inlineoverride |
◆ setPosition()
| void SfmlText::setPosition |
( |
Vector2f |
position | ) |
|
|
inlineoverride |
◆ setRotation()
| void SfmlText::setRotation |
( |
float |
angle | ) |
|
|
inlineoverride |
◆ setText()
| void SfmlText::setText |
( |
const std::string |
text | ) |
|
|
inlineoverride |
◆ setTextColor()
| void SfmlText::setTextColor |
( |
Color |
color | ) |
|
|
inlineoverride |
◆ SfmlWindow
The documentation for this class was generated from the following file: