Releases: moi15moi/FontCollector
Releases · moi15moi/FontCollector
v2.0.5
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
v2.0.3
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)