MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / updateFonts

Method updateFonts

python/examples/triage/byte.py:203–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 return True
202
203 def updateFonts(self):
204 areaSize = self.viewport().size()
205 self.adjustSize(areaSize.width(), areaSize.height())
206
207 def getFont(self):
208 userFont = binaryninjaui.getMonospaceFont(self)

Callers

nothing calls this directly

Calls 4

adjustSizeMethod · 0.95
sizeMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected