C# Class Svg.SvgElement

Mostra file Open project: vvvv/SVG Class Usage Examples

Public Properties

Property Type Description
PrivateFonts System.Drawing.Text.PrivateFontCollection

Private Properties

Property Type Description
GetFont IFontDefn

Public Methods

Method Description
ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object

Protected Methods

Method Description
FixOpacityValue ( float value ) : float

Private Methods

Method 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 method

protected static FixOpacityValue ( float value ) : float
value float
return float

ValidateFontFamily() public static method

public static ValidateFontFamily ( string fontFamilyList, SvgDocument doc ) : object
fontFamilyList string
doc SvgDocument
return object

Property Details

PrivateFonts public_oe static_oe property

public static System.Drawing.Text.PrivateFontCollection PrivateFonts
return System.Drawing.Text.PrivateFontCollection