Releases: alexheretic/ab-glyph
Releases · alexheretic/ab-glyph
ab-glyph-rasterizer-0.1.10
- Fix remaining
draw_line_scalar
index 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_scalar
index oob panic scenario (2).
ab-glyph-0.2.30
- Add
Font::italic_angle
for 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_bounds
documentation,
describe how they relate to drawing and each other.
ab-glyph-0.2.27
- Add
Font
glyph 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_image
for accessing glyph svg data.
ab-glyph-0.2.24
- Add
Font::font_data
for accessing underlying raw font data.