Skip to content

Releases: alexheretic/ab-glyph

ab-glyph-rasterizer-0.1.10

12 Aug 11:14
Compare
Choose a tag to compare
  • Fix remaining draw_line_scalar index oob panic scenarios (3).

ab-glyph-0.2.31

17 Jul 08:18
Compare
Choose a tag to compare
  • Add "gvar-alloc" feature enabled by default (activates ttf-parser "gvar-alloc" feature).
    Provides full gvar table support.

ab-glyph-rasterizer-0.1.9

29 Jun 09:09
Compare
Choose a tag to compare
  • Fix draw_line_scalar index oob panic scenario (2).

ab-glyph-0.2.30

29 Jun 09:10
Compare
Choose a tag to compare
  • Add Font::italic_angle for accessing the slant angle.

ab-glyph-0.2.29

05 Oct 11:13
Compare
Choose a tag to compare
  • Update ttf-parser to 0.25.

ab-glyph-0.2.28

04 Jul 22:59
Compare
Choose a tag to compare
  • Update ttf-parser to 0.24.
  • Clarify OutlinedGlyph::px_bounds, Font::glyph_bounds documentation,
    describe how they relate to drawing and each other.

ab-glyph-0.2.27

28 Jun 08:18
Compare
Choose a tag to compare
  • Add Font glyph layout concept documentation demonstrating "ascent", "descent", "h_side_bearing",
    "h_advance", "height", "line_gap", "baseline".

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.