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

Function getFont

ui/render.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 uint64_t lineStartAddr, size_t cols, size_t firstCol, size_t count, bool cursorVisible, bool cursorAscii,
131 size_t cursorPos, bool byteCursor);
132 QFont getFont() const { return m_fontParams.getFont(); }
133 QFont getEmojiFont() const { return m_fontParams.getEmojiFont(); }
134 void setFont(const QFont& font);
135};

Callers 2

flowgraphwidget.hFile · 0.70
adjustSizeMethod · 0.50

Calls 1

getFontMethod · 0.45

Tested by

no test coverage detected