[Lazarus] bitmap fonts on lazopenglcontext

Lord Satan reimgrab at web.de
Tue Mar 24 21:24:21 CET 2009


On Mon, 23 Mar 2009 15:25:30 +0100
Andrea Mauri <andrea.mauri.75 at gmail.com> wrote:

> Dear all,
> I am using lazopenglcontext and I need to write some characters on it. 
> How can I do it?
> How can I add bitmap fonts to my openglcontext?
Do not use bitmap fonts. Create a font texture and draw alpha tested quads. This is faster, better looking and does not have the limitations of glRasterPos.

hih



More information about the Lazarus mailing list