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

Method showText

blocks/Cairo/src/Cairo.cpp:1783–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781}
1782
1783void Context::showText( const std::string &s )
1784{
1785 cairo_show_text( mCairo, s.c_str() );
1786}
1787
1788void Context::textPath( const std::string &s )
1789{

Callers 4

drawMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by 3

runMethod · 0.64
runMethod · 0.64
runMethod · 0.64