SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
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.

Definition at line 59 of file SLTexFont.h.

Member Data Documentation

◆ tx1

SLfloat SLTexFont::SLTexFontChar::tx1

Min. Texture x-coord.

Definition at line 62 of file SLTexFont.h.

◆ tx2

SLfloat SLTexFont::SLTexFontChar::tx2

Max. Texture x-coord.

Definition at line 64 of file SLTexFont.h.

◆ ty1

SLfloat SLTexFont::SLTexFontChar::ty1

Max. Texture y-coord.

Definition at line 63 of file SLTexFont.h.

◆ ty2

SLfloat SLTexFont::SLTexFontChar::ty2

Min. Texture y-coord.

Definition at line 65 of file SLTexFont.h.

◆ width

SLfloat SLTexFont::SLTexFontChar::width

Width of char. in tex-coord.

Definition at line 61 of file SLTexFont.h.


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