1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:08:10 +00:00
serenity/Userland/Libraries/LibGfx/Font/WOFF
Sam Atkins e7fe377501 LibGfx: Use a Stream to read WOFF font data
This lets us read structs directly from the data, instead of having to
construct them from manual offsets.
2023-10-22 19:42:22 +02:00
..
Font.cpp LibGfx: Use a Stream to read WOFF font data 2023-10-22 19:42:22 +02:00
Font.h LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00