ftp.nice.ch/peanuts/GeneralData/Documents/adobe/DPS.Purple.Text.tar.gz#/NX_Text/text.c

This is text.c in view mode; [Download] [Up]

/*
 * (C) 1990 by Adobe Systems Incorporated. All rights reserved.
 *
 * This file may be freely copied and redistributed as long as:
 *   1) This entire notice continues to be included in the file, 
 *   2) If the file has been modified in any way, a notice of such
 *      modification is conspicuously indicated.
 *
 * PostScript, Display PostScript, and Adobe are registered trademarks of
 * Adobe Systems Incorporated.
 * 
 * ************************************************************************
 * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT
 * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS
 * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR 
 * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY 
 * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION, 
 * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, 
 * FITNESS FOR PARTICULAR PURPOSES AND NONINFINGEMENT OF THIRD PARTY RIGHTS.
 * ************************************************************************
 */

/*
 *	text.c
 *
 *	Static structures for showing text.
 *
 *	Version:	2.0
 *	Author:	Ken Fromm
 *	History:
 *			03-07-91		Added this comment.
 */

char *const	textstrings[ ] = {	
	"Mark Twain's The Prince and the Pauper\r",
	"The dull work went tediously on. Petitions were read, and",
	"proclamations, patents, and all manner of wordy, repetitious, and",
	"wearisome papers relating to the public business; and at last Tom",
	"sighed pathetically and murmured to himself, \252In what have I",
	"offended, that the good God should take me away from the fields",
	"and the free air and the sunshine to shut me up here and make me a",
	"king and afflict me so?\272 Then his poor muddled head nodded awhile",
	"and presently drooped to his shoulder, and the business of the",
	"empire came to a standstill for want of that august factor the",
	"ratifying power. Silence ensued around the slumbering child, and",
	"the sages of the realm ceased from their deliberations.\r",
	"The paragraph above has 29 kern pairs out of 724 character pairs.",
	"This paragraph has 78 kern pairs. UPPERCASE LETTERS OFTEN",
	" HAVE MORE KERNING PAIRS THEN LOWERCASE LETTERS.",
	"The kern pairs in Times-Roman for the letter A are AC AG AO AW",
	"AT AU AV AW Av Aw Ay and A\047. The kern pairs for the letter T",
	"are TA TO Ta Te Th Ti To Tr Tu Tw Ty T. T, T: T; T-. An example",
	"often used to illustrate kerning is the word AWAY.\r"
};

float			textstart[ ] [2]= {
	{200, 170}, 
	{130, 200}, 
	{130, 225}, 
	{130, 250}, 
	{130, 275}, 
	{130, 300}, 
	{130, 325}, 
	{130, 350}, 
	{130, 375}, 
	{130, 400}, 
	{130, 425}, 
	{130, 450}, 
	{130, 500},
	{130, 525},
	{130, 550},
	{130, 575},
	{130, 600},
	{130, 625},
	{130, 650},
};

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.