MCPcopy 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

drawRoutingNumbersFunction · 0.80
drawStationNameFunction · 0.80
drawLabelMethod · 0.80
sub_494BF6Function · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawSimpleFunction · 0.80
drawCheckBoxFunction · 0.80
drawLabelFunction · 0.80
drawMethod · 0.80
drawScrollFunction · 0.80
drawTownNamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected