ladybird/Userland/Libraries/LibGfx/Font
Simon Wanner bf6d64c199 LibGfx: Add a loader the Web Open Font Format (WOFF)
This format is 'just' a zlib compressed wrapper for TrueType/OpenType
which makes implementing it rather convenient. :^)
2022-04-09 23:48:18 +02:00
..
TrueType LibGfx: Move ScaledFont and new base class VectorFont out of TTF 2022-04-09 23:48:18 +02:00
WOFF LibGfx: Add a loader the Web Open Font Format (WOFF) 2022-04-09 23:48:18 +02:00
BitmapFont.cpp
BitmapFont.h
Emoji.cpp
Emoji.h
Font.h
FontDatabase.cpp LibGfx: Add a loader the Web Open Font Format (WOFF) 2022-04-09 23:48:18 +02:00
FontDatabase.h
FontStyleMapping.h
ScaledFont.cpp LibGfx: Move ScaledFont and new base class VectorFont out of TTF 2022-04-09 23:48:18 +02:00
ScaledFont.h LibGfx: Move ScaledFont and new base class VectorFont out of TTF 2022-04-09 23:48:18 +02:00
Typeface.cpp LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont 2022-04-09 23:48:18 +02:00
Typeface.h LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont 2022-04-09 23:48:18 +02:00
VectorFont.h LibGfx: Move ScaledFont and new base class VectorFont out of TTF 2022-04-09 23:48:18 +02:00