Ejemplo n.º 1
0
 public SymbolFontDef(string fontFamily, double fontSize,
                      SymbolFontStyle fontStyle, SymbolFontWeight fontWeight,
                      SymbolTextDecoration textDecoration)
 {
     FontFamily     = fontFamily;
     FontSize       = fontSize;
     FontStyle      = fontStyle;
     FontWeight     = fontWeight;
     TextDecoration = textDecoration;
 }
Ejemplo n.º 2
0
 public SymbolFontDef(string fontFamily, double fontSize,
     SymbolFontStyle fontStyle, SymbolFontWeight fontWeight,
     SymbolTextDecoration textDecoration)
 {
     FontFamily = fontFamily;
     FontSize = fontSize;
     FontStyle = fontStyle;
     FontWeight = fontWeight;
     TextDecoration = textDecoration;
 }