summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Iorsh <iorsh@users.sourceforge.net>2011-10-20 08:08:47 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-20 16:29:33 -0700
commitbf7d4fd83c896b70f68d59de756a3847417d9add (patch)
tree54f887bf3a05cd8a1ef47998c01c1b07bcd1f9b7
parentcd8182e74636ffd9b140603fc61502b42a9d6f2b (diff)
mkfontscale: fix Culmus entries to precede URW
Culmus must precede URW and Bitstream in notice list, since its fonts are based on URW/Bitstream sometimes. Signed-off-by: Maxim Iorsh <iorsh@users.sourceforge.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/data.h b/data.h
index 6fb43ae..aecb048 100644
--- a/data.h
+++ b/data.h
@@ -27,7 +27,9 @@
URW++, and both strings appear in the notice. */
static const char *notice_foundries[][2] =
- {{"Bigelow", "b&h"},
+ {{"Iorsh", "culmus"},
+ {"Gnat", "culmus"},
+ {"Bigelow", "b&h"},
{"Adobe", "adobe"},
{"Bitstream", "bitstream"},
{"Monotype", "monotype"},
@@ -42,9 +44,7 @@ static const char *notice_foundries[][2] =
{"Microsoft", "microsoft"},
{"Omega", "omega"},
{"Font21", "hwan"},
- {"HanYang System", "hanyang"},
- {"Iorsh", "culmus"},
- {"Gnat", "culmus"}};
+ {"HanYang System", "hanyang"}};
/* This table is partly taken from ttmkfdir by Joerg Pommnitz. */