Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Render
Method
Render
LibLemon/src/gfx/text.cpp:291–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
void TextObject::Render(surface_t* surface){
292
switch(renderMode){
293
case RenderNormal:
294
default:
295
DrawString(text.c_str(), pos.x, pos.y, colour, surface, font);
296
}
297
}
298
}
Callers
1
Paint
Method · 0.80
Calls
1
DrawString
Function · 0.70
Tested by
no test coverage detected