Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
Float UITextView::getTextHeight() {
503
return mTextCache.getTextHeight();
504
}
505
506
Uint32 UITextView::getNumLines() {
507
return mTextCache.getNumLines();
Callers
2
onAutoSize
Method · 0.45
alignFix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected