Lines Matching refs:fontTable
61 Tcl_HashTable fontTable; /* Hash table containing names of all font
196 Tcl_InitHashTable(&psInfo.fontTable, TCL_STRING_KEYS);
385 for (hPtr = Tcl_FirstHashEntry(&psInfo.fontTable, &search);
388 Tcl_GetHashKey(&psInfo.fontTable, hPtr),
416 for (hPtr = Tcl_FirstHashEntry(&psInfo.fontTable, &search);
419 Tcl_GetHashKey(&psInfo.fontTable, hPtr), "\n", (char *) NULL);
535 Tcl_DeleteHashTable(&psInfo.fontTable);
640 * The Postscript font name is entered into psInfoPtr->fontTable
705 Tcl_CreateHashEntry(&psInfoPtr->fontTable, argv[0], &i);
801 Tcl_CreateHashEntry(&psInfoPtr->fontTable, fontName, &i);