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

    clang-format-19 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2024-12-28 05:39:32 -08:00
..
WOFF
WOFF2
Font.cpp
Font.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
FontData.cpp
FontData.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
FontDatabase.cpp
FontDatabase.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
FontStyleMapping.h
FontVariant.h LibWeb: Style font-variant-* css properties 2024-12-17 19:07:13 +01:00
FontWeight.h
PathFontProvider.cpp
PathFontProvider.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
ScaledFont.cpp LibWeb: Layout/Shape font-variant-* css properties 2024-12-17 19:07:13 +01:00
ScaledFont.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
ScaledFontSkia.cpp LibGfx+LibWeb: Draw glyph runs with subpixel accuracy 2024-12-21 23:09:52 +01:00
Typeface.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Typeface.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
TypefaceSkia.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
TypefaceSkia.h
UnicodeRange.h