gp:find-best-font - does not eat :wild attributes?
Im calling gp:find-best-font in functions which might be handed font-descriptions containing :wild attributes. (gp:find-best-font (capi:convert-to-screen) (gp:make-font-description)) is ok, but (gp:find-best-font (capi:convert-to-screen) (gp:make-font-description :family :wild)) or any other :wild attribute in the font-desc breaks inside a ffi-call. Seems lw wants to pass :wild as second arg to pango-font-description-set-family, which i presume will never work. Is the call to gp:find-best-font with :wild attributes expected to work? Cheers, -anders _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html