Skip to content

Releases: moi15moi/FontCollector

v2.0.5

27 Feb 03:17
60b0e60
Compare
Choose a tag to compare

Corrected bugs:

  • If an .ass file did not contain an WrapStyle element in the [Script Info] section, it would previously raise an exception. Now, if it isn't specified, we use the WrapStyle 0 like libass/VSFilter.
  • Transform cmap codepoint into string like VSFilter/Libass.
  • Transform name into string like VSFilter (it basically doesn't impact any font.

v2.0.4

04 Feb 22:21
21276d8
Compare
Choose a tag to compare

New feature:

  • If there is an unknow problem while parsing a font, raise an exception with a message that contain the font path

Corrected bugs:

  • If the AxisValueArray is None, return an empty array which won't raise an exception

v2.0.3

26 Jan 18:34
1493505
Compare
Choose a tag to compare
Correct variable font and loading font via cmd (#14)

New feature:
- Convert legacy weight into "new" weight.

Corrected bugs:
- Families and fullname would use the same set.
- In very specific case, matplotlib.findSystemFonts can return non Font file.
- The font would be considered like a variable font if it contain an fvar table. That was false, it need to contain an fvar table AND a stat table to be considered like a variable font (resolve Option --additional-fonts doesn't work #13)
- Correct overloading fonts with --additional-fonts (resolve Option --additional-fonts doesn't work #13)

v2.0.2

22 Jan 16:20
8306fda
Compare
Choose a tag to compare
Update README.md