Releases: alexheretic/ab-glyph
Releases · alexheretic/ab-glyph
Release list
ab-glyph-0.2.32
- Add
FontArcsupport for no_std targets with cfg(target_has_atomic = "ptr").
ab-glyph-rasterizer-0.1.10
- Fix remaining
draw_line_scalarindex oob panic scenarios (3).
ab-glyph-0.2.31
- Add "gvar-alloc" feature enabled by default (activates ttf-parser "gvar-alloc" feature).
Provides full gvar table support.
ab-glyph-rasterizer-0.1.9
- Fix
draw_line_scalarindex oob panic scenario (2).
ab-glyph-0.2.30
- Add
Font::italic_anglefor accessing the slant angle.
ab-glyph-0.2.29
- Update ttf-parser to
0.25.
ab-glyph-0.2.28
- Update ttf-parser to
0.24. - Clarify
OutlinedGlyph::px_bounds,Font::glyph_boundsdocumentation,
describe how they relate to drawing and each other.
ab-glyph-0.2.27
- Add
Fontglyph layout concept documentation demonstrating "ascent", "descent", "h_side_bearing",
"h_advance", "height", "line_gap", "baseline".
ab-glyph-0.2.26
- Update ttf-parser to
0.21.
ab-glyph-0.2.25
- Add
Font::glyph_svg_imagefor accessing glyph svg data.