Home
last modified time | relevance | path

Searched defs:Font (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h62 struct Font { /* characteristics of a font */ struct
63 char nwfont; /* number of width entries for this font */
64 char specfont; /* 1 == special font */
65 char ligfont; /* 1 == ligatures exist on this font */
66 char spare1; /* unused for now */
67 char namefont[10]; /* name of this font (e.g., "R" */
68 char intname[10]; /* internal name (=number) on device, in ascii */
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h58 struct Font { /* characteristics of a font */ struct
59 char nwfont; /* number of width entries for this font */
60 char specfont; /* 1 == special font */
61 char ligfont; /* 1 == ligatures exist on this font */
62 char spare1; /* unused for now */
63 char namefont[10]; /* name of this font (e.g., "R" */
64 char intname[10]; /* internal name (=number) on device, in ascii */