mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 00:51:01 +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 | ||