Re: (dsssl) Setting font size for header and footer

Subject: Re: (dsssl) Setting font size for header and footer
From: Dan Richter <daniel.richter@xxxxxxxxx>
Date: Thu, 20 Mar 2003 12:33:25 +0100
Hi.

The "literal" function doesn't accept formatting instructions (e.g., font size), but the "make sequence" command does. A "sequence" is just a wrapper: you can nest sequences as much as you want:
(make paragraph font-size: 10pt
(literal "Some ten-point text.")
(make sequence font-size: 12pt
(literal "Some twelve-point text.")
(make sequence font-size: 60pt
(literal "Some big text.")
(literal "More twelve-point text.")))


========== Dan Richter ============== mailto:Dan@xxxxxxxxx ===========
  Do I know what's in this bill? Are you kidding? Only God knows...
      - U.S. Senator Robert Byrd, when asked if he knew the
        contents of a $520 billion, 4000-page spending bill


DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist


Current Thread