mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +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:
parent
cc7744f6ca
commit
f0f487babd
3 changed files with 18 additions and 12 deletions
|
@ -26,8 +26,6 @@ private:
|
|||
|
||||
void save_metadata();
|
||||
|
||||
RefPtr<Gfx::BitmapFont> m_font_clone;
|
||||
|
||||
struct NewFontMetadata {
|
||||
u8 glyph_width;
|
||||
u8 glyph_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue