MCPcopy Create free account
hub / github.com/cinder/Cinder / drawStringCentered

Function drawStringCentered

src/cinder/gl/draw.cpp:1570–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568}
1569
1570void drawStringCentered( const std::string &str, const vec2 &pos, const ColorA &color, Font font )
1571{
1572 drawStringHelper( str, pos, color, font, 0 );
1573}
1574
1575void drawStringRight( const std::string &str, const vec2 &pos, const ColorA &color, Font font )
1576{

Callers 4

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85

Calls 1

drawStringHelperFunction · 0.85

Tested by 2

drawMethod · 0.68
drawMethod · 0.68