C# 클래스 PixelFarm.Drawing.WinGdi.WinGdiFontFace

상속: PixelFarm.Drawing.Fonts.FontFace
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
WinGdiFontFace ( string fontName, FontStyle style ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
SetInstalledFontCollection ( InstalledFontCollection installedFonts ) : void

메소드 상세

GetFontAtPointsSize() 공개 메소드

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
리턴 PixelFarm.Drawing.Fonts.ActualFont

GetScale() 공개 메소드

public GetScale ( float pointSize ) : float
pointSize float
리턴 float

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

WinGdiFontFace() 공개 메소드

public WinGdiFontFace ( string fontName, FontStyle style ) : System
fontName string
style FontStyle
리턴 System