[ab] A final functionality restoration hack for lispbuilder-sdl-ttf
Luke Crook
luke at balooga.com
Sun Feb 4 03:55:28 CST 2007
Samium Gromoff <_deepfire at ...> writes:
>
>
> This is an ugly hack, but without it i failed to whip things into obedience.
>
> The reason i post it here is purely informational -- this was the last
> piece i had to do to make sdl-ttf work at the same level of functionality
> (i.e. any font rasterisation at all) as before the API change.
>
Samium,
I think I have added almost all your patches, thank you.
I have also removed the WITH-INIT macro as the ttf initialization is being
performed by the SDL library, per (pushnew 'init-ttf sdl:*external-init-on-
startup*).
Same with uninitialization, (pushnew 'quit-ttf sdl:*external-quit-on-exit*)
I did not yet add your UTF8 bypass code as I can call the three draw functions
with ':encoding :UTF8' and everything works perfectly. I have updated FONT-
EXAMPLE to show this.
Let me know if these changes make any difference on your end.
Thanks,
- Luke
More information about the application-builder
mailing list