Color::Color GetTextColor()
Получить цвет текста
void SetScale(bool scale)
Изменить значение переменной _TextScale.
Definition text.hpp:175
void SetFontSize(const unsigned &NewTextSize)
Изменить рамер текста
Definition text.hpp:170
TextLabel(const Coord &coord={0, 0}, const Size &size={16, 16}, const std::string &text="Text", const unsigned &FontSize=9, bool TextScale=true, const Color::Color &TextColor=OS::sys_color_table.work_text, const unsigned &Margin=0)
Конструктор
Definition text.hpp:126
void Render()
Отрисовать текстовую метку
Definition text.hpp:139
void SetText(const std::string &NewText)
Изменить текст
Definition text.hpp:166
void DrawText(const std::string &text, const Coord &coord, const unsigned &size=9, Color::Color color=OS::sys_color_table.work_text)
Вывести текст
Definition text.hpp:46
void SetTextSize(unsigned int newSize)
Изменить размер текста
Definition text.hpp:33
unsigned int GetTextSize()
Получить размер текста
Definition text.hpp:21