C# 클래스 MegaMan.Engine.FontSystem

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( IRenderingContext renderContext, int layer, string font, string text, MegaMan position ) : void
Load ( IEnumerable fontInfos ) : void
Unload ( ) : void

메소드 상세

Draw() 공개 정적인 메소드

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

Load() 공개 정적인 메소드

public static Load ( IEnumerable fontInfos ) : void
fontInfos IEnumerable
리턴 void

Unload() 공개 정적인 메소드

public static Unload ( ) : void
리턴 void