MCPcopy 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
1555void Context::textPath( const char *utf8 )
1556{
1557 cairo_text_path( mCairo, utf8 );
1558}
1559
1560void Context::glyphPath( const std::vector<std::pair<uint16_t,vec2> > &glyphs )
1561{

Callers 2

drawTextSpanMethod · 0.80
runMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by 1

runMethod · 0.64