C# Class PixelFarm.Drawing.RequestFont

font specification
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
RequestFont ( string facename, float fontSizeInPts, FontStyle style = FontStyle.Regular ) : System

Private Methods

Méthode Description
GetCacheActualFont ( RequestFont r ) : ActualFont
SetCacheActualFont ( RequestFont r, ActualFont f ) : void

Method Details

ConvEmSizeInPointsToPixels() public static méthode

public static ConvEmSizeInPointsToPixels ( float emsizeInPoint ) : float
emsizeInPoint float
Résultat float

RequestFont() public méthode

public RequestFont ( string facename, float fontSizeInPts, FontStyle style = FontStyle.Regular ) : System
facename string
fontSizeInPts float
style FontStyle
Résultat System