Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ TextWidth
Function
TextWidth
src/qt/guiutil.cpp:909–912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
}
908
909
int TextWidth(const QFontMetrics& fm, const QString& text)
910
{
911
return fm.horizontalAdvance(text);
912
}
913
914
void LogQtInfo()
915
{
Callers
6
SplashScreen
Method · 0.85
minimumSizeHint
Function · 0.85
UnitDisplayStatusBarControl
Method · 0.85
updateSmartFeeLabel
Method · 0.85
calculateIdealFontSize
Function · 0.85
PolishProgressDialog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected