Home
last modified time | relevance | path

Searched refs:CFONT (Results 1 – 9 of 9) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dlong1.c89 extern CBRUSH, CSIZE, CFONT; /* current brush, size, font */
386 GROpenFont(CFONT, CSIZE);
387 if (!GRfontfound(CFONT, CSIZE)) {
415 GRSetTextPos(text, CJUST, CFONT, CSIZE, &ppnt, &pos);
416 p1 = PTMakeTextPoints(text, CFONT, CSIZE, &ppnt, &pos);
417 elt = DBCreateElt(CJUST, p1, CFONT, CSIZE, text, &PICTURE);
963 MNUnHighLt(HiFont[CFONT-1]);
964 CFONT = font;
965 MNHighLt(HiFont[CFONT-1]);
H A Dstartup.c38 extern CFONT; /* current font */
658 CFONT = fnum[font];
H A Dgraphics.c25 extern CFONT;
682 GROpenFont(CFONT, CSIZE); in GRFontInit()
H A Dmenu.c107 extern CFONT;
619 MNHighLt(HiFont[CFONT-1]); in MNDisplayMenu()
H A Dmain.c104 int CFONT = 1; variable
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dmain.c90 int CBRUSH, CFONT, CSIZE, CJUST, Gridsize, Gridon, Orientation; variable
233 CFONT = 1;
H A Dlong2.c71 extern CBRUSH, CSIZE, CFONT; /* current brush, size, font */
136 MNUnHighLt(HiFont[CFONT-1]);
138 CFONT = new;
H A Dlong1.c71 extern CBRUSH, CSIZE, CFONT; /* current brush, size, font */
553 GRPutText(CJUST, &ppnt, CFONT, CSIZE, text, &pos);
560 e1 = DBCreateElt(CJUST, p1, CFONT, CSIZE, text, &PICTURE);
H A Dshort.c67 extern CBRUSH, CSIZE, CFONT; /* current brush, size, font */
747 MNHighLt(HiFont[CFONT-1], hicolor); /* selected menu */ in SHUpdate()
769 (void) sprintf(string, "%1d",CFONT); in SHRedis()