mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 04:50:59 +00:00
We previously had a cached bold variant font in Gfx::Font that was very haphazardly located by filename pattern. This patches replaces that mechanism with a proper Gfx::FontDatabase lookup for the same font but with bold weight (700). |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DesktopWidget.cpp | ||
| DesktopWidget.h | ||
| DirectoryView.cpp | ||
| DirectoryView.h | ||
| FileManagerWindow.gml | ||
| FileUtils.cpp | ||
| FileUtils.h | ||
| main.cpp | ||
| PropertiesDialog.cpp | ||
| PropertiesDialog.h | ||