C# 클래스 PixelFarm.Drawing.RequestFont

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

공개 메소드들

메소드 설명
ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
RequestFont ( string facename, float fontSizeInPts, FontStyle style = FontStyle.Regular ) : System

비공개 메소드들

메소드 설명
GetCacheActualFont ( RequestFont r ) : ActualFont
SetCacheActualFont ( RequestFont r, ActualFont f ) : void

메소드 상세

ConvEmSizeInPointsToPixels() 공개 정적인 메소드

public static ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
emsizeInPoint float
리턴 float

RequestFont() 공개 메소드

public RequestFont ( string facename, float fontSizeInPts, FontStyle style = FontStyle.Regular ) : System
facename string
fontSizeInPts float
style FontStyle
리턴 System