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

Method getTextHeight

src/eepp/ui/uitextview.cpp:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502Float UITextView::getTextHeight() {
503 return mTextCache.getTextHeight();
504}
505
506Uint32 UITextView::getNumLines() {
507 return mTextCache.getNumLines();

Callers 2

onAutoSizeMethod · 0.45
alignFixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected