Class BaseTextItemHandler.ProtectedFontSettings
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()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ProtectedFontSettings : IFontSettings
Constructors
ProtectedFontSettings(BaseTextItemHandler, String)
Declaration
public ProtectedFontSettings(BaseTextItemHandler textItemHandler, string defaultPsName)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseTextItemHandler | textItemHandler | |
| System.String | defaultPsName |
Properties
AllCaps
Declaration
public bool AllCaps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FauxBold
Declaration
public bool FauxBold { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FauxItalic
Declaration
public bool FauxItalic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OpenTypeFeatures
Declaration
public IList<OpenTypeFeature> OpenTypeFeatures { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<OpenTypeFeature> |
PostScriptName
Declaration
public string PostScriptName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
public float Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
GetBytes()
Declaration
public IEnumerable<byte> GetBytes()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.Byte> |