Skip to content

ab-glyph-0.2.21

Compare
Choose a tag to compare
@alexheretic alexheretic released this 21 Apr 18:06
· 33 commits to main since this release
  • Update ttf-parser to 0.19.
  • Add GlyphImageFormat variants BitmapMono, BitmapMonoPacked, BitmapGray2, BitmapGray2Packed,
    BitmapGray4, BitmapGray4Packed, BitmapGray8, BitmapPremulBgra32.
  • Font::h_advance_unscaled, h_side_bearing_unscaled, v_advance_unscaled, v_side_bearing_unscaled
    and related ScaleFont methods now return 0.0 if the font does not define that value.
    Previously calls would panic when fonts lacked support.
  • Use edition 2021.