Skip to content

Releases: alexheretic/ab-glyph

ab-glyph-0.2.32

Choose a tag to compare

@alexheretic alexheretic released this 28 Sep 08:31
  • Add FontArc support for no_std targets with cfg(target_has_atomic = "ptr").

ab-glyph-rasterizer-0.1.10

Choose a tag to compare

  • Fix remaining draw_line_scalar index oob panic scenarios (3).

ab-glyph-0.2.31

Choose a tag to compare

@alexheretic alexheretic released this 17 Jul 08:18
  • Add "gvar-alloc" feature enabled by default (activates ttf-parser "gvar-alloc" feature).
    Provides full gvar table support.

ab-glyph-rasterizer-0.1.9

Choose a tag to compare

  • Fix draw_line_scalar index oob panic scenario (2).

ab-glyph-0.2.30

Choose a tag to compare

@alexheretic alexheretic released this 29 Jun 09:10
  • Add Font::italic_angle for accessing the slant angle.

ab-glyph-0.2.29

Choose a tag to compare

@alexheretic alexheretic released this 05 Oct 11:13
  • Update ttf-parser to 0.25.

ab-glyph-0.2.28

Choose a tag to compare

@alexheretic alexheretic released this 04 Jul 22:59
  • 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

Choose a tag to compare

@alexheretic alexheretic released this 28 Jun 08:18
  • Add Font glyph layout concept documentation demonstrating "ascent", "descent", "h_side_bearing",
    "h_advance", "height", "line_gap", "baseline".

ab-glyph-0.2.26

Choose a tag to compare

@alexheretic alexheretic released this 10 May 15:23
  • Update ttf-parser to 0.21.

ab-glyph-0.2.25

Choose a tag to compare

@alexheretic alexheretic released this 13 Apr 16:49
  • Add Font::glyph_svg_image for accessing glyph svg data.