C# Class Svg.SvgElement

Afficher le fichier Open project: vvvv/SVG Class Usage Examples

Méthodes publiques

Свойство Type Description
PrivateFonts System.Drawing.Text.PrivateFontCollection

Private Properties

Свойство Type Description
GetFont IFontDefn

Méthodes publiques

Méthode Description
ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object

Méthodes protégées

Méthode Description
FixOpacityValue ( float value ) : float

Private Methods

Méthode Description
GetFont ( ISvgRenderer renderer ) : IFontDefn

Get the font information based on data stored with the text object or inherited from the parent.

Method Details

FixOpacityValue() protected static méthode

protected static FixOpacityValue ( float value ) : float
value float
Résultat float

ValidateFontFamily() public static méthode

public static ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object
fontFamilyList string
doc SvgDocument
Résultat object

Property Details

PrivateFonts public_oe static_oe property

public static System.Drawing.Text.PrivateFontCollection PrivateFonts
Résultat System.Drawing.Text.PrivateFontCollection