Kyle Jones <kyle_jones(a)wonderworks.com> writes:
> > > (set-face-attribute 'foo nil
> > > :family "lucidatypewriter"
> > > :width 'normal
> > > :height 200
> > > :weight 'normal
> > > :foreground "red"
> > > :background "pink"
> > > :strike-through t)
foreground and background would not be part of the font instantiator
since they are face properties.
But what about `underline' or `strike-through'? Font properties or
face properties? It depends on whether you're on a TTY or under a
Windowing system. What about my example with `bold'?