On Mon, 23 Mar 2009 15:25:30 +0100 Andrea Mauri <andrea.mauri...@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 _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus