MCPcopy Create free account
hub / github.com/cvut/qtrvsim / getFont

Method getFont

src/gui/windows/program/programmodel.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 bool adjustRowAndOffset(int &row, machine::Address address);
26
27 [[nodiscard]] inline const QFont *getFont() const {
28 return &data_font;
29 }
30
31 [[nodiscard]] inline machine::Address getIndex0Offset() const {
32 return index0_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected