1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:18:13 +00:00
serenity/Userland
Andreas Kling 8daf603f46 LibWeb: Paint full bitmap font glyphs, even if there's overlap
Since we now honor the CSS font-size values when deciding line box
metrics, we sometimes find ourselves needing to paint text with a bitmap
font into a box that isn't large enough for the glyphs.

As it turns out, it looks a bit better if we just grow the paint rect to
fit the glyphs (instead of painting chopped-off glyphs.) So let's just
do that for now.
2022-02-26 09:32:52 +01:00
..
Applets Userland: Rename WindowManagerServerConnection 2022-02-25 22:35:12 +01:00
Applications Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
Demos Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
DevTools HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer 2022-02-25 22:35:12 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
Libraries LibWeb: Paint full bitmap font glyphs, even if there's overlap 2022-02-26 09:32:52 +01:00
Services SpiceAgent: Rename ClipboardServerConnection 2022-02-25 22:35:12 +01:00
Shell Shell: Use an opaque color for SyntaxError 2022-02-23 21:56:16 +00:00
Utilities Userland: Rename WindowServerConnection=>ConnectionToWindowServer 2022-02-25 22:35:12 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00