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
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