Skip to main content

Class BaseTextItemHandler.ProtectedFontSettings

Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ProtectedFontSettings : IFontSettings

Inheritance: System.Object -> BaseTextItemHandler.ProtectedFontSettings

Implements

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.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ProtectedFontSettings

public ProtectedFontSettings(BaseTextItemHandler textItemHandler, string defaultPsName)

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; }

OpenTypeFeatures

public IList<OpenTypeFeature> OpenTypeFeatures { get; }

Methods

GetBytes

public IEnumerable<byte> GetBytes()
Returns

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

Was this page helpful?