diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
commit | f420965b8e48aff65f0c181cb36cbd9410e88b1b (patch) | |
tree | 2765cce0a55cdbdd1a94e016469bdf8d086728c6 /data.h | |
parent | 632e8a138dd16efe41384a4335ec46530da4a04b (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'data.h')
-rw-r--r-- | data.h | 22 |
1 files changed, 7 insertions, 15 deletions
@@ -19,15 +19,18 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/mkfontscale/data.h,v 1.2 2003/01/29 22:09:40 dawes Exp $ */ +/* $XFree86: xc/programs/mkfontscale/data.h,v 1.4 2003/07/08 15:39:49 tsi Exp $ */ + +#ifndef _MKS_DATA_H_ +#define _MKS_DATA_H_ 1 /* Order is significant. For example, some B&H fonts are hinted by URW++, and both strings appear in the notice. */ -char *notice_foundries[][2] = +char *notice_foundries[][2] = {{"Bigelow", "b&h"}, {"Adobe", "adobe"}, - {"Bitstream", "bitsteam"}, + {"Bitstream", "bitstream"}, {"Monotype", "monotype"}, {"Linotype", "linotype"}, {"LINOTYPE-HELL", "linotype"}, @@ -76,16 +79,5 @@ char *vendor_foundries[][2] = {"RICO", "ricoh"}, {"URW", "urw"}, {"Y&Y", "y&y"}}; - - - - - - - - - - - - +#endif /* _MKS_DATA_H_ */ |