SLProject 4.0.000
SLTexFont::SLTexFontChar Struct Reference

Single Character info struct w. min. and max. texcoords. More...

#include <SLTexFont.h>

Public Attributes

SLfloat width
 Width of char. in tex-coord. More...
 
SLfloat tx1
 Min. Texture x-coord. More...
 
SLfloat ty1
 Max. Texture y-coord. More...
 
SLfloat tx2
 Max. Texture x-coord. More...
 
SLfloat ty2
 Min. Texture y-coord. More...
 

Detailed Description

Single Character info struct w. min. and max. texcoords.

Member Data Documentation

◆ tx1

SLfloat SLTexFont::SLTexFontChar::tx1

Min. Texture x-coord.

◆ tx2

SLfloat SLTexFont::SLTexFontChar::tx2

Max. Texture x-coord.

◆ ty1

SLfloat SLTexFont::SLTexFontChar::ty1

Max. Texture y-coord.

◆ ty2

SLfloat SLTexFont::SLTexFontChar::ty2

Min. Texture y-coord.

◆ width

SLfloat SLTexFont::SLTexFontChar::width

Width of char. in tex-coord.


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