1
Fork 0
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:
thankyouverycool 2022-10-25 07:11:58 -04:00 committed by Andreas Kling
parent d867871bda
commit 894b41ef4d
3 changed files with 7 additions and 29 deletions

View file

@ -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;