MCPcopy Create free account
hub / github.com/BruceDevices/firmware / setTextSize

Method setTextSize

include/VectorDisplay.h:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833 sendCommand('Y', &args, 2);
834 }
835 void setTextSize(uint8_t size) {
836 gfxFontSize = size;
837 textsize = size;
838 textSize((FixedPoint32)size * 8 * 65536);
839 }
840 void setTextFont(uint8_t font) { setTextSize(font); }
841
842 void setTextDatum(uint8_t d) {} // mockup

Callers 1

drawTitleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected