thank you for all replies and especially for Bitmap Font application. I found way for fast text rendering - I use texture generated by that app and then place all my strings to one texcoords/vertex array and then render it with glDrawArrays. this works much faster than drawing each char or/and using display lists. now I can render 30000 chars without any performance problems. this is much better that GLTT or FTGL