Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members  

P3DChar Struct Reference

Character information. More...

#include <P3DFont.hpp>

List of all members.

Public Attributes

float ty1
float ty2
u8 w
u8 h
s8 yoff
s8 hoff


Detailed Description

Character information.


Member Data Documentation

float P3DChar::ty1
 

1st corner of the character in the texture

float P3DChar::ty2
 

2nd corner of the character in the texture

u8 P3DChar::w
 

width of the character

u8 P3DChar::h
 

height of the character

s8 P3DChar::yoff
 

vertical shift under the base line (>0 = below)

s8 P3DChar::hoff
 

hoff = h - yoff;


The documentation for this struct was generated from the following file:
  • P3DFont.hpp

Generated by Doxygen 1.2.18 on Tue Oct 26 12:07:43 2004.