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
/
BitmapFont.cpp
Age
Commit message (
Expand
)
Author
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibGfx: Add ascent, descent and line gap to FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Font::pixel_metrics() virtual
Andreas Kling
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-22
LibGfx: Fix stylistic issues in BitmapFont
Maciej
2022-01-22
LibGfx: Always scale emojis to fit font height
Maciej
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-11-24
LibGfx: Correct BitmapFont row indexing when un/masking fonts
thankyouverycool
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-22
LibGfx: Avoid unaligned loads and stores in GlyphBitmap
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-24
LibGfx: Make BitmapFont::variant() report a complete typeface
thankyouverycool
2021-09-24
LibGfx: Support italic BitmapFonts
thankyouverycool
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-07-22
LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont
Andreas Kling
2021-07-20
LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts
Andreas Kling
2021-07-09
LibGfx: Optimize BitmapFont::unicode_view_width() a bit
Max Wipfli
2021-07-09
LibGfx: ALWAYS_INLINE BitmapFont::unicode_view_width
Max Wipfli
2021-07-09
LibGfx: Remove unused headers from BitmapFont.{cpp,h}
Max Wipfli
2021-07-07
LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text width
LuK1337
2021-06-14
LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts
Andreas Kling
2021-05-24
LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibGfx+FontEditor: Account for raw width when painting glyphs
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibGfx: Always load font widths array and use it for glyph presence
Idan Horowitz
2021-04-18
LibGfx: Add support for fonts that include the Hebrew Unicode Block
Idan Horowitz
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-04-11
LibGfx: Add a count to FontTypes and a helper to return type names
thankyouverycool
2021-04-09
LibGfx: Added dirty and raw cyrillic support for bitmap fonts.
Dmitrii Trifonov
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibGfx: Generalize glyph placement in Painter
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling