C# 클래스 CustomFontRenderingForm.SpriteSheet

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

공개 프로퍼티들

프로퍼티 타입 설명
characters string
family string

공개 메소드들

메소드 설명
SpriteSheet ( SharpFont.Face faces, string characters, int sizes, string family ) : System
generateAtlases ( string outputPath, int maxWidth, int maxHeight, bool genJSON, bool genRBXLua ) : void

비공개 메소드들

메소드 설명
getKernWidthHeight ( SharpFont.Face face, FontInfo info, int &width, int &maxHeight, int &firstAdjust ) : void
getStyles ( ) : string[]
prepOutputDataJSON ( ) : string
prepOutputDataLua ( ) : string
renderCharacter ( SharpFont.Face face, char character, int posX, int posY, int atlas, FontInfo info, Graphics graphics ) : int
useEnums ( ) : string

메소드 상세

SpriteSheet() 공개 메소드

public SpriteSheet ( SharpFont.Face faces, string characters, int sizes, string family ) : System
faces SharpFont.Face
characters string
sizes int
family string
리턴 System

generateAtlases() 공개 메소드

public generateAtlases ( string outputPath, int maxWidth, int maxHeight, bool genJSON, bool genRBXLua ) : void
outputPath string
maxWidth int
maxHeight int
genJSON bool
genRBXLua bool
리턴 void

프로퍼티 상세

characters 공개적으로 프로퍼티

public string characters
리턴 string

family 공개적으로 프로퍼티

public string family
리턴 string