public class

FontManager

extends Object
java.lang.Object
   ↳ org.andengine.opengl.font.FontManager

Class Overview

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

Summary

Public Constructors
FontManager()
Public Methods
synchronized void loadFont(Font pFont)
synchronized void loadFonts(Font... pFonts)
void onCreate()
synchronized void onDestroy()
synchronized void onReload()
synchronized void unloadFont(Font pFont)
synchronized void unloadFonts(Font... pFonts)
synchronized void updateFonts(GLState pGLState)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FontManager ()

Public Methods

public synchronized void loadFont (Font pFont)

public synchronized void loadFonts (Font... pFonts)

public void onCreate ()

public synchronized void onDestroy ()

public synchronized void onReload ()

public synchronized void unloadFont (Font pFont)

public synchronized void unloadFonts (Font... pFonts)

public synchronized void updateFonts (GLState pGLState)