CLIM mail archive

[Prev][Next][Index][Thread]

text-style-family returns number Sender: SWM%stony-brook.scrc.symbolics.com@BBN.COM Date: Wed, 1 Jul 1992 18:50-0400 From: Scott McKay <SWM@stony-brook.scrc.symbolics.com>



       Date: Wed, 1 Jul 1992 17:25 EDT
       From: Philip Chu-Summer 92 <pchu@ptolemy.arc.nasa.gov>

       I'm using CLIM 4.1 with Franz Allegro Common Lisp on a Sun
       Sparcstation. After creating a text style, I'd like to be able to
       retrieve the text style components, but for the text face I get a
       number instead of the originally provided name. Is this a bug, and how
       do I go about getting the face name?

       USER(26): (clim:make-text-style :fix :bold :large)
       #<CLIM::TEXT-STYLE :FIX.:BOLD.:LARGE @ #x15bfe6e>
       USER(27): (clim:text-style-face *)
       4
       USER(28): (clim:text-style-family **)
       :FIX
       USER(29): (clim:text-style-size ***)
       :LARGE

   I had thought that this was fixed in CLIM 1.1, although it is possible
   that it did not make it into the Franz stream.

   CLIM::FACE-CODE->FACE will turn the number into a face name.

Thanks, CLIM::FACE-CODE->FACE solved my problem. I know that besides
the fix for the abovementioned problem, CLIM::FORMAT-GRAPH-FROM-ROOTS
didn't make it into the CLIM 1.1 release from Franz. Is there a
publicly-available list of bug-fixes/enhancements made in CLIM 1.1? If
there were, I could direct my queries to the guys at Franz on topics
that have already been addressed on this list.

Phil Chu
Artificial Intelligence Research Branch
NASA Ames Research Center
pchu@ptolemy.arc.nasa.gov


Follow-Ups: References:

Main Index | Thread Index