Table of Contents

Constructor WpfFontFamilyInfo

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

WpfFontFamilyInfo(FontFamily, FontWeight, FontStyle, FontStretch)

public WpfFontFamilyInfo(FontFamily family, FontWeight weight, FontStyle style, FontStretch stretch)

Parameters

family FontFamily
weight FontWeight
style FontStyle
stretch FontStretch

WpfFontFamilyInfo(WpfFontFamilyType, FontFamily, FontWeight, FontStyle, FontStretch)

public WpfFontFamilyInfo(WpfFontFamilyType familyType, FontFamily family, FontWeight weight, FontStyle style, FontStretch stretch)

Parameters

familyType WpfFontFamilyType
family FontFamily
weight FontWeight
style FontStyle
stretch FontStretch

WpfFontFamilyInfo(WpfFontFamilyType, string, FontFamily, FontWeight, FontStyle, FontStretch)

public WpfFontFamilyInfo(WpfFontFamilyType familyType, string fontName, FontFamily family, FontWeight weight, FontStyle style, FontStretch stretch)

Parameters

familyType WpfFontFamilyType
fontName string
family FontFamily
weight FontWeight
style FontStyle
stretch FontStretch

WpfFontFamilyInfo(string, SvgFontElement, FontWeight, FontStyle, FontStretch)

public WpfFontFamilyInfo(string fontName, SvgFontElement fontElement, FontWeight weight, FontStyle style, FontStretch stretch)

Parameters

fontName string
fontElement SvgFontElement
weight FontWeight
style FontStyle
stretch FontStretch