Skip to content

Commit 3894c34

Browse files
committed
Added BoldOblique Helvetica font; fixed Keith-Medium postscript name.
1 parent 90f8699 commit 3894c34

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

Frameworks/DesktopKit/Resources/Fonts/Courier.nfont/FontInfo.plist

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,30 @@
33
{
44
Files = (cour.ttf);
55
Name = Medium;
6-
PostScriptName = Courier;
6+
// PostScriptName = CourierNew-Medium;
7+
PostScriptName = CourierNewPSMT;
8+
RenderHints_hack = 0x010000;
79
},
810
{
911
Files = (courbd.ttf);
1012
Name = Bold;
11-
PostScriptName = Courier-Bold;
13+
// PostScriptName = CourierNew-Bold;
14+
PostScriptName = CourierNewPS-BoldMT;
15+
RenderHints_hack = 0x010000;
1216
},
1317
{
1418
Files = (courbi.ttf);
1519
Name = BoldOblique;
16-
PostScriptName = Courier-BoldOblique;
20+
// PostScriptName = CourierNew-BoldItalic;
21+
PostScriptName = CourierNewPS-BoldItalicMT;
22+
RenderHints_hack = 0x010000;
1723
},
1824
{
1925
Files = (couri.ttf);
2026
Name = Oblique;
21-
PostScriptName = Courier-Oblique;
27+
// PostScriptName = CourierNew-Italic;
28+
PostScriptName = CourierNewPS-ItalicMT;
29+
RenderHints_hack = 0x010000;
2230
}
2331
);
2432
Description = "Designed as a typewriter face for IBM, Courier was redrawn by Adrian Frutiger for IBM Selectric series. A typical fixed pitch design, monotone in weight and slab serif in concept. Used to emulate typewriter output for reports, tabular work and technical documentation.";

Frameworks/DesktopKit/Resources/Fonts/Helvetica.nfont/FontInfo.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
Name = Medium;
55
PostScriptName = Helvetica-Medium;
66
Files = (Helvetica-Medium.ttf);
7-
RenderHints_hack = 0x010000;
87
},
98
{
109
Name = Bold;
1110
PostScriptName = Helvetica-Bold;
1211
Files = (Helvetica-Bold.ttf);
13-
RenderHints_hack = 0x010000;
1412
},
1513
{
1614
Name = Oblique;
1715
PostScriptName = Helvetica-Oblique;
1816
Files = (Helvetica-Oblique.ttf);
19-
RenderHints_hack = 0x010000;
17+
},
18+
{
19+
Name = "Bold Oblique";
20+
PostScriptName = Helvetica-BoldOblique;
21+
Files = (Helvetica-BoldOblique.ttf);
2022
}
2123
);
2224
}
Binary file not shown.

0 commit comments

Comments
 (0)