#include <display.h>
|
virtual void | print (int x, int y, Display *display, Color color, const char *text, Color background)=0 |
|
virtual void | measure (const char *str, int *width, int *x_offset, int *baseline, int *height)=0 |
|
Definition at line 202 of file display.h.
◆ measure()
virtual void esphome::display::BaseFont::measure |
( |
const char * |
str, |
|
|
int * |
width, |
|
|
int * |
x_offset, |
|
|
int * |
baseline, |
|
|
int * |
height |
|
) |
| |
|
pure virtual |
◆ print()
virtual void esphome::display::BaseFont::print |
( |
int |
x, |
|
|
int |
y, |
|
|
Display * |
display, |
|
|
Color |
color, |
|
|
const char * |
text, |
|
|
Color |
background |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file:
- /opt/build/esphome/esphome/components/display/display.h