1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:27:35 +00:00
serenity/Userland/Libraries/LibTTF
Stephan Unverwerth 179dba652e LibGfx: Insert pixel and ttf fonts into Typeface structure
This adds a new structure 'Typeface' to the FontDatabase that
represents all fonts of the same family and variant.
It can contain a list of BitmapFonts with varying size but of
the same family and weight or a pointer to a single TTF font
for all sizes of this Typeface.
2021-02-15 08:50:48 +01:00
..
CMakeLists.txt LibGfx: Insert pixel and ttf fonts into Typeface structure 2021-02-15 08:50:48 +01:00
Cmap.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Cmap.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Font.cpp LibGfx: Insert pixel and ttf fonts into Typeface structure 2021-02-15 08:50:48 +01:00
Font.h LibGfx: Insert pixel and ttf fonts into Typeface structure 2021-02-15 08:50:48 +01:00
Glyf.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Glyf.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Tables.h LibTTF: Parse TTF "name" table 2021-02-15 08:50:48 +01:00