C# 클래스 hyades.graphics.Font

파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
char_set string
height float
regions hyades.graphics.TextureRegion[]
texture Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
GetStringLength ( string text, float scale, float kerning ) : float

메소드 상세

GetStringLength() 공개 메소드

public GetStringLength ( string text, float scale, float kerning ) : float
text string
scale float
kerning float
리턴 float

프로퍼티 상세

char_set 공개적으로 프로퍼티

public string char_set
리턴 string

height 공개적으로 프로퍼티

public float height
리턴 float

regions 공개적으로 프로퍼티

public TextureRegion[],hyades.graphics regions
리턴 hyades.graphics.TextureRegion[]

texture 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics texture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D