Skip to content

Commit f11b64f

Browse files
committed
Fix minus signs in Ps output.
svn path=/trunk/matplotlib/; revision=8305
1 parent 1fdd5a8 commit f11b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttconv/pprdrv_tt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ void ttfont_header(TTStreamWriter& stream, struct TTFONT *font)
420420
-------------------------------------------------------------*/
421421
void ttfont_encoding(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids, font_type_enum target_type)
422422
{
423-
stream.putline("/Encoding ISOLatin1Encoding def");
423+
stream.putline("/Encoding StandardEncoding def");
424424

425425
// if (target_type == PS_TYPE_3) {
426426
// stream.printf("/Encoding [ ");

0 commit comments

Comments
 (0)