C# Class MegaMan.Engine.FontSystem.ImageFont

ファイルを表示 Open project: Tesserex/C--MegaMan-Engine

Public Methods

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

Method Details

Draw() public method

public Draw ( IRenderingContext renderContext, int layer, string text, Point position ) : void
renderContext IRenderingContext
layer int
text string
position Point
return void

ImageFont() public method

public ImageFont ( MegaMan.Common.FontInfo info ) : System.Collections.Generic
info MegaMan.Common.FontInfo
return System.Collections.Generic