Home
last modified time | relevance | path

Searched refs:specfont (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h62 char specfont; /* 1 == special font */ member
/titanic_44/usr/src/cmd/troff/troff.d/
H A Ddev.h67 char specfont; /* 1 == special font */ member
H A Dmakedev.c235 font.specfont = font.ligfont = spacewidth = 0;
244 font.specfont = 1;
H A Dt10.c139 if (smnt == 0 && fontbase[i]->specfont == 1) in ptinit()
/titanic_44/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c245 font.specfont = font.ligfont = spacewidth = 0; in dofont()
254 font.specfont = 1; in dofont()
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1442 if ( smnt == 0 && fontbase[n]->specfont == 1 ) in loadfont()
1485 if ( ((struct Font *) p)->specfont == 1 ) in loadspecial()
1530 p, n, fontbase[i]->specfont, fontbase[i]->namefont, widthtab[i], fitab[i]); in fontprint()