提交歷史

作者 SHA1 備註 提交日期
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andrew Kaster 286dc6df7f LibGfx: Remove ability to load fonts directly from a file path 1 年之前
  Andrew Kaster d587bd0a04 LibGfx: Add helpers to load BitmapFont from Core::Resource 1 年之前
  Andrew Kaster 897f4d05eb LibGfx: Add abstraction to load BitmapFont from a FixedMemoryStream 1 年之前
  Sam Atkins 18dfc61280 LibGfx: Expose BitmapFont glyph data as Spans instead of raw pointers 1 年之前
  Sam Atkins 80e756daef LibGfx: Load BitmapFont data more safely 1 年之前
  Sam Atkins 8e51c7112c LibGfx: Store BitmapFont glyph widths as a Span<u8> 1 年之前
  Sam Atkins a3b91378df LibGfx: Store BitmapFont rows data as Bytes 1 年之前
  Sam Atkins 415a024bc8 LibGfx: Store BitmapFont range mask as Bytes instead of pointer and size 1 年之前
  Sam Atkins 89ef3ed4ce LibGfx: Mark BitmapFont::try_clone() as virtual 1 年之前
  Sam Atkins a1c24ef3ad LibGfx: Remove infallible BitmapFont::create() factory function 1 年之前
  kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based 1 年之前
  Andreas Kling 545d8336b8 LibGfx: Convert Font APIs to return String instead of DeprecatedString 1 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Caoimhe c43295b668 LibGfx: Add `Core::File` variant of `BitmapFont::write_to_file` 2 年之前
  Caoimhe 0d2ca125b3 LibGfx: Add a `MappedFile` variant of `BitmapFont::try_load_from_file` 2 年之前
  thankyouverycool 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 年之前
  Andreas Kling a4927f523b LibGfx: Add Font::point_size() 2 年之前
  Andreas Kling e8cc1a4373 LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps 2 年之前
  Andreas Kling 2e2c717e89 LibGfx: Remove Font::glyph_height() virtual 2 年之前
  Andreas Kling 93c9344e35 LibGfx: Add Font::pixel_size_rounded_up() 2 年之前
  Timothy Flynn 34567bc145 LibGfx: Remove single-code point Font::glyph_or_emoji_width API 2 年之前
  Timothy Flynn a391ea3da3 LibGfx: Support computing a font's glyph width with code point iterators 2 年之前
  Aliaksandr Kalenik 1cc8895e4b LibGfx: Introduce with_size method for Font 2 年之前
  Aliaksandr Kalenik 1f4106842d LibGfx: Pass font width to `FontDatabase::get()` 2 年之前
  Andreas Kling cddcf531b1 LibGfx: Remove unused Font::point_size() 2 年之前
  Andreas Kling 2a61d66b0a LibGfx: Make Font::preferred_line_height() more correct 2 年之前
  MacDue ada48a1daf LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2 年之前
  Andreas Kling 555d7a6fce LibGfx: Make Font::glyph_width*() APIs return float 2 年之前
  Andreas Kling 3407ab0fd1 LibGfx: Make Font::width() return a float 2 年之前