Skip to main content

Class FontSettings

Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class FontSettings

Inheritance: System.Object -> FontSettings

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetType
  • System.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
Was this page helpful?