> (defparameter *ttf-font-gulim*
> (make-instance 'sdl:ttf-font-definition
> :size 32
> :filename (sdl:create-path "gulim.ttf"
> sdl:*default-font-path*)))
On my system there is a font named "gulim.ttc". This is a True Type
Collection. So this works for me:
(defparameter *ttf-font-gulim*
(make-instance 'sdl:ttf-font-definition
:size 32
:filename "c:\\windows\\fonts\\gulim.ttc"))
But I have recompiled the latest stable releases of Freetype, the SDL
library, SDL_TTF and the glue library with Visual Studio 2008, I hope this
works with the released DLLs in the Lispbuilder binary package, too.
--
Frank Buss, [email protected]
http://www.frank-buss.de, http://www.it4-systems.de
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder