mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
This is used to get a handy set of glyph metrics.
This commit is contained in:
parent
3d36e4d944
commit
d7586aff53
3 changed files with 20 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Color;
|
|||
class DisjointRectSet;
|
||||
class Emoji;
|
||||
class Font;
|
||||
class FontMetrics;
|
||||
class GlyphBitmap;
|
||||
class ImageDecoder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue