Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ updateFonts
Method
updateFonts
examples/triage/byte.cpp:218–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
217
218
void ByteView::updateFonts()
219
{
220
QSize areaSize = viewport()->size();
221
adjustSize(areaSize.width(), areaSize.height());
222
}
223
224
225
void ByteView::adjustSize(int width, int height)
Callers
1
notifyFontChanged
Function · 0.45
Calls
4
viewport
Function · 0.85
size
Method · 0.45
width
Method · 0.45
height
Method · 0.45
Tested by
no test coverage detected