mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
FontEditor: Add text box for editing the font name.
This commit is contained in:
parent
5877feab1b
commit
663aad4036
5 changed files with 21 additions and 1 deletions
|
@ -26,6 +26,9 @@ public:
|
|||
byte glyph_width() const { return m_glyph_width; }
|
||||
byte glyph_height() const { return m_glyph_height; }
|
||||
|
||||
String name() const { return m_name; }
|
||||
void set_name(const String& name) { m_name = name; }
|
||||
|
||||
static void initialize();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue