Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1783
void Context::showText( const std::string &s )
1784
{
1785
cairo_show_text( mCairo, s.c_str() );
1786
}
1787
1788
void Context::textPath( const std::string &s )
1789
{
Callers
4
draw
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
3
run
Method · 0.64
run
Method · 0.64
run
Method · 0.64