-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
108 lines (72 loc) · 2.72 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
1.1.4 (2023-02-15)
==================
* Added "Variation Axis Tags" field
* Added reading version from BDF and PCF
* Fixed WOFF2 reading issue that could lead to missing information for
some rare files
* File extensions in the plugin detection string are now sorted
1.1.3 (2021-09-19)
==================
* Fixed caching issue that led to empty fields when the previously
read file was erroneous or unsupported
1.1.2 (2021-09-11)
==================
* Fixed empty Copyright for some PS Type 1 fonts
* Fixed small WOFF reading speed degradation introduced in v1.1.1
1.1.1 (2021-08-29)
==================
* Added support for reading TTFs designed for Macintosh
* Added ".otb" (OpenType Bitmap) to the list of supported extensions
* "Version" prefix is now stripped from the version string for all
font formats and regardless of letter case
* Fixed reading of buggy TTFs produced by AllType
* Fixed empty Style field for TTFs with empty Typographic Subfamily
(name id 17)
1.1.0 (2021-01-03)
==================
* Support for WOFF2
1.0.0 (2017-12-30)
==================
* "Number of Fonts" is now integer instead of string
* Support for INF, PS Type 11, and Windows' FNT/FON
* More common weight names (like "SemiBold" instead of "Semi-bold")
* Fixed displaying of non-ASCII characters on Windows
* BDF, PS, AFM, SFD: "Style" now extracted from FullName and
FamilyName
* BDF: "FACE_NAME" is added as an alternative for FullName
* BDF, PCF: If "Family", "Style", or "Full Name" field is empty, it
will be filled with information from existing fields
* Partially implemented WPF font selection model for SFNT fonts
* "Version " is now stripped from the version string in SFNT fonts
* The plugin can now read most of fonts in gzip archives, not only PCF
0.7.3 (2016-01-08)
==================
* Fixed reading of font collections
* Fixed empty "Number of Fonts" field for compressed EOT
0.7.2 (2015-12-23)
==================
* Support for reading "name" table from uncompressed EOTs (EOT-Lite)
* "Format" for PS fonts changed from "PS T {type}" to "PS {type}"
* Fixed reading of .pcf.gz on Unix-like systems when a file has no
writing permissions (like fonts from /usr/share/fonts/X11)
* Fixed reading of "symbolic" fonts
0.7.1 (2015-08-04)
==================
* Fixed closing files when signature doesn't match (PS, BDF)
* Tiny performance improvements
0.7.0 (2015-06-04)
==================
* Support for BDF and PCX
* Fixed empty "Number of Fonts" field
* Fixed detection of .t42 fonts
0.6.0 (2015-05-27)
==================
* Support for AFM and PFB
* Small performance improvements
0.5.0 (2015-05-24)
==================
* Support for PostScript fonts
* FontForge’s Spline Font Database support
0.4.0 (2015-05-22)
==================
Initial release