1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:28:12 +00:00
serenity/Userland/Libraries/LibGfx/Font
Sam Atkins d6075ef5b5 LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
We don't need a full String/DeprecatedString inside this function, so we
might as well not force users to create one.
2023-02-15 12:48:26 -05:00
..
OpenType LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView 2023-02-15 12:48:26 -05:00
WOFF LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
BitmapFont.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
BitmapFont.h LibGfx: Introduce with_size method for Font 2023-02-11 20:59:13 +00:00
Emoji.cpp Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Emoji.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Font.cpp LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2023-01-05 12:09:35 +01:00
Font.h LibGfx: Introduce with_size method for Font 2023-02-11 20:59:13 +00:00
FontDatabase.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
FontDatabase.h LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
FontStyleMapping.h Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
PathRasterizer.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
PathRasterizer.h LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
ScaledFont.cpp LibGfx: Introduce with_size method for Font 2023-02-11 20:59:13 +00:00
ScaledFont.h LibGfx: Introduce with_size method for Font 2023-02-11 20:59:13 +00:00
Typeface.cpp LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
Typeface.h LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
VectorFont.h LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00