Images 💾

Last commit ⭐

commit 62f2f0a0812c387a1d0e9bc7bbce72d8e162b225
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Thu Mar 2 07:53:30 2023 -0500
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Thu Mar 2 18:33:44 2023 +0100

    LibGfx: Handle multi-code point emoji widths when drawing text runs
    
    This API is used by LibWeb's text painter. Bring it up to date with the
    glyph width computations performed in draw_text_line() used by other GUI
    applications.