diff options
Diffstat (limited to 'app/mkfontscale/data.h')
-rw-r--r-- | app/mkfontscale/data.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/mkfontscale/data.h b/app/mkfontscale/data.h index bb5b170d5..aecb04859 100644 --- a/app/mkfontscale/data.h +++ b/app/mkfontscale/data.h @@ -26,8 +26,10 @@ /* Order is significant. For example, some B&H fonts are hinted by URW++, and both strings appear in the notice. */ -static char *notice_foundries[][2] = - {{"Bigelow", "b&h"}, +static const char *notice_foundries[][2] = + {{"Iorsh", "culmus"}, + {"Gnat", "culmus"}, + {"Bigelow", "b&h"}, {"Adobe", "adobe"}, {"Bitstream", "bitstream"}, {"Monotype", "monotype"}, @@ -49,7 +51,7 @@ static char *notice_foundries[][2] = /* It should not contain useless entries (such as UNKN) nor duplicate entries for padding both with spaces and NULs. */ -static char *vendor_foundries[][2] = +static const char *vendor_foundries[][2] = {{"ADBE", "adobe"}, {"AGFA", "agfa"}, {"ALTS", "altsys"}, @@ -59,6 +61,7 @@ static char *vendor_foundries[][2] = {"B&H", "b&h"}, {"BITS", "bitstream"}, {"CANO", "cannon"}, + {"CLM", "culmus"}, {"DYNA", "dynalab"}, {"EPSN", "epson"}, {"FJ", "fujitsu"}, |