diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2002-09-15 22:20:55 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2002-09-15 22:20:55 +0000 |
commit | 0c5894beb5c92b20b91ed16b7ceaab70ca326b3f (patch) | |
tree | 73450b51996607273793e567413be2c37f3e4dd8 /pl/plufont.c | |
parent | d971492c5860e1dd6bbfcb38fbc06e313973599d (diff) |
Resident UFST fonts had wrong "scaling_technology".
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1724 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/plufont.c')
-rw-r--r-- | pl/plufont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/plufont.c b/pl/plufont.c index 213eb9afc..7230cedfd 100644 --- a/pl/plufont.c +++ b/pl/plufont.c @@ -696,7 +696,7 @@ pl_load_mt_font(SW16 handle, gs_font_dir *pdir, gs_memory_t *mem, { /* Initialize MicroType font boilerplate. */ plfont->header = 0; plfont->header_size = 0; - plfont->scaling_technology = plfst_TrueType; + plfont->scaling_technology = plfst_MicroType; plfont->font_type = plft_Unicode; plfont->large_sizes = true; pl_fill_in_mt_font(pfont, handle, unique_id); |