C# 클래스 CustomFontRenderingForm.FontInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
characters List
fontName string
fontSize int
kerning Dictionary>

공개 메소드들

메소드 설명
FontInfo ( string fontName, int fontSize ) : System
addCharacter ( CharacterInfo info ) : void
addKerning ( KerningInfo info ) : void
makeJSON ( string indent ) : string
makeLua ( string indent ) : string

메소드 상세

FontInfo() 공개 메소드

public FontInfo ( string fontName, int fontSize ) : System
fontName string
fontSize int
리턴 System

addCharacter() 공개 메소드

public addCharacter ( CharacterInfo info ) : void
info CharacterInfo
리턴 void

addKerning() 공개 메소드

public addKerning ( KerningInfo info ) : void
info KerningInfo
리턴 void

makeJSON() 공개 메소드

public makeJSON ( string indent ) : string
indent string
리턴 string

makeLua() 공개 메소드

public makeLua ( string indent ) : string
indent string
리턴 string

프로퍼티 상세

characters 공개적으로 프로퍼티

public List characters
리턴 List

fontName 공개적으로 프로퍼티

public string fontName
리턴 string

fontSize 공개적으로 프로퍼티

public int fontSize
리턴 int

kerning 공개적으로 프로퍼티

public Dictionary> kerning
리턴 Dictionary>