Checkpoint.
This commit is contained in:
parent
5f1cf8e6fb
commit
b237df90f9
19 changed files with 324 additions and 283 deletions
|
|
@ -15,7 +15,7 @@ int deltaps = 3; /* default change in ps */
|
|||
int dps_set = 0; /* 1 => -p option used */
|
||||
int gsize = 10; /* default initial point size */
|
||||
int ft = '2';
|
||||
Font ftstack[10] = { '2', "2" }; /* bottom is global font */
|
||||
Font ftstack[10] = { { '2', "2" } }; /* bottom is global font */
|
||||
Font *ftp = ftstack;
|
||||
int szstack[10]; /* non-zero if absolute size set at this level */
|
||||
int nszstack = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue