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

store native font here
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetResolvedNativeFont ( RequestFont reqFont ) : ActualFont
LoadFont ( string fontName, float fontSizeInPoints ) : ActualFont
NativeFontStore ( ) : System

메소드 상세

GetResolvedNativeFont() 공개 메소드

public GetResolvedNativeFont ( RequestFont reqFont ) : ActualFont
reqFont RequestFont
리턴 ActualFont

LoadFont() 공개 메소드

public LoadFont ( string fontName, float fontSizeInPoints ) : ActualFont
fontName string
fontSizeInPoints float
리턴 ActualFont

NativeFontStore() 공개 메소드

public NativeFontStore ( ) : System
리턴 System