Images 💾

Last commit ⭐

commit 464d7d5858c59b381cb55a2947be5982f5d7fdaf
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Mon May 6 13:12:16 2024 -0400
Commit:     Alexander Kalenik <kalenik.aliaksandr@gmail.com>
CommitDate: Mon May 6 23:26:42 2024 +0000

    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.