LWJGL Forum

Programming => LWJGL Documentation => Topic started by: CodeBunny on January 08, 2011, 21:12:24

Title: Slick-Util Font support
Post by: CodeBunny on January 08, 2011, 21:12:24
The tutorial on the LWJGL wiki explains how to use the Slick-Util TrueTypeFont class very well. However, when I started using the class, I found it's been marked as deprecated. What's the recommended way of dealing with fonts?
Title: Re: Slick-Util Font support
Post by: kappa on January 08, 2011, 21:33:30
Yes true, I've already raised a bug report on the slick forums about this issue here (http://slick.javaunlimited.net/viewtopic.php?t=2892). Slick2D has a lot more options for fonts, including TrueTypeFonts, UnicodeFonts and AngleCodeFonts (BitmapFonts) so hopefully the author of Slick-Util will fix this soon.
Title: Re: Slick-Util Font support
Post by: CodeBunny on January 08, 2011, 23:17:49
Yeah, I've messed around with Slick a bit. None of those options are in Slick-Util?
Title: Re: Slick-Util Font support
Post by: kappa on January 08, 2011, 23:24:28
no only TrueTypeFonts, but they could easily be added, you should post on the linked post above to request the features you want, the author is usually pretty good at adding RFE's.