Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ SetCharacterSize
Method
SetCharacterSize
src/Nazara/Utility/SimpleTextDrawer.cpp:133–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void SimpleTextDrawer::SetCharacterSize(unsigned int characterSize)
134
{
135
m_characterSize = characterSize;
136
137
m_glyphUpdated = false;
138
}
139
140
void SimpleTextDrawer::SetColor(const Color& color)
141
{
Callers
1
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected