Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setCurrentFont
Method
setCurrentFont
src/OpenLoco/src/Graphics/TextRenderer.cpp:1919–1922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1917
}
1918
1919
void TextRenderer::setCurrentFont(Font base)
1920
{
1921
_currentFontSpriteBase = base;
1922
}
1923
1924
int16_t TextRenderer::clipString(int16_t width, char* string) const
1925
{
Callers
15
drawRoutingNumbers
Function · 0.80
drawStationName
Function · 0.80
drawLabel
Method · 0.80
sub_494BF6
Function · 0.80
draw
Method · 0.80
draw
Method · 0.80
drawSimple
Function · 0.80
drawCheckBox
Function · 0.80
drawLabel
Function · 0.80
draw
Method · 0.80
drawScroll
Function · 0.80
drawTownNames
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected