ladybird/Userland/Libraries/LibGfx/Font
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
OpenType Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
WOFF LibGfx/OpenType: Make glyph_width() only fetch the glyph advance 2024-03-25 12:39:23 +01:00
WOFF2 LibGfx/OpenType: Make glyph_width() only fetch the glyph advance 2024-03-25 12:39:23 +01:00
BitmapFont.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BitmapFont.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Emoji.cpp
Emoji.h
Font.cpp LibGfx: Do not use divisions when calculating font subpixel offsets 2023-06-01 15:13:57 +02:00
Font.h LibGfx: Improve tie-breaking in Typeface::get_font 2023-11-09 16:09:18 +01:00
FontDatabase.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
FontDatabase.h Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
FontStyleMapping.h LibGfx: Add functions to convert font widths to/from strings 2023-07-20 08:02:12 +01:00
FontWeight.h LibGfx+Userland: Move FontWeight enum into its own file 2024-01-21 09:32:10 -05:00
ScaledFont.cpp LibGfx/OpenType: Make glyph_width() only fetch the glyph advance 2024-03-25 12:39:23 +01:00
ScaledFont.h LibGfx: Add ScaledFont::scaled_with_size() 2024-03-01 17:56:59 +01:00
Typeface.cpp LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx 2023-12-26 18:15:55 +01:00
Typeface.h LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
UnicodeRange.h LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx 2023-12-10 17:32:04 +01:00
VectorFont.cpp LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx 2023-12-26 18:15:55 +01:00
VectorFont.h LibGfx/OpenType: Make glyph_width() only fetch the glyph advance 2024-03-25 12:39:23 +01:00