refactor(Style): Add font abstraction and CSS-like styling constants
This commit is contained in:
@@ -18,6 +18,12 @@ public:
|
||||
int width() override;
|
||||
int height() override;
|
||||
|
||||
// Fonts
|
||||
void setTitleFont() override;
|
||||
void setBodyFont() override;
|
||||
void setLabelFont() override;
|
||||
void setDefaultFont() override;
|
||||
|
||||
// Transform touch coordinates (handles rotated touch panels)
|
||||
void transformTouch(int* x, int* y) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user