Qt 4.8
Public Functions | Public Variables | List of all members
QGLFontTexture Struct Reference

Public Functions

 QGLFontTexture ()
 
 ~QGLFontTexture ()
 

Public Variables

uchardata
 
int height
 
GLuint texture
 
int width
 
int x_offset
 
int y_offset
 

Detailed Description

Definition at line 4537 of file qpaintengine_opengl.cpp.

Constructors and Destructors

◆ QGLFontTexture()

QGLFontTexture::QGLFontTexture ( )
inline

Definition at line 4538 of file qpaintengine_opengl.cpp.

4538 : data(0) { }

◆ ~QGLFontTexture()

QGLFontTexture::~QGLFontTexture ( )
inline

Definition at line 4539 of file qpaintengine_opengl.cpp.

4539 { free(data); }

Properties

◆ data

uchar* QGLFontTexture::data

◆ height

int QGLFontTexture::height

◆ texture

GLuint QGLFontTexture::texture

◆ width

int QGLFontTexture::width

◆ x_offset

int QGLFontTexture::x_offset

Definition at line 4540 of file qpaintengine_opengl.cpp.

Referenced by QGLGlyphCache::cacheGlyphs().

◆ y_offset

int QGLFontTexture::y_offset

Definition at line 4541 of file qpaintengine_opengl.cpp.

Referenced by QGLGlyphCache::cacheGlyphs().


The documentation for this struct was generated from the following file: