Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ textPath
Method
textPath
blocks/Cairo/src/Cairo.cpp:1555–1558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1553
*/
1554
1555
void Context::textPath( const char *utf8 )
1556
{
1557
cairo_text_path( mCairo, utf8 );
1558
}
1559
1560
void Context::glyphPath( const std::vector<std::pair<uint16_t,vec2> > &glyphs )
1561
{
Callers
2
drawTextSpan
Method · 0.80
run
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
1
run
Method · 0.64