Quad Pang
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Attributes
CharPoint Struct Reference

Each letter is represented by an array of points ie vertices of that letter. More...

#include <Stroke.h>

List of all members.

Public Types

enum  PointType {
  PT = 1, STROKE, END, PT = 1,
  STROKE, END
}
enum  PointType {
  PT = 1, STROKE, END, PT = 1,
  STROKE, END
}

Public Attributes

GLfloat x
GLfloat y
PointType type

Detailed Description

Each letter is represented by an array of points ie vertices of that letter.

Definition at line 18 of file Stroke.h.


Member Enumeration Documentation

Enumerator:
PT 
STROKE 
END 
PT 
STROKE 
END 

Definition at line 19 of file Stroke.h.

    {
        PT =  1,
        STROKE,
        END
    };
Enumerator:
PT 
STROKE 
END 
PT 
STROKE 
END 

Definition at line 19 of file Stroke.h.

    {
        PT =  1,
        STROKE,
        END
    };

Member Data Documentation

Definition at line 27 of file Stroke.h.

Referenced by Stroke::DrawLetter().

GLfloat CharPoint::x

Definition at line 26 of file Stroke.h.

Referenced by Stroke::DrawLetter().

GLfloat CharPoint::y

Definition at line 26 of file Stroke.h.

Referenced by Stroke::DrawLetter().


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