blob: e0ea4aa14be26428b4e283aa805951260561ffb4 (
plain)
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
|
2011-02-28
----------
- Added several Cyrillic letters that were missing in the encoding
files but present in the fonts (some Cyrillic letters are
not in Unicode or Adobe Glyph List).
- The encoding files have more descriptive names now.
2011-02-15
----------
- In the TeX Font Metric files changed the width of some accented letters
(the width is now exactly the same as that of the respective
unaccented letter). It was done just for the encoding IL2 and not
for T1. Here is the list of changes:
PT Sans Regular: dcaron
PT Sans Bold: dcaron, tcaron
Especially the difference for dcaron in PT Sans Bold is quite
visible.
This change is interesting just for Czech/Slovak users.
2011-02-10
----------
- In the fonts/enc/ and fonts/map directories omitted the "paratype" level
(suggested by Karl Berry).
- Changed style files in this way:
1) Added an option to scale the fonts. In the font definition files
was support for it but not in the style files. It was caused
by creating simpler style files than those created by autoinst
from fontools (they were created because the original files
required the package fontenc with all supported encodings --
which might be a problem).
2) Style files do not change neither \familydefault nor \bfdefault.
There are font substitutions in the font definition files now.
Both suggested by Ricard Torres. Used his patches (based on Walter
Schmidt's macros) for PTSans.sty and T1PTSans-TLF.fd. The changes
extended to all other files.
2011-02-03
----------
- Added Type 1 version of the fonts.
- Removed style files PTSansOld, PTSansNarrowOld and PTSansCaptionOld.
- No correction of the width of characters is made any more. Now the font
behaves exactly as designed.
2011-01-27
----------
- First public version
|