C# 클래스 MegaMan.Engine.FontSystem.ImageFont

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
Draw ( IRenderingContext renderContext, int layer, string text, Point position ) : void
ImageFont ( MegaMan.Common.FontInfo info ) : System.Collections.Generic

메소드 상세

Draw() 공개 메소드

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

ImageFont() 공개 메소드

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