Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ drawStringRight
Function
drawStringRight
src/cinder/gl/draw.cpp:1575–1578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1573
}
1574
1575
void drawStringRight( const std::string &str, const vec2 &pos, const ColorA &color, Font font )
1576
{
1577
drawStringHelper( str, pos, color, font, 1 );
1578
}
1579
1580
} } // namespace cinder::gl
Callers
3
drawFps
Method · 0.85
renderUI
Method · 0.85
draw
Method · 0.85
Calls
1
drawStringHelper
Function · 0.85
Tested by
no test coverage detected