Sha256: 4b9d70270d2df81f5a18f7f9bdc3f2b920fd24ee944b39619ebffd4451b41e9d
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 Bytes
Contents
# Changes in FPV 14 This document covers the functional changes introduced in FPV 14 vs. 13. These changes fall into two categories: 1) changes to existing behavior 2) new functionality. ## Changes to existing behavior * Changes inversion of max_descent to use values passed out from Skytype. Original code inverted the value such that a negative value became positive. Change is in Skytype source and not in fontprocessor repo. * Changes return value of FontFile.glyphs to return only the Unicode values in the font. Original code returned all entries in the font, sorted by glyph ID, and listed by Unicode value. GlyphIDs which did not have Unicode mapping previously had an entry value of -1. * Replaces all calls into FontParser and FontForge with calls into Skytype. ## New functionality (none yet)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontprocessor-27.1.3 | CHANGELOG_FPV14.md |