C# 클래스 TextPackage.FontRenderer

파일 보기 프로젝트 열기: TheGameDevelopmentClub/Manic-Shooter 1 사용 예제들

공개 메소드들

메소드 설명
DrawText ( SpriteBatch spriteBatch, int x, int y, string text ) : void
FontRenderer ( Microsoft.Xna.Framework.Content.ContentManager contentManager, string fontName ) : System
FontRenderer ( FontFile fontFile, Microsoft.Xna.Framework.Graphics.Texture2D fontTexture ) : System

비공개 메소드들

메소드 설명
InitRenderer ( FontFile fontFile, Microsoft.Xna.Framework.Graphics.Texture2D fontTexture ) : void

메소드 상세

DrawText() 공개 메소드

public DrawText ( SpriteBatch spriteBatch, int x, int y, string text ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
x int
y int
text string
리턴 void

FontRenderer() 공개 메소드

public FontRenderer ( Microsoft.Xna.Framework.Content.ContentManager contentManager, string fontName ) : System
contentManager Microsoft.Xna.Framework.Content.ContentManager
fontName string
리턴 System

FontRenderer() 공개 메소드

public FontRenderer ( FontFile fontFile, Microsoft.Xna.Framework.Graphics.Texture2D fontTexture ) : System
fontFile FontFile
fontTexture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System