>>  <<  Ndx  Usr  Pri  JfC  LJ  Phr  Dic  Rel  Voc  !:  wd  Help  User

font: font.ijs utilities for fonts

Fonts are specified as: fontname size [bold] [italic] The fontname should have "" delimiters if it contains blanks.

Example: "MS Sans Serif" 14 bold eom

verbs: getfont - returns font spec as boxed list fontname;size;[bold;italic]

   getfontsize     - get size of a font spec
   setfontsize     - set size into a font spec
   changefont      - change various elements of a font spec

Name Type Description
changefont verb optlist changefont fontspec
getfont verb getfont fontspec
getfontsize verb getfontsize fontspec
setfontsize verb size setfontsize fontspec

changefont

optlist changefont fontspec

optlist may contain:  bold    nobold
                      italic  noitalic
                      size    fontsize

font should be: fontname size [bold] [italic]

e.g. ('bold';20) changefont '"Lucida Console" 20' 


>>  <<  Ndx  Usr  Pri  JfC  LJ  Phr  Dic  Rel  Voc  !:  wd  Help  User