
Here're some resources for this part:
Droid.ttf
KingdomOfHearts.ttf
NeverwinterNights.ttf
Plok.ttf
UnrealTournament.ttf
Copy 5 font files above to the folder assets/font
Create new class named CustomFontExample in the package org.anddev.andengine.examples of the AndEngineDemo project, here is the code of this class:
package org.anddev.andengine.examples;
import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.camera.Camera;
import...