HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_FontBuffers Class Reference

#include <RE_Font.h>

Public Types

enum  { BUFFER_CHUNK_SIZE = 4096 }
 

Public Member Functions

 RE_FontBuffers (int bucket)
 
 ~RE_FontBuffers ()
 
void init (RE_Render *r, int size)
 

Public Attributes

RE_VertexArraymyP
 
RE_VertexArraymyUV
 
RE_VertexArraymyCd
 
int myArraySize
 
RE_FontBuffersmyNext
 
const int myBucket
 

Detailed Description

Definition at line 52 of file RE_Font.h.

Member Enumeration Documentation

anonymous enum
Enumerator
BUFFER_CHUNK_SIZE 

Definition at line 55 of file RE_Font.h.

Constructor & Destructor Documentation

RE_FontBuffers::RE_FontBuffers ( int  bucket)
inline

Definition at line 64 of file RE_Font.h.

RE_FontBuffers::~RE_FontBuffers ( )

Member Function Documentation

void RE_FontBuffers::init ( RE_Render r,
int  size 
)

Member Data Documentation

int RE_FontBuffers::myArraySize

Definition at line 60 of file RE_Font.h.

const int RE_FontBuffers::myBucket

Definition at line 62 of file RE_Font.h.

RE_VertexArray* RE_FontBuffers::myCd

Definition at line 59 of file RE_Font.h.

RE_FontBuffers* RE_FontBuffers::myNext

Definition at line 61 of file RE_Font.h.

RE_VertexArray* RE_FontBuffers::myP

Definition at line 57 of file RE_Font.h.

RE_VertexArray* RE_FontBuffers::myUV

Definition at line 58 of file RE_Font.h.


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