mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 12:58:13 +00:00
![]() All GUI applications currently load all TTF fonts on startup (to populate the Gfx::FontDatabase. This could probably be smarter.) Before this patch, everyone would open the files and read them into heap-allocated storage. Now we simply mmap() them instead. :^) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Cmap.cpp | ||
Cmap.h | ||
Font.cpp | ||
Font.h | ||
Glyf.cpp | ||
Glyf.h | ||
Tables.h |