![]()  | 
  
    SLProject
    4.2.000
    
   A platform independent 3D computer graphics framework for desktop OS,  Android,  iOS and online in web browsers 
   | 
 
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... | |
Single Character info struct w. min. and max. texcoords.
Definition at line 59 of file SLTexFont.h.
| SLfloat SLTexFont::SLTexFontChar::tx1 | 
Min. Texture x-coord.
Definition at line 62 of file SLTexFont.h.
| SLfloat SLTexFont::SLTexFontChar::tx2 | 
Max. Texture x-coord.
Definition at line 64 of file SLTexFont.h.
| SLfloat SLTexFont::SLTexFontChar::ty1 | 
Max. Texture y-coord.
Definition at line 63 of file SLTexFont.h.
| SLfloat SLTexFont::SLTexFontChar::ty2 | 
Min. Texture y-coord.
Definition at line 65 of file SLTexFont.h.
| SLfloat SLTexFont::SLTexFontChar::width | 
Width of char. in tex-coord.
Definition at line 61 of file SLTexFont.h.