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

Method append

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

Source from the content-addressed store, hash-verified

438}
439
440void TextLayout::append( const string &str )
441{
442 if( mLines.empty() )
443 addLine( str );
444 else
445 mLines.back()->addRun( Run( str, mCurrentFont, mCurrentColor ) );
446}
447
448void TextLayout::setFont( const Font &font )
449{

Callers 6

char2hexFunction · 0.45
urlencodeFunction · 0.45
linkMethod · 0.45
getShaderLogMethod · 0.45
appendMergedShape2dMethod · 0.45
getShapeMethod · 0.45

Calls 4

RunClass · 0.85
addRunMethod · 0.80
backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected