File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1021,18 +1021,6 @@ def _embedTeXFont(self, fontinfo):
1021
1021
0 , * map (Name , dviread ._parse_enc (fontinfo .encodingfile ))],
1022
1022
}
1023
1023
1024
- # If no file is specified, stop short
1025
- if fontinfo .fontfile is None :
1026
- _log .warning (
1027
- "Because of TeX configuration (pdftex.map, see updmap option "
1028
- "pdftexDownloadBase14) the font %s is not embedded. This is "
1029
- "deprecated as of PDF 1.5 and it may cause the consumer "
1030
- "application to show something that was not intended." ,
1031
- fontinfo .basefont )
1032
- fontdict ['BaseFont' ] = Name (fontinfo .basefont )
1033
- self .writeObject (fontdictObject , fontdict )
1034
- return fontdictObject
1035
-
1036
1024
# We have a font file to embed - read it in and apply any effects
1037
1025
t1font = _type1font .Type1Font (fontinfo .fontfile )
1038
1026
if fontinfo .effects :
You can’t perform that action at this time.
0 commit comments