(self)
| 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) |
nothing calls this directly
no test coverage detected