1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Libraries/LibGfx/Font
Timothy Flynn f33ead7f5f LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCII
On a profile of scrolling around on the welcome page in the Browser,
this drops the runtime percentage of Font::glyph_or_emoji_width from
about 70% to 0.8%.
2023-02-22 21:11:48 +01:00
..
OpenType LibTextCodec+Everywhere: Port Decoders to new Strings 2023-02-19 17:15:47 +01:00
WOFF LibGfx: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
BitmapFont.cpp LibGfx: Consider multi-code point glyphs when computing text width 2023-02-22 10:14:36 +01:00
BitmapFont.h LibGfx: Support computing a font's glyph width with code point iterators 2023-02-22 10:14:36 +01:00
Emoji.cpp LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCII 2023-02-22 21:11:48 +01:00
Emoji.h LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 views 2023-02-22 10:14:36 +01: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: Support computing a font's glyph width with code point iterators 2023-02-22 10:14:36 +01: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: Support computing a font's glyph width with code point iterators 2023-02-22 10:14:36 +01:00
ScaledFont.h LibGfx: Support computing a font's glyph width with code point iterators 2023-02-22 10:14:36 +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: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00