MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getVisualLineCount

Method getVisualLineCount

src/eepp/graphics/text.cpp:2858–2861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2856}
2857
2858Uint32 Text::getVisualLineCount() {
2859 ensureVisualLinesUpdate();
2860 return static_cast<Uint32>( mVisualLines.size() );
2861}
2862
2863void Text::forEachVisualLine( const VisualLineCallback& callback ) {
2864 ensureVisualLinesUpdate();

Callers 2

drawSignatureHelpMethod · 0.80
UTESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

UTESTFunction · 0.64