mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
Revived Fonts Viewer as an External app (in Utilities menu) (#1484)
* Add files via upload * Moved Font Viewer to external app
This commit is contained in:
parent
264b1b38ba
commit
29a36c8658
8 changed files with 214 additions and 47 deletions
|
@ -310,17 +310,6 @@ class DebugPmemView : public View {
|
|||
uint32_t registers_widget_feed(const size_t register_number);
|
||||
};
|
||||
|
||||
class DebugFontsView : public View {
|
||||
public:
|
||||
DebugFontsView(NavigationView& nav);
|
||||
void paint(Painter& painter) override;
|
||||
std::string title() const override { return "Fonts"; };
|
||||
|
||||
private:
|
||||
uint16_t display_font(Painter& painter, uint16_t y_offset, const Style* font_style, std::string_view font_name);
|
||||
NavigationView& nav_;
|
||||
};
|
||||
|
||||
class DebugScreenTest : public View {
|
||||
public:
|
||||
DebugScreenTest(NavigationView& nav);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue