mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
FontEditor: Support selection ranges
This makes editing much easier, e.g. you don't need longer to copy hundreds of glyphs one by one. It has some flaws, e.g. it's not integrated with undo stack, but we need to start with something!
This commit is contained in:
parent
ad2551e6b8
commit
1d98499234
Notes:
sideshowbarker
2024-07-17 21:23:40 +09:00
Author: https://github.com/sppmacd
Commit: 1d98499234
Pull-request: https://github.com/SerenityOS/serenity/pull/11621
6 changed files with 283 additions and 163 deletions
|
@ -29,11 +29,6 @@ public:
|
|||
|
||||
int glyph() const { return m_glyph; }
|
||||
void set_glyph(int);
|
||||
|
||||
void cut_glyph();
|
||||
void copy_glyph();
|
||||
void paste_glyph();
|
||||
void delete_glyph();
|
||||
bool is_glyph_empty();
|
||||
|
||||
void rotate_90(Direction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue