Esempio n. 1
0
 public bool IsDefault()
 {
     return(Family.IsEmpty() &&
            Style.IsEmpty() &&
            Weight.IsEmpty() &&
            Size.IsEmpty() &&
            Decoration.IsDefault() &&
            Align.IsDefault() &&
            Rotation == 0.0);
 }
Esempio n. 2
0
 public bool ShouldSerializeAlign() => !Align.IsDefault();