Skip to content

Commit

Permalink
Fix minus signs in Ps output.
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=8305
  • Loading branch information
mdboom committed May 10, 2010
1 parent 1fdd5a8 commit f11b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttconv/pprdrv_tt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ void ttfont_header(TTStreamWriter& stream, struct TTFONT *font)
-------------------------------------------------------------*/
void ttfont_encoding(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids, font_type_enum target_type)
{
stream.putline("/Encoding ISOLatin1Encoding def");
stream.putline("/Encoding StandardEncoding def");

// if (target_type == PS_TYPE_3) {
// stream.printf("/Encoding [ ");
Expand Down

0 comments on commit f11b64f

Please sign in to comment.