mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-24 07:21:18 -04:00
"Labels" widget
This commit is contained in:
parent
0102a34286
commit
d12cd0d8af
11 changed files with 52 additions and 74 deletions
|
@ -48,6 +48,8 @@ public:
|
|||
|
||||
int draw_char(const Point p, const Style& style, const char c);
|
||||
|
||||
int draw_string(Point p, const Font& font, const Color foreground,
|
||||
const Color background, const std::string text);
|
||||
int draw_string(Point p, const Style& style, const std::string text);
|
||||
|
||||
void draw_bitmap(const Point p, const Bitmap& bitmap, const Color background, const Color foreground);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue