1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643
|
/* $XConsortium: fontfcn.c,v 1.8 92/03/27 18:15:45 eswu Exp $ */
/* Copyright International Business Machines,Corp. 1991
* All Rights Reserved
*
* License to use, copy, modify, and distribute this software
* and its documentation for any purpose and without fee is
* hereby granted, provided that the above copyright notice
* appear in all copies and that both that copyright notice and
* this permission notice appear in supporting documentation,
* and that the name of IBM not be used in advertising or
* publicity pertaining to distribution of the software without
* specific, written prior permission.
*
* IBM PROVIDES THIS SOFTWARE "AS IS", WITHOUT ANY WARRANTIES
* OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
* LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT OF
* THIRD PARTY RIGHTS. THE ENTIRE RISK AS TO THE QUALITY AND
* PERFORMANCE OF THE SOFTWARE, INCLUDING ANY DUTY TO SUPPORT
* OR MAINTAIN, BELONGS TO THE LICENSEE. SHOULD ANY PORTION OF
* THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM) ASSUMES
* THE ENTIRE COST OF ALL SERVICING, REPAIR AND CORRECTION. IN
* NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
/* Author: Katherine A. Hitchcock IBM Almaden Research Laboratory */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "t1imager.h"
#include "util.h"
#include "fontfcn.h"
#include "fontmisc.h"
#include "paths_rmz.h"
#include "../t1lib/parseAFM.h"
#include "../t1lib/t1types.h"
#include "../t1lib/t1extern.h"
#include "../t1lib/t1misc.h"
extern xobject Type1Char(psfont *env, struct XYspace *S,
psobj *charstrP, psobj *subrsP,
psobj *osubrsP,
struct blues_struct *bluesP,
int *modeP, char *name);
extern xobject Type1Line(psfont *env, struct XYspace *S,
float line_position,
float line_thickness,
float line_length);
extern boolean Init_BuiltInEncoding( void);
void objFormatName(psobj *objP, int length, char *valueP);
extern void T1io_reset( void);
/***================================================================***/
/* GLOBALS */
/***================================================================***/
static char CurCharName[257]="";
char CurFontName[120];
char *CurFontEnv;
char *vm_base = NULL;
static char notdef[]=".notdef";
/* the following is inserted by RMz for VM checking and reallocating: */
char *vm_used = NULL;
extern int vm_init_count;
extern int vm_init_amount;
psfont *FontP = NULL;
psfont TheCurrentFont;
/***================================================================***/
/* SearchDict - look for name */
/* - compare for match on len and string */
/* return 0 - not found. */
/* return n - nth element in dictionary. */
/***================================================================***/
int SearchDictName(dictP,keyP)
psdict *dictP;
psobj *keyP;
{
int i,n;
n = dictP[0].key.len;
for (i=1;i<=n;i++) { /* scan the intire dictionary */
if (
(dictP[i].key.len == keyP->len )
&&
(strncmp(dictP[i].key.data.valueP,
keyP->data.valueP,
keyP->len) == 0
)
) return(i);
}
return(0);
}
/***================================================================***/
/* assignment of &TheCurrentFont removed by RMz:
*/
boolean initFont()
{
if (!(vm_init())) return(FALSE);
vm_base = vm_next_byte();
if (!(Init_BuiltInEncoding())) return(FALSE);
strcpy(CurFontName, ""); /* iniitialize to none */
FontP->vm_start = vm_next_byte();
FontP->FontFileName.len = 0;
FontP->FontFileName.data.valueP = CurFontName;
return(TRUE);
}
/***================================================================***/
int resetFont(env)
char *env;
{
vm_next = FontP->vm_start;
vm_free = vm_size - ( vm_next - vm_base);
FontP->Subrs.len = 0;
FontP->Subrs.data.stringP = NULL;
FontP->CharStringsP = NULL;
FontP->Private = NULL;
FontP->fontInfoP = NULL;
FontP->BluesP = NULL;
/* This will load the font into the FontP */
strcpy(CurFontName,env);
FontP->FontFileName.len = strlen(CurFontName);
FontP->FontFileName.data.nameP = CurFontName;
T1io_reset();
return(0);
}
/***================================================================***/
/* Read font used to attempt to load the font and, upon failure,
try a second time with twice as much memory. Unfortunately, if
it's a really complex font, simply using 2*vm_size may be insufficient.
I've modified it so that the program will try progressively larger
amounts of memory until it really runs out or the font loads
successfully. (ndw)
*/
int readFont(env)
char *env;
{
int rcode;
/* int memscale = 2; */ /* initially, try twice just like we used to ... */
/* restore the virtual memory and eliminate old font */
resetFont(env);
/* This will load the font into the FontP */
rcode = scan_font(FontP);
return(rcode);
}
/***================================================================***/
/* RMz: instead of code, which is a character pointer to the name
of the character, we use "ev" which is a pointer to a desired
encoding vector (or NULL if font-internal encoding should be
used) and "index" as an index into the desired encoding vector!
The user thus has the opportunity of supplying whatever encoding
he wants. Font_Ptr is the pointer to the local psfont-structure.
*/
xobject fontfcnB(int FontID, int modflag,
struct XYspace *S, char **ev,
unsigned char index, int *mode,
psfont *Font_Ptr,
int do_raster)
{
psobj *charnameP; /* points to psobj that is name of character*/
int N;
psdict *CharStringsDictP; /* dictionary with char strings */
psobj CodeName; /* used to store the translation of the name*/
psobj *SubrsArrayP;
psobj *theStringP;
int localmode=0;
struct segment *charpath; /* the path for this character */
/* set the global font pointer to the address of already allocated
structure */
FontP=Font_Ptr;
if (ev==NULL){ /* font-internal encoding should be used */
charnameP = &CodeName;
charnameP->len = FontP->fontInfoP[ENCODING].value.data.arrayP[index].len;
charnameP->data.stringP = (unsigned char *) FontP->fontInfoP[ENCODING].value.data.arrayP[index].data.arrayP;
}
else{ /* some user-supplied encoding is yo be used */
charnameP = &CodeName;
charnameP->len = strlen(ev[index]);
charnameP->data.stringP = (unsigned char *) ev[index];
}
CharStringsDictP = FontP->CharStringsP;
/* search the chars string for this charname as key */
N = SearchDictName(CharStringsDictP,charnameP);
if (N<=0) {
/* Instead of returning an error, we substitute .notdef (RMz) */
charnameP = &CodeName;
charnameP->len = 7;
charnameP->data.stringP = (unsigned char *) notdef;
N = SearchDictName(CharStringsDictP,charnameP);
/* Font must be completely damaged if it doesn't define a .notdef */
if (N<=0) {
*mode=FF_PARSE_ERROR;
return(NULL);
}
}
/* we provide the Type1Char() procedure with the name of the character
to rasterize for debugging purposes */
strncpy( (char *)CurCharName, (char *)charnameP->data.stringP, charnameP->len);
CurCharName[charnameP->len]='\0';
/* tell the calling function about rastering .notdef */
if (strcmp( CurCharName, ".notdef")==0) {
localmode=FF_NOTDEF_SUBST;
}
/* ok, the nth item is the psobj that is the string for this char */
theStringP = &(CharStringsDictP[N].value);
/* get the dictionary pointers to the Subrs */
SubrsArrayP = &(FontP->Subrs);
/* call the type 1 routine to rasterize the character */
charpath = (struct segment *) Type1Char(FontP,S,theStringP,SubrsArrayP,NULL,
FontP->BluesP,mode,CurCharName);
/* if Type1Char reported an error, then return */
if ( *mode == FF_PARSE_ERROR) return(NULL);
if ( *mode == FF_PATH_ERROR) return(NULL);
if (do_raster) {
/* fill with winding rule unless path was requested */
if (*mode != FF_PATH) {
charpath = (struct segment *)Interior(charpath,WINDINGRULE+CONTINUITY);
}
}
if (*mode==0)
*mode=localmode;
return((xobject) charpath);
}
/***================================================================***/
/* fontfcnA(env, mode) */
/* */
/* env is a pointer to a string that contains the fontname. */
/* */
/* 1) initialize the font - global indicates it has been done */
/* 2) load the font */
/* */
/* This function has been modified by RMz. It now takes a pointer which
already contains the address of a valid type1 font structure as the
third argument. The value of this pointer is first handed to FontP
so that most other routines may be used without changes */
#define MAXTRIAL 4
/***================================================================***/
Bool fontfcnA(env,mode,Font_Ptr)
char *env;
int *mode;
psfont *Font_Ptr;
{
int i, result;
/* set the global font pointer to the address of already allocated
structure */
FontP=Font_Ptr;
InitImager();
/* Read the font program. */
for (i=1; i<MAXTRIAL; i++){
vm_init_count=0;
/* We allocate larger chunks (4*65536 Bytes) in order to reduce load
time for large fonts by initially requesting somewhat more
memory. */
vm_init_amount=MAX_STRING_LEN * 4 * i;
if (!(initFont())) {
/* we are really out of memory, not simulated! */
*mode = SCAN_OUT_OF_MEMORY;
return(FALSE);
}
/* Try to read font into memory */
if ((result=readFont(env))==0){
/* In order to get the amount of memory that was really used */
vm_used=vm_next_byte();
return(TRUE);
}
else{
/* VM did not suffice, free it and try again with larger
value: */
free(vm_base);
}
}
/* Font could not be loaded: */
*mode = result;
return(FALSE);
}
/***================================================================***/
/* QueryFontLib(env, infoName,infoValue,rcodeP) */
/* */
/* env is a pointer to a string that contains the fontname. */
/* */
/* 1) initialize the font - global indicates it has been done */
/* 2) load the font */
/* 3) use the font to call getInfo for that value. */
/***================================================================***/
void QueryFontLib(env,infoName,infoValue,rcodeP)
char *env;
char *infoName;
pointer infoValue; /* parameter returned here */
int *rcodeP;
{
int rc,N,i;
psdict *dictP;
psobj nameObj;
psobj *valueP;
/* Has the FontP initialized? If not, then */
/* Initialize */
if (FontP == NULL) {
InitImager();
if (!(initFont())) {
*rcodeP = 1;
return;
}
}
/* if the env is null, then use font already loaded */
/* if the not same font name, reset and load next font */
if ( (env) && (strcmp(env,CurFontName) != 0 ) ) {
/* restore the virtual memory and eliminate old font */
rc = readFont(env);
if (rc != 0 ) {
strcpy(CurFontName, ""); /* no font loaded */
*rcodeP = 1;
return;
}
}
dictP = FontP->fontInfoP;
objFormatName(&nameObj,strlen(infoName),infoName);
N = SearchDictName(dictP,&nameObj);
/* if found */
if ( N > 0 ) {
*rcodeP = 0;
switch (dictP[N].value.type) {
case OBJ_ARRAY:
valueP = dictP[N].value.data.arrayP;
if (strcmp(infoName,"FontMatrix") == 0) {
/* 6 elments, return them as floats */
for (i=0;i<6;i++) {
if (valueP->type == OBJ_INTEGER )
((float *)infoValue)[i] = valueP->data.integer;
else
((float *)infoValue)[i] = valueP->data.real;
valueP++;
}
}
if (strcmp(infoName,"FontBBox") == 0) {
/* 4 elments for Bounding Box. all integers */
for (i=0;i<4;i++) {
((int *)infoValue)[i] = valueP->data.integer;
valueP++;
}
break;
case OBJ_INTEGER:
case OBJ_BOOLEAN:
*((int *)infoValue) = dictP[N].value.data.integer;
break;
case OBJ_REAL:
*((float *)infoValue) = dictP[N].value.data.real;
break;
case OBJ_NAME:
case OBJ_STRING:
*((char **)infoValue) = dictP[N].value.data.valueP;
break;
default:
*rcodeP = 1;
break;
}
}
}
else *rcodeP = 1;
}
/***================================================================***/
/* RMz: instead of code, which is a character pointer to the name
of the character, we use "ev" which is a pointer to a desired
encoding vector (or NULL if font-internal encoding should be
used) and "index" as an index into the desired encoding vector!
The user thus has the opportunity of supplying whatever encoding
he wants. Font_Ptr is the pointer to the local psfont-structure.
*/
xobject fontfcnB_string( int FontID, int modflag,
struct XYspace *S, char **ev,
unsigned char *string, int no_chars,
int *mode, psfont *Font_Ptr,
int *kern_pairs, long spacewidth,
int do_raster)
{
psobj *charnameP; /* points to psobj that is name of character*/
int N;
psdict *CharStringsDictP; /* dictionary with char strings */
psobj CodeName; /* used to store the translation of the name*/
psobj *SubrsArrayP;
psobj *theStringP;
long acc_width=0;
int i;
struct segment *charpath, *tmppath1, *tmppath2;
int localmode=0;
/* set the global font pointer to the address of already allocated
structure */
FontP=Font_Ptr;
/* get pointers to CharStrings and Subroutines */
CharStringsDictP = FontP->CharStringsP;
SubrsArrayP = &(FontP->Subrs);
charpath=NULL;
/* In the following for-loop, all characters are processed, one after
the other. Between them, the amount of kerning is inserted: */
for (i=0; i<no_chars;i++) {
if (ev==NULL){ /* font-internal encoding should be used */
charnameP = &CodeName;
charnameP->len = FontP->fontInfoP[ENCODING].value.data.arrayP[string[i]].len;
charnameP->data.stringP = (unsigned char *) FontP->fontInfoP[ENCODING].value.data.arrayP[string[i]].data.arrayP;
}
else { /* some user-supplied encoding is to be used */
charnameP = &CodeName;
charnameP->len = strlen(ev[string[i]]);
charnameP->data.stringP = (unsigned char*) ev[string[i]];
}
/* Spacing is to be under users control: => if space is the charname, don't
raster it. Rather, generate a horizontal movement of spacewidth: */
if (strcmp((char *)charnameP->data.stringP, "space")==0){
tmppath1=(struct segment *)ILoc(S, spacewidth,0);
acc_width += spacewidth;
}
else {
/* search the chars string for this charname as key */
N = SearchDictName(CharStringsDictP,charnameP);
if (N<=0) {
/* Instead of returning an error, we substitute .notdef (RMz) */
charnameP = &CodeName;
charnameP->len = 7;
charnameP->data.stringP = (unsigned char *) notdef;
N = SearchDictName(CharStringsDictP,charnameP);
/* Font must be completely damaged if it doesn't define a .notdef */
if (N<=0) {
*mode=FF_PARSE_ERROR;
if (charpath!=NULL)
KillPath(charpath);
return(NULL);
}
}
/* we provide the Type1Char() procedure with the name of the character
to rasterize for debugging purposes */
strncpy( (char *)CurCharName, (char *)charnameP->data.stringP, charnameP->len);
CurCharName[charnameP->len]='\0';
/* tell the calling function about rastering .notdef */
if (strcmp( CurCharName, ".notdef")==0) {
localmode=FF_NOTDEF_SUBST;
}
acc_width += (int) ((pFontBase->pFontArray[FontID].pAFMData->cmi[pFontBase->pFontArray[FontID].pEncMap[(int) string[i]]].wx));
/* ok, the nth item is the psobj that is the string for this char */
theStringP = &(CharStringsDictP[N].value);
/* call the type 1 routine to rasterize the character */
tmppath1=(struct segment *) Type1Char(FontP,S,theStringP,SubrsArrayP,NULL,
FontP->BluesP,mode,CurCharName);
}
if (i<no_chars-1){
tmppath2=(struct segment *)ILoc(S,kern_pairs[i],0);
tmppath1=(struct segment *)Join(tmppath1,tmppath2);
acc_width += kern_pairs[i];
}
if (charpath!=NULL){
charpath=(struct segment *)Join(charpath,tmppath1);
}
else{
charpath=(struct segment *)tmppath1;
}
}
/* Take care for underlining and such */
if (modflag & T1_UNDERLINE){
tmppath2=(struct segment *)Type1Line(FontP,S,
pFontBase->pFontArray[FontID].UndrLnPos,
pFontBase->pFontArray[FontID].UndrLnThick,
(float) acc_width);
charpath=(struct segment *)Join(charpath,tmppath2);
}
if (modflag & T1_OVERLINE){
tmppath2=(struct segment *)Type1Line(FontP,S,
pFontBase->pFontArray[FontID].OvrLnPos,
pFontBase->pFontArray[FontID].OvrLnThick,
(float) acc_width);
charpath=(struct segment *)Join(charpath,tmppath2);
}
if (modflag & T1_OVERSTRIKE){
tmppath2=(struct segment *)Type1Line(FontP,S,
pFontBase->pFontArray[FontID].OvrStrkPos,
pFontBase->pFontArray[FontID].OvrStrkThick,
(float) acc_width);
charpath=(struct segment *)Join(charpath,tmppath2);
}
/*
printf("charpath->type: %x\n",charpath->type);
printf("path1->type: %x\n",path1->type);
printf("path2->type: %x\n",path2->type);
*/
/* if Type1Char reported an error, then return */
if ( *mode == FF_PARSE_ERROR) return(NULL);
if ( *mode == FF_PATH_ERROR) return(NULL);
if (do_raster) {
/* fill with winding rule unless path was requested */
if (*mode != FF_PATH) {
charpath = (struct segment *) Interior((path) charpath,WINDINGRULE+CONTINUITY);
}
}
if (*mode==0)
*mode=localmode;
return((path)charpath);
}
/* This special variant is for generating character bitmaps from
charactername */
xobject fontfcnB_ByName( int FontID, int modflag,
struct XYspace *S,
unsigned char *charname,
int *mode, psfont *Font_Ptr,
int do_raster)
{
psobj *charnameP; /* points to psobj that is name of character*/
int N;
psdict *CharStringsDictP; /* dictionary with char strings */
psobj CodeName; /* used to store the translation of the name*/
psobj *SubrsArrayP;
psobj *theStringP;
struct segment *charpath; /* the path for this character */
/* set the global font pointer to the address of already allocated
structure */
FontP=Font_Ptr;
charnameP = &CodeName;
charnameP->len = strlen((char *)charname);
charnameP->data.stringP = (unsigned char*) charname;
CharStringsDictP = FontP->CharStringsP;
/* search the chars string for this charname as key */
N = SearchDictName(CharStringsDictP,charnameP);
if (N<=0) {
*mode = FF_PARSE_ERROR;
return(NULL);
}
/* we provide the Type1Char() procedure with the name of the character
to rasterize for debigging purposes */
strncpy( (char *)CurCharName, (char *)charnameP->data.stringP, charnameP->len);
CurCharName[charnameP->len]='\0';
/* ok, the nth item is the psobj that is the string for this char */
theStringP = &(CharStringsDictP[N].value);
/* get the dictionary pointers to the Subrs */
SubrsArrayP = &(FontP->Subrs);
/* call the type 1 routine to rasterize the character */
charpath = (struct segment *)Type1Char(FontP,S,theStringP,
SubrsArrayP,NULL,
FontP->BluesP,mode,CurCharName);
/* if Type1Char reported an error, then return */
if ( *mode == FF_PARSE_ERROR) return(NULL);
if ( *mode == FF_PATH_ERROR) return(NULL);
if (do_raster) {
/* fill with winding rule unless path was requested */
if (*mode != FF_PATH) {
charpath = (struct segment *) Interior(charpath,WINDINGRULE+CONTINUITY);
}
}
return((xobject) charpath);
}
|