MCPcopy 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
218void ByteView::updateFonts()
219{
220 QSize areaSize = viewport()->size();
221 adjustSize(areaSize.width(), areaSize.height());
222}
223
224
225void ByteView::adjustSize(int width, int height)

Callers 1

notifyFontChangedFunction · 0.45

Calls 4

viewportFunction · 0.85
sizeMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected