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
FontFamilyweight
FontWeightstyle
FontStylestretch
FontStretch
WpfFontFamilyInfo(WpfFontFamilyType, FontFamily, FontWeight, FontStyle, FontStretch)
public WpfFontFamilyInfo(WpfFontFamilyType familyType, FontFamily family, FontWeight weight, FontStyle style, FontStretch stretch)
Parameters
familyType
WpfFontFamilyTypefamily
FontFamilyweight
FontWeightstyle
FontStylestretch
FontStretch
WpfFontFamilyInfo(WpfFontFamilyType, string, FontFamily, FontWeight, FontStyle, FontStretch)
public WpfFontFamilyInfo(WpfFontFamilyType familyType, string fontName, FontFamily family, FontWeight weight, FontStyle style, FontStretch stretch)
Parameters
familyType
WpfFontFamilyTypefontName
stringfamily
FontFamilyweight
FontWeightstyle
FontStylestretch
FontStretch
WpfFontFamilyInfo(string, SvgFontElement, FontWeight, FontStyle, FontStretch)
public WpfFontFamilyInfo(string fontName, SvgFontElement fontElement, FontWeight weight, FontStyle style, FontStretch stretch)
Parameters
fontName
stringfontElement
SvgFontElementweight
FontWeightstyle
FontStylestretch
FontStretch