1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 19:42:28 +00:00
serenity/Userland/Libraries/LibGfx/Font
Andreas Kling 552895da60 LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
Ultimately, we should find a way to route all emoji access through
the font code, but for now, this patch adds a special case for fonts
that are known to have embedded color bitmaps so we can test them.
2023-03-06 10:52:55 +01:00
..
OpenType LibGfx/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01:00
WOFF LibGfx/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01:00
BitmapFont.cpp LibGfx: Remove single-code point Font::glyph_or_emoji_width API 2023-02-24 20:28:23 +01:00
BitmapFont.h LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps 2023-03-06 10:52:55 +01:00
Emoji.cpp LibGfx+LibUnicode: Support specifying the path to search for emoji 2023-03-01 14:54:16 +00:00
Emoji.h LibGfx+LibUnicode: Support specifying the path to search for emoji 2023-03-01 14:54:16 +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: Prepare the paint code for fonts whose glyphs are color bitmaps 2023-03-06 10:52:55 +01:00
FontDatabase.cpp LibCore+Everywhere: Return an Error from DirIterator::error() 2023-03-05 20:23:42 +01: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: Skip old-style emoji lookup for fonts that have color bitmaps 2023-03-06 10:52:55 +01:00
ScaledFont.h LibGfx/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01: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/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01:00