diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 15:33:07 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-31 15:33:07 +0000 |
commit | 0ccf5375256a1bc52c21658e9945e092134893fc (patch) | |
tree | e3752cb824adc93daeef05ec0dcaa87d9ecd2a10 /fonts | |
parent | dd5c69d7e48c4893bcb6254cba8d7c23130156d8 (diff) | |
download | pkgsrc-0ccf5375256a1bc52c21658e9945e092134893fc.tar.gz |
Update to 20020524.
- Implements ``fuzz'' value for large encodings (defaults to 1%);
precise heuristics are still used for 8-bit fonts.
- Implements simple heuristic for distinguishing charcell fonts;
tested with Courier New (-m-) and Lucida Console (-c-), more testing
is needed.
- Empty names are now treated the same as missing, which may (or may
not) work around some arguably incorrect fonts.
- Changed big5.eten-0 to big5-0.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fonts/mkfontscale/patches/patch-ab b/fonts/mkfontscale/patches/patch-ab deleted file mode 100644 index 7af79601e31..00000000000 --- a/fonts/mkfontscale/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/05/20 12:30:30 wiz Exp $ - ---- mkfontscale.c.orig Mon May 13 12:19:32 2002 -+++ mkfontscale.c -@@ -58,7 +58,7 @@ - "adobe-standard", "adobe-symbol", "ibm-cp437", "microsoft-cp1252", - /* But not "adobe-dingbats", as it uses generic glyph names. */ - "jisx0201.1976-0", "jisx0208.1983-0", "jisx0208.1990-0", -- "jisx0212.1190-0", "big5.eten-0", "gb2312.1980-0", -+ "jisx0212.1990-0", "big5-0", "gb2312.1980-0", - "ksc5601.1987-0", "ksc5601.1992-3"}; - - char *extra_encodings_array[] = |