1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 12:58:13 +00:00
serenity/Userland/Libraries/LibTTF
Andreas Kling 49d0b9e808 LibTTF: Memory map TTF fonts instead of reading them into heap memory
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. :^)
2021-07-04 21:34:26 +02:00
..
CMakeLists.txt LibTTF: Interpret font names from Windows platform as UTF-16BE 2021-02-16 17:32:42 +01:00
Cmap.cpp Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
Cmap.h Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
Font.cpp LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
Font.h LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
Glyf.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Glyf.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Tables.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00