MCPcopy Create free account
hub / github.com/MyGUI/mygui / getFontName

Method getFontName

MyGUIEngine/src/MyGUI_TextBox.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

getFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected