mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
Use Font in more places.
This commit is contained in:
parent
110d01941a
commit
bd6172e3c7
5 changed files with 18 additions and 14 deletions
|
@ -9,7 +9,7 @@ Font& Font::defaultFont()
|
|||
return *f;
|
||||
}
|
||||
|
||||
Font::Font(const char* const* glyphs, unsigned glyphWidth, unsigned glyphHeight, byte firstGlyph, byte lastGlyph)
|
||||
Font::Font(const char* const* glyphs, byte glyphWidth, byte glyphHeight, byte firstGlyph, byte lastGlyph)
|
||||
: m_glyphs(glyphs)
|
||||
, m_glyphWidth(glyphWidth)
|
||||
, m_glyphHeight(glyphHeight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue