mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}
This commit is contained in:
parent
d867871bda
commit
894b41ef4d
3 changed files with 7 additions and 29 deletions
|
@ -28,8 +28,7 @@ public:
|
|||
bool is_glyph_empty();
|
||||
|
||||
void rotate_90(Gfx::RotationDirection);
|
||||
void flip_vertically();
|
||||
void flip_horizontally();
|
||||
void flip(Gfx::Orientation);
|
||||
|
||||
int preferred_width() const;
|
||||
int preferred_height() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue