Skip to content

Releases: alexheretic/ab-glyph

ab-glyph-0.2.26

10 May 15:23
Compare
Choose a tag to compare
  • Update ttf-parser to 0.21.

ab-glyph-0.2.25

13 Apr 16:49
Compare
Choose a tag to compare
  • Add Font::glyph_svg_image for accessing glyph svg data.

ab-glyph-0.2.24

05 Apr 04:43
Compare
Choose a tag to compare
  • Add Font::font_data for accessing underlying raw font data.

ab-glyph-0.2.23

30 Oct 11:57
Compare
Choose a tag to compare
  • Update ttf-parser to 0.20.

ab-glyph-0.2.22

29 Sep 07:03
Compare
Choose a tag to compare
  • Add v2::GlyphImage and Font::glyph_raster_image2 to expose width and height info.
  • Deprecate Font::glyph_raster_image & GlyphImage.
  • Improve OutlinedGlyph::draw documentation.

ab-glyph-0.2.21

21 Apr 18:06
Compare
Choose a tag to compare
  • Update ttf-parser to 0.19.
  • Add GlyphImageFormat variants BitmapMono, BitmapMonoPacked, BitmapGray2, BitmapGray2Packed,
    BitmapGray4, BitmapGray4Packed, BitmapGray8, BitmapPremulBgra32.
  • Font::h_advance_unscaled, h_side_bearing_unscaled, v_advance_unscaled, v_side_bearing_unscaled
    and related ScaleFont methods now return 0.0 if the font does not define that value.
    Previously calls would panic when fonts lacked support.
  • Use edition 2021.

ab-glyph-0.2.20

03 Feb 13:01
Compare
Choose a tag to compare
  • Add FontVec::as_slice, FontVec::into_vec.

ab-glyph-rasterizer-0.1.8

13 Jan 09:17
Compare
Choose a tag to compare
  • Do SIMD runtime detection only once on the first Rasterizer::new instead of on each.

ab-glyph-0.2.19

06 Jan 11:09
Compare
Choose a tag to compare
  • Update ttf-parser to 0.18.

ab-glyph-0.2.18

21 Oct 13:09
Compare
Choose a tag to compare
  • Update ttf-parser to 0.17.