CLIM mail archive
[Prev][Next][Index][Thread]
text-style-family returns number
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
Phil Chu
Artificial Intelligence Research Branch
NASA Ames Research Center
pchu@ptolemy.arc.nasa.gov
Follow-Ups:
Main Index |
Thread Index