MCPcopy 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
909int TextWidth(const QFontMetrics& fm, const QString& text)
910{
911 return fm.horizontalAdvance(text);
912}
913
914void LogQtInfo()
915{

Callers 6

SplashScreenMethod · 0.85
minimumSizeHintFunction · 0.85
updateSmartFeeLabelMethod · 0.85
calculateIdealFontSizeFunction · 0.85
PolishProgressDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected