diff options
author | Christof Pintaske <cp@openoffice.org> | 2001-06-08 10:13:19 +0000 |
---|---|---|
committer | Christof Pintaske <cp@openoffice.org> | 2001-06-08 10:13:19 +0000 |
commit | e75ba71c88449b0d05fbbf55386a6c77ab0100b4 (patch) | |
tree | c631dafbf99d8fa5d38762a0d7e86aa903235ff4 /psprint/source/fontsubset/sft.c | |
parent | 9c43d302fd21e85e4267e4665b03255be8ab1a86 (diff) |
#85459# #83995# Andale Sans UI is the final name
Diffstat (limited to 'psprint/source/fontsubset/sft.c')
-rw-r--r-- | psprint/source/fontsubset/sft.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/psprint/source/fontsubset/sft.c b/psprint/source/fontsubset/sft.c index 99b322edea32..2a930cd14c97 100644 --- a/psprint/source/fontsubset/sft.c +++ b/psprint/source/fontsubset/sft.c @@ -2,9 +2,9 @@ * * $RCSfile: sft.c,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cp $ $Date: 2001-05-30 06:54:57 $ + * last change: $Author: cp $ $Date: 2001-06-08 11:13:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -/* $Id: sft.c,v 1.2 2001-05-30 06:54:57 cp Exp $ +/* $Id: sft.c,v 1.3 2001-06-08 11:13:19 cp Exp $ * Sun Font Tools * * Author: Alexander Gelfenbain @@ -2439,11 +2439,6 @@ void GetTTGlobalFontInfo(TrueTypeFont *ttf, TTGlobalFontInfo *info) info->psname = ttf->psname; info->symbolEncoded = ttf->cmapType == CMAP_MS_Symbol ? 1 : 0; - /* XXX enable gui font */ - if (strncasecmp(ttf->family, "Andale Sans UI", sizeof("Andale Sans UI") - 1) == 0) - info->family = "Andale Sans UI"; - /* XXX */ - table = getTable(ttf, O_OS2); if (table) { info->weight = GetUInt16(table, 4, 1); |