mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:22:45 +00:00 
			
		
		
		
	|  49d0b9e808 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 | ||