| 53 | } |
| 54 | |
| 55 | std::string_view TextBox::getFontName() const |
| 56 | { |
| 57 | if (nullptr == getSubWidgetText()) |
| 58 | return {}; |
| 59 | return getSubWidgetText()->getFontName(); |
| 60 | } |
| 61 | |
| 62 | void TextBox::setFontHeight(int _height) |
| 63 | { |
no outgoing calls
no test coverage detected