diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/t1funcs.c')
-rw-r--r-- | Build/source/texk/ps2pkm/t1funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ps2pkm/t1funcs.c b/Build/source/texk/ps2pkm/t1funcs.c index 263bb027c00..5f6b8c67269 100644 --- a/Build/source/texk/ps2pkm/t1funcs.c +++ b/Build/source/texk/ps2pkm/t1funcs.c @@ -242,7 +242,7 @@ int Type1OpenScalable (ev, ppFont, flags, entry, fileName, vals, format, else { h = w = 0; area->xmin = area->xmax = 0; - area->ymax = area->ymax = 0; + area->ymin = area->ymax = 0; } glyphs[i].metrics.leftSideBearing = area->xmin; |