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

Method getTextBounds

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

Source from the content-addressed store, hash-verified

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,
717 int16_t *x1, int16_t *y1, uint16_t *w, uint16_t *h) {}
718#pragma GCC diagnostic pop

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected