Skip to main content

Class FontSettings

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

Inheritance: System.Object -> FontSettings

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

FontSettings

public FontSettings()

FontSettings

public FontSettings(IFontSettings fontSettings)

Properties

PostScriptName

public string PostScriptName { get; set; }

Family

public string Family { get; set; }

Style

public string Style { 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; }

OpenTypeFeatures

public IList<OpenTypeFeature> OpenTypeFeatures { get; }

Methods

SetTypeOpenFeature

public void SetTypeOpenFeature(OpenTypeFeature feature)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.OpenTypeFeaturefeature

CopyTo

public void CopyTo(IFontSettings settings)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.IFontSettingssettings

CopyFrom

public void CopyFrom(IFontSettings settings)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.IFontSettingssettings

GetBytes

public IEnumerable<byte> GetBytes()
Returns

System.Collections.Generic.IEnumerable<System.Byte>

Equals

protected bool Equals(FontSettings other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.FontSettingsother
Returns

System.Boolean

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Equals

public static bool Equals(FontSettings a, FontSettings b)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.FontSettingsa
Aurigma.DesignAtoms.Model.Items.FontSettingsb
Returns

System.Boolean

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode

Clone

public FontSettings Clone()
Returns

Aurigma.DesignAtoms.Model.Items.FontSettings

Was this page helpful?