C# 클래스 RenderingLibrary.Graphics.Fonts.BmfcSave

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

공개 프로퍼티들

프로퍼티 타입 설명
FontName string
FontSize int
OutlineThickness int

공개 메소드들

메소드 설명
CreateBitmapFontFilesIfNecessary ( int fontSize, string fontName, int outline ) : void
CreateBitmapFontFilesIfNecessary ( string fileName ) : void
GetFontCacheFileNameFor ( int fontSize, string fontName, int outline ) : string
Save ( string fileName ) : void

메소드 상세

CreateBitmapFontFilesIfNecessary() 공개 정적인 메소드

public static CreateBitmapFontFilesIfNecessary ( int fontSize, string fontName, int outline ) : void
fontSize int
fontName string
outline int
리턴 void

CreateBitmapFontFilesIfNecessary() 공개 메소드

public CreateBitmapFontFilesIfNecessary ( string fileName ) : void
fileName string
리턴 void

GetFontCacheFileNameFor() 공개 정적인 메소드

public static GetFontCacheFileNameFor ( int fontSize, string fontName, int outline ) : string
fontSize int
fontName string
outline int
리턴 string

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

FontName 공개적으로 프로퍼티

public string FontName
리턴 string

FontSize 공개적으로 프로퍼티

public int FontSize
리턴 int

OutlineThickness 공개적으로 프로퍼티

public int OutlineThickness
리턴 int