serenity/Userland/Applications/Terminal
Shane Murphy d2fbc15f5d Terminal: Fix zoom when font size is missing
If Terminal was configured with a typeface that does not have a font
for any given size, the zoom in and out button in the menu bar would
not work because font lookup was exact.

Use Font::AllowInexactMatch::Larger when zooming in and
Font::AllowInexactMatch::Smaller when zooming out to allow finding the
closest font size in the requested direction.
2023-11-09 16:09:18 +01:00
..
CMakeLists.txt Applications: Convert DeprecatedFile usages to LibFileSystem 2023-03-24 10:58:43 +00:00
main.cpp Terminal: Fix zoom when font size is missing 2023-11-09 16:09:18 +01:00