1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:37:34 +00:00

FontEditor: Set proper defaults in NewFontDialog

GlyphBitmap width is currently limited to twiddling 32 bits so
abide by a 32x36 standard for now. Fixes incorrect line values and
ranges and removes unused RefPtr.
This commit is contained in:
thankyouverycool 2021-04-22 14:40:24 -04:00 committed by Andreas Kling
parent cc7744f6ca
commit f0f487babd
3 changed files with 18 additions and 12 deletions

View file

@ -26,8 +26,6 @@ private:
void save_metadata();
RefPtr<Gfx::BitmapFont> m_font_clone;
struct NewFontMetadata {
u8 glyph_width;
u8 glyph_height;