Package com.luciad.view.lightspeed.util.opengl.texturefont


package com.luciad.view.lightspeed.util.opengl.texturefont
Contains a utility class for drawing text to a ILcdGLDrawable using a "texture font". A texture font is an image that contains all ASCII characters, allowing text to be drawn as a strip of texture-mapped quadrilaterals. This typically offers significantly better performance than other text rendering approaches.
Since:
2012.0
See Also: