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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetFontAtPointsSize ( float pointSize ) : ActualFont
GetScale ( float pointSize ) : float
NOpenTypeFontFace ( Typeface ntypeface, string fontName, string fontPath ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

메소드 상세

GetFontAtPointsSize() 공개 메소드

public GetFontAtPointsSize ( float pointSize ) : ActualFont
pointSize float
리턴 ActualFont

GetScale() 공개 메소드

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

NOpenTypeFontFace() 공개 메소드

public NOpenTypeFontFace ( Typeface ntypeface, string fontName, string fontPath ) : System
ntypeface NOpenType.Typeface
fontName string
fontPath string
리턴 System

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void