diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-29 23:30:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-29 23:30:47 +0000 |
commit | 810eb77b962e31dc585406153dbd26b1730fca99 (patch) | |
tree | f128d8cb4f1ab44b2bc2d15ceb934e0f263de592 /Build/source/texk/dvipsk/loadfont.c | |
parent | a0ed0ffbda4a0a7b1d95edddb1cfab20e252ea5b (diff) |
%%ViewingOrientation comment to cope with wrong Distiller autorotation, if the bitmap font encoding is enabled and at least one bitmap font is used
git-svn-id: svn://tug.org/texlive/trunk@53979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/loadfont.c')
-rw-r--r-- | Build/source/texk/dvipsk/loadfont.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/loadfont.c b/Build/source/texk/dvipsk/loadfont.c index 6647a2f71b1..a9e1b14260d 100644 --- a/Build/source/texk/dvipsk/loadfont.c +++ b/Build/source/texk/dvipsk/loadfont.c @@ -29,6 +29,7 @@ char errbuf[1500]; int lastresortsizes[40]; +int bitmapfontseen = 0 ; /* * Now we have some routines to get stuff from the PK file. * Subroutine pkbyte returns the next byte. @@ -341,6 +342,7 @@ loadfont(register fontdesctype *curfnt) tfmload(curfnt); return; } + bitmapfontseen = 1 ; curfnt->dir = 0; if (!quiet) { if (strlen(realnameoffile) + prettycolumn > STDOUTSIZE) { |