MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / font

Method font

src/tools/UBGraphicsCompass.cpp:880–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880QFont UBGraphicsCompass::font() const
881{
882 QFont font("Arial");
883 font.setPixelSize(8);
884 font.setBold(true);
885 return font;
886}
887
888qreal UBGraphicsCompass::angleInDegrees() const
889{

Callers 2

paintAngleDisplayMethod · 0.45
paintRadiusDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected