mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
FontEditor: Draw the baseline in the glyph editor widget
This commit is contained in:
parent
f0fdbb1d83
commit
cba5a69f07
2 changed files with 5 additions and 2 deletions
|
@ -304,6 +304,7 @@ FontEditorWidget::FontEditorWidget(const String& path, RefPtr<Gfx::Font>&& edite
|
|||
|
||||
baseline_spinbox.on_change = [this, update_demo](int value) {
|
||||
m_edited_font->set_baseline(value);
|
||||
m_glyph_editor_widget->update();
|
||||
update_demo();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue