ab-glyph-0.2.21
·
35 commits
to main
since this release
- Update ttf-parser to
0.19
. - Add
GlyphImageFormat
variantsBitmapMono
,BitmapMonoPacked
,BitmapGray2
,BitmapGray2Packed
,
BitmapGray4
,BitmapGray4Packed
,BitmapGray8
,BitmapPremulBgra32
. Font::h_advance_unscaled
,h_side_bearing_unscaled
,v_advance_unscaled
,v_side_bearing_unscaled
and relatedScaleFont
methods now return0.0
if the font does not define that value.
Previously calls would panic when fonts lacked support.- Use edition 2021.