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

Function drawString

src/cinder/gl/draw.cpp:1565–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563} // anonymous namespace
1564
1565void drawString( const std::string &str, const vec2 &pos, const ColorA &color, Font font )
1566{
1567 drawStringHelper( str, pos, color, font, -1 );
1568}
1569
1570void drawStringCentered( const std::string &str, const vec2 &pos, const ColorA &color, Font font )
1571{

Callers 8

drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
renderUIMethod · 0.85
drawMethod · 0.85
printFunction · 0.85
windowDrawMethod · 0.85
drawMethod · 0.85

Calls 1

drawStringHelperFunction · 0.85

Tested by 4

drawMethod · 0.68
printFunction · 0.68
windowDrawMethod · 0.68
drawMethod · 0.68