Files
ladybird/Userland/Libraries/LibGfx
Timothy Flynn 464d7d5858 LibGfx+LibWeb: Allow inexact size lookups when requesting scaled fonts
For bitmap fonts, we will often not have an exact match for requested
sizes. Return the closest match instead of a nullptr.

LibWeb is currently the only user of this API. If it needs to be
configurable in the future to only allow exact matches, we can add a
parameter or another method at that time.
2024-05-06 23:26:42 +00:00
..
2024-01-10 09:39:00 +01:00
2024-02-28 16:00:07 -05:00
2024-03-02 12:25:53 +01:00