Skip to content

Releases: alexheretic/ab-glyph

ab-glyph-rasterizer-0.1.8

13 Jan 09:17
Compare
Choose a tag to compare
  • Do SIMD runtime detection only once on the first Rasterizer::new instead of on each.

ab-glyph-0.2.19

06 Jan 11:09
Compare
Choose a tag to compare
  • Update ttf-parser to 0.18.

ab-glyph-0.2.18

21 Oct 13:09
Compare
Choose a tag to compare
  • Update ttf-parser to 0.17.

ab-glyph-rasterizer-0.1.7

17 Sep 09:49
Compare
Choose a tag to compare
  • Fix x86, x86_64 no_std builds, require std feature for runtime detected SIMD.

ab-glyph-rasterizer-0.1.6

04 Sep 13:05
Compare
Choose a tag to compare
  • Add runtime detected AVX2 or SSE4.2 line drawing. Improves performance on compatible x86_64 CPUs.

ab-glyph-0.2.17

04 Sep 13:06
Compare
Choose a tag to compare
  • Add VariableFont trait implemented by FontRef & FontVec. Provides variations & set_variation functions.
  • Add default enabled feature variable-fonts.

ab-glyph-0.2.16

19 Aug 17:57
Compare
Choose a tag to compare
  • Add Font::pt_to_px_scale to ease converting point size to PxScale.
  • Add PxScale::round.

ab-glyph-0.2.15

04 Mar 19:13
Compare
Choose a tag to compare
  • Fix some font outlines by always trying to "close" them at the end. Fixes Cantarell-VF.otf outlining.

ab-glyph-0.2.14

25 Feb 18:27
Compare
Choose a tag to compare
  • Update ttf-parser to 0.15.

ab-glyph-0.2.13

30 Dec 14:33
Compare
Choose a tag to compare
  • Update ttf-parser to 0.14.