public class

TextVertexBuffer

extends VertexBuffer
java.lang.Object
   ↳ org.anddev.andengine.opengl.buffer.BufferObject
     ↳ org.anddev.andengine.opengl.vertex.VertexBuffer
       ↳ org.anddev.andengine.opengl.vertex.TextVertexBuffer

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Constants
int VERTICES_PER_CHARACTER
[Expand]
Inherited Fields
From class org.anddev.andengine.opengl.buffer.BufferObject
Public Constructors
TextVertexBuffer(int pCharacterCount, HorizontalAlign pHorizontalAlign, int pDrawType, boolean pManaged)
Public Methods
synchronized void update(Font font, int pMaximumLineWidth, int[] pWidths, String[] pLines)
[Expand]
Inherited Methods
From class org.anddev.andengine.opengl.buffer.BufferObject
From class java.lang.Object

Constants

public static final int VERTICES_PER_CHARACTER

Constant Value: 6 (0x00000006)

Public Constructors

public TextVertexBuffer (int pCharacterCount, HorizontalAlign pHorizontalAlign, int pDrawType, boolean pManaged)

Public Methods

public synchronized void update (Font font, int pMaximumLineWidth, int[] pWidths, String[] pLines)