Commit History

Author SHA1 Message Date
  thankyouverycool 96895cd22c Everywhere: Fully qualify font names by including their slope 3 years ago
  Maciej e0d3a8f6ce LibGfx: Fix stylistic issues in BitmapFont 3 years ago
  Maciej 8542d1da5a LibGfx: Always scale emojis to fit font height 3 years ago
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 years ago
  thankyouverycool 781bc67a96 LibGfx: Correct BitmapFont row indexing when un/masking fonts 3 years ago
  Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 years ago
  Ali Mohammad Pur 3ca00c8ae6 LibGfx: Avoid unaligned loads and stores in GlyphBitmap 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() 3 years ago
  Andreas Kling d7586aff53 LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point) 3 years ago
  thankyouverycool 84ce923850 LibGfx: Make BitmapFont::variant() report a complete typeface 3 years ago
  thankyouverycool fff89ad769 LibGfx: Support italic BitmapFonts 3 years ago
  thankyouverycool bb592aef8a LibGfx: Extend Unicode support for BitmapFonts 3 years ago
  Brian Gianforcaro 3e45c3ed90 Userland: Switch static_assert of type sizes to AK::AssertSize 3 years ago
  Andreas Kling 84656788bf Userland: Use kmalloc_array() where appropriate 4 years ago
  Andreas Kling e4c1514033 LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont 4 years ago
  Andreas Kling f5e914fb9f LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts 4 years ago
  Max Wipfli 006e5998c5 LibGfx: Optimize BitmapFont::unicode_view_width() a bit 4 years ago
  Max Wipfli 4578ab3ed0 LibGfx: ALWAYS_INLINE BitmapFont::unicode_view_width 4 years ago
  Max Wipfli 2afa35deb8 LibGfx: Remove unused headers from BitmapFont.{cpp,h} 4 years ago
  LuK1337 6319796f58 LibGfx: BitmapFont: Handle '\r' and '\n' when calculating text width 4 years ago
  Andreas Kling add3d6e9d7 LibGfx: Inline BitmapFont::glyph_or_emoji_width() for fixed-width fonts 4 years ago
  Andreas Kling 8f2425125e LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  thankyouverycool cc7744f6ca LibGfx+FontEditor: Account for raw width when painting glyphs 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Idan Horowitz 08d1b16a8d LibGfx: Always load font widths array and use it for glyph presence 4 years ago
  Idan Horowitz f461ee7d01 LibGfx: Add support for fonts that include the Hebrew Unicode Block 4 years ago
  Andreas Kling e873d27ab1 LibGfx: Switch a bunch of API's from taking StringView to String 4 years ago
  thankyouverycool c283429196 LibGfx: Add a count to FontTypes and a helper to return type names 4 years ago