Finally a font-selector.

--Sven
This commit is contained in:
Sven Neumann
1998-08-10 15:06:58 +00:00
parent 0c686e0288
commit 7422ae2e03
14 changed files with 1162 additions and 35 deletions

View File

@ -448,6 +448,7 @@ init_constants ()
setvar (cintern ("SF-VALUE"), flocons (SF_VALUE), NIL);
setvar (cintern ("SF-STRING"), flocons (SF_STRING), NIL);
setvar (cintern ("SF-ADJUSTMENT"), flocons (SF_ADJUSTMENT), NIL);
setvar (cintern ("SF-FONT"), flocons (SF_FONT), NIL);
/* for SF_ADJUSTMENT */
setvar (cintern ("SF-SLIDER"), flocons (SF_SLIDER), NIL);