public SymbolFontDef(string fontFamily, double fontSize, SymbolFontStyle fontStyle, SymbolFontWeight fontWeight, SymbolTextDecoration textDecoration) { FontFamily = fontFamily; FontSize = fontSize; FontStyle = fontStyle; FontWeight = fontWeight; TextDecoration = textDecoration; }