On Mon, 03 Aug 2009 01:21:28 -0700, Yeonho Jang <[email protected]> wrote:

> When I using vera.ttf (lispbuilder bundled one), my code works. But
> then take other ttf font like BAEKMUK GULIM, I got an error.
>
>     The value NIL is not of type SYSTEM-AREA-POINTER.

This can mean that the font was not loaded.

> (defparameter *ttf-font-gulim*
>   (make-instance 'sdl:ttf-font-definition
>                  :size 32
>                  :filename (sdl:create-path "gulim.ttf"
> sdl:*default-font-path*)))

sdl:*default-font-path* now points to "lispbuilder-sdl/assets".

Is "gulim.ttf" in this directory?

- Luke
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to