Class FontSettings
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class FontSettings
Inheritance: System.Object -> FontSettings
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
FontSettings
public FontSettings()
Properties
PostScriptName
public string PostScriptName { get; set; }
Size
public float? Size { get; set; }
FauxBold
public bool? FauxBold { get; set; }
FauxItalic
public bool? FauxItalic { get; set; }
AllCaps
public bool? AllCaps { get; set; }
Methods
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode