1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00
serenity/Userland/Libraries/LibGfx/Font
Andreas Kling 2cd89531f9 LibGfx: Add FontDatabase::for_each_typeface_with_family_name()
Some clients (e.g LibWeb) want to look up typefaces by name. Since we
already store typefaces in a HashMap keyed by family name, let's also
have a nice & fast API that takes advantage of this.
2023-08-24 14:58:22 +02:00
..
OpenType LibGfx/OpenType: Refuse to rasterize glyphs with invalid bounding box 2023-08-12 20:12:13 +02:00
WOFF LibCompress: Port ZlibDecompressor to AK::Stream 2023-08-23 12:03:37 +01:00
WOFF2 LibCompress: Let BrotliDecompressionStream take a MaybeOwned 2023-08-23 12:03:37 +01:00
BitmapFont.cpp LibGfx: Add Core::File variant of BitmapFont::write_to_file 2023-05-05 16:25:55 +01:00
BitmapFont.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Emoji.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Emoji.h LibGfx+LibUnicode: Support specifying the path to search for emoji 2023-03-01 14:54:16 +00:00
Font.cpp LibGfx: Do not use divisions when calculating font subpixel offsets 2023-06-01 15:13:57 +02:00
Font.h LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
FontDatabase.cpp LibGfx: Add FontDatabase::for_each_typeface_with_family_name() 2023-08-24 14:58:22 +02:00
FontDatabase.h LibGfx: Add FontDatabase::for_each_typeface_with_family_name() 2023-08-24 14:58:22 +02:00
FontStyleMapping.h LibGfx: Add functions to convert font widths to/from strings 2023-07-20 08:02:12 +01:00
ScaledFont.cpp LibGfx: Replace a magic number in ScaledFont with the calculation 2023-07-20 06:56:41 +01:00
ScaledFont.h LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02: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: Load x-height metrics from OS/2 table if available 2023-06-10 21:46:33 +02:00