Class FontSettings
Inheritance
System.Object
FontSettings
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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class FontSettings : IFontSettings
Constructors
FontSettings()
Declaration
FontSettings(IFontSettings)
Declaration
public FontSettings(IFontSettings fontSettings)
Parameters
Properties
AllCaps
Declaration
public bool AllCaps { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Family
Declaration
public string Family { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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
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 |
|
Style
Declaration
public string Style { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Clone()
Declaration
public FontSettings Clone()
Returns
CopyFrom(IFontSettings)
Declaration
public void CopyFrom(IFontSettings settings)
Parameters
CopyTo(IFontSettings)
Declaration
public void CopyTo(IFontSettings settings)
Parameters
Equals(FontSettings)
Declaration
protected bool Equals(FontSettings other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(FontSettings, FontSettings)
Declaration
public static bool Equals(FontSettings a, FontSettings b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetBytes()
Declaration
public IEnumerable<byte> GetBytes()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.Byte> |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
SetTypeOpenFeature(OpenTypeFeature)
Declaration
public void SetTypeOpenFeature(OpenTypeFeature feature)
Parameters
Implements