C# 클래스 PixelFarm.Drawing.Fonts.InstalledFontCollection

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetFont ( string fontName, InstalledFontStyle style ) : InstalledFont
InstalledFontCollection ( ) : System
LoadInstalledFont ( IEnumerable getFontFileIter ) : void
ReadPreviewFontData ( IEnumerable getFontFileIter ) : List
SetFontNotFoundHandler ( FontNotFoundHandler handler ) : void

메소드 상세

GetFont() 공개 메소드

public GetFont ( string fontName, InstalledFontStyle style ) : InstalledFont
fontName string
style InstalledFontStyle
리턴 InstalledFont

InstalledFontCollection() 공개 메소드

public InstalledFontCollection ( ) : System
리턴 System

LoadInstalledFont() 공개 메소드

public LoadInstalledFont ( IEnumerable getFontFileIter ) : void
getFontFileIter IEnumerable
리턴 void

ReadPreviewFontData() 공개 정적인 메소드

public static ReadPreviewFontData ( IEnumerable getFontFileIter ) : List
getFontFileIter IEnumerable
리턴 List

SetFontNotFoundHandler() 공개 메소드

public SetFontNotFoundHandler ( FontNotFoundHandler handler ) : void
handler FontNotFoundHandler
리턴 void