MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / setFont

Method setFont

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

Source from the content-addressed store, hash-verified

711 void drawChar2(int16_t x, int16_t y, unsigned char c, uint16_t color,
712 uint16_t bg, uint8_t size) {}
713 void setFont(const void /*GFXfont*/ *f = NULL) {}
714 void getTextBounds(const char *string, int16_t x, int16_t y,
715 int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h) {}
716 void getTextBounds(const void /*__FlashStringHelper*/ *s, int16_t x, int16_t y,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected