C# Class andengine.opengl.font.FontManager

Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Méthode Description
Clear ( ) : void
LoadFont ( Font pFont ) : void
LoadFonts ( ) : void
LoadFonts ( FontLibrary pFontLibrary ) : void
ReloadFonts ( ) : void
UpdateFonts ( Javax.Microedition.Khronos.Opengles.IGL10 pGL ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

LoadFont() public méthode

public LoadFont ( Font pFont ) : void
pFont Font
Résultat void

LoadFonts() public méthode

public LoadFonts ( ) : void
Résultat void

LoadFonts() public méthode

public LoadFonts ( FontLibrary pFontLibrary ) : void
pFontLibrary FontLibrary
Résultat void

ReloadFonts() public méthode

public ReloadFonts ( ) : void
Résultat void

UpdateFonts() public méthode

public UpdateFonts ( Javax.Microedition.Khronos.Opengles.IGL10 pGL ) : void
pGL Javax.Microedition.Khronos.Opengles.IGL10
Résultat void