MCPcopy 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
1575void 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

drawFpsMethod · 0.85
renderUIMethod · 0.85
drawMethod · 0.85

Calls 1

drawStringHelperFunction · 0.85

Tested by

no test coverage detected