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()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class FontSettings
Constructors
FontSettings()
Declaration
public FontSettings()
Properties
AllCaps
Declaration
public bool? AllCaps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
FauxBold
Declaration
public bool? FauxBold { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
FauxItalic
Declaration
public bool? FauxItalic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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.Nullable<System.Single> |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()