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.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.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>