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

Method addRun

src/cinder/Text.cpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 ~Line();
145
146 void addRun( const Run &run ) { mRuns.push_back( run ); }
147
148 void calcExtents();
149#if defined( CINDER_COCOA )

Callers 5

addLineMethod · 0.80
addCenteredLineMethod · 0.80
addRightLineMethod · 0.80
appendMethod · 0.80
renderStringFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected