-
-
-
-
3.1.5b3877795 · ·
Release 3.1.5 Changed ------- * SVG: user transformations are now ignored, instead of returning _”unimplemented feature”_ error. Fixed ----- * Reverted “fixed: bitmap font glyph advance width calculation”. It appears that HarfBuzz <= 5.1 calculated glyph advance widths incorrectly for bitmap fonts, when bitmap font scaling has been enabled (`pixelsizefixupfactor` has been set in FontConfig). fcft-3.1.3 compensated for this when calculating the glyphs’ advance widths. HarfBuzz >= 5.2 changed how it calculates the advance widths, and fcft’s compensation now causes and excessive advance width. Thus, the patch from fcft-3.1.3 has been reverted. [#163][fuzzel-163] [fuzzel-163]: https://codeberg.org/dnkl/fuzzel/issues/163
-
3.1.195753828 · ·
Release 3.1.1 Fixed ----- * Crash when multiple SVG glyphs are rasterized in parallel (i.e. the SVG backend is now thread safe) ([#51](51)). * Crash when rasterizing SVG glyphs with transforms (e.g. synthetic slanting). Transforms are now completely ignored ([#51](51)). [51]: https://codeberg.org/dnkl/fcft/issues/51