index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
Font
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Support one specific type of embedded color bitmaps
Andreas Kling
2023-03-06
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Add scaffolding for CBDT and CBLC tables
Andreas Kling
2023-03-06
LibGfx/OpenType: Make "glyf" and "loca" tables optional
Andreas Kling
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-04
LibGfx: Remove Font::glyph_height() virtual
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-02
LibGfx: Handle multi-code point emoji when computing scaled glyph width
Timothy Flynn
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx: Use LibUnicode to filter code points that cannot start an emoji
Timothy Flynn
2023-02-24
LibGfx: Use the paths to emoji images generated alongside emoji data
Timothy Flynn
2023-02-22
LibGfx: Do not exclude all ASCII code points from emoji lookups
Timothy Flynn
2023-02-22
LibGfx: Bail early from Emoji::emoji_for_code_point_iterator for ASCII
Timothy Flynn
2023-02-22
LibGfx: Consider multi-code point glyphs when computing text width
Timothy Flynn
2023-02-22
LibGfx: Support computing a font's glyph width with code point iterators
Timothy Flynn
2023-02-22
LibGfx: Implement Emoji::emoji_for_code_point_iterator for UTF-32 views
Timothy Flynn
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-11
LibGfx: Introduce with_size method for Font
Aliaksandr Kalenik
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-01-31
LibGfx: Make glyph ID lookup faster with a cache
Andreas Kling
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
LibGfx: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibGfx: Make OTF prefer Cmap tables of the Windows platform again
Julian Offenhäuser
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
LibGfx: Cache font pixel metrics in ScaledFont
Andreas Kling
2023-01-20
LibGfx: Use `Core::Stream` to write bitmap fonts
Tim Schumacher
2023-01-12
LibGfx: Provide accessors to instruction data to OpenType::Font
MacDue
2023-01-12
LibGfx: Parse the TTF fpgm and prep tables
MacDue
2023-01-12
LibGfx: Add OpenType opcodes and helpers to parse instruction streams
MacDue
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibGfx: Implement TrimmedTable mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Implement ByteEncoding mappings for Cmaps
Julian Offenhäuser
2023-01-09
LibGfx: Select a valid TTF cmap subtable for the Macintosh platform
Julian Offenhäuser
2023-01-06
LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING
Andreas Kling
2023-01-06
LibGfx: Make ScaledFont::glyph_height() return the pixel height
Andreas Kling
2023-01-06
LibGfx: Remove unused Font::point_size()
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-06
LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()
Andreas Kling
2023-01-06
LibGfx/OpenType: Use typographic metrics when asked to by the OS/2 table
Andreas Kling
2023-01-05
LibGfx+LibPDF: Apply subpixel offset in affine transformation
MacDue
[next]