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