From: Karsten Poeck/OuB/Zentrale/DeuBa

Subject: Antwort: set-font-problem

Date: 1996-6-27 3:45

Why don't you use something like
(defmacro with-temp-font (font &body body)
   ..store old font
  .. install new font
  (progn <body) at ,>
  .. install old font))

Karsten

______________[Historie der Mitteilungen]______________


An:   allegro-cl @ cs.berkeley.edu @ INTERNET
Kopie an:   
Von: Felix.Studer @ unifr.ch (Felix Studer) @ INTERNET @ CSERVE @ DEUBAPUB
Datum: 25.06.96 15.02.30 EDT

Betreff: set-font-problem

Mitteilung

Hi,
As everyone knows, the command
   set-font stream font-or-font-handle &optional (set-line-height t)
changes the font of a stream. There is always the entire stream whose font
is changed. I want to change just a part of the stream. It seems to me that
there should be a start- and a end-argument in this command. How can I have
a part of the stream in another font?
Thanks a lot for your help
Felix

______________________________________________________________________
Felix STUDER, Dr. phil.                                         Phone:  +41
37 29 77 00
Institute for Special Education                              Fax:      +41
37 29 97 49
University of Fribourg                                         E-Mail:
<unifr.ch at Felix.Studer>
Canisius 21                                                         WWW URL
http://pedcurmac13.unifr.ch/
CH-1700 Fribourg/Switzerland
CogStrat.html
______________________________________________________________________