Images 💾

Last commit ⭐

commit 5c02b960aba9b16a8d0fb251ad0477995efefbe9
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Mon Jan 8 00:10:10 2024 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Jan 8 01:00:24 2024 +0100

    LibGfx: Take into account unicode ranges to find font for space glyph
    
    Instead of assuming that the first font in the cascade font list will
    have a glyph for space, we need to find it in the list taking into
    account unicode ranges.