Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetFont
Method
GetFont
src/Nazara/Utility/SimpleTextDrawer.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
Font* SimpleTextDrawer::GetFont() const
71
{
72
return m_font;
73
}
74
75
Font* SimpleTextDrawer::GetFont(std::size_t index) const
76
{
Callers
2
TextAreaWidget
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected