Download bodoni regular font with regular style. Download free fonts for Mac, Windows and Linux. All fonts are in TrueType format. Fontsup.com is a great collection of free fonts. Bodoni xt font free.
Autolisp Files
Hi, I have a LISP that generates an mtext entity, and I would like to use your tip to turn on the background mask immediately, rather than go back & turn it on in a second step.

Windows Open a file for reading: (setq f (open 'c: my documents new.tst' 'r')) # Use read-line to read a line from the file: (read-line f) 'To boldly go where nomad has gone before.' Obtain a line of input from the user: (read-line) To boldly go 'To boldly go' Mac OS Open a file for reading: (setq f (open '/my documents/new.tst' 'r')) # Command: Use read-line to read a line from the file: (read-line f) 'To boldly go where nomad has gone before.' Obtain a line of input from the user: (read-line) To boldly go 'To boldly go'.