C# Class MegaMan.Engine.FontSystem.ImageFont

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
Draw ( IRenderingContext renderContext, int layer, string text, Point position ) : void
ImageFont ( MegaMan.Common.FontInfo info ) : System.Collections.Generic

Method Details

Draw() public méthode

public Draw ( IRenderingContext renderContext, int layer, string text, Point position ) : void
renderContext IRenderingContext
layer int
text string
position Point
Résultat void

ImageFont() public méthode

public ImageFont ( MegaMan.Common.FontInfo info ) : System.Collections.Generic
info MegaMan.Common.FontInfo
Résultat System.Collections.Generic