Interface IFontSettings
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public interface IFontSettings
Properties
AllCaps
Declaration
bool AllCaps { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FauxBold
Declaration
bool FauxBold { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FauxItalic
Declaration
bool FauxItalic { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OpenTypeFeatures
Declaration
IList<OpenTypeFeature> OpenTypeFeatures { get; }
Property Value
PostScriptName
Declaration
string PostScriptName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Size
Declaration
Property Value
| Type |
Description |
| System.Single |
|
Methods
GetBytes()
Declaration
IEnumerable<byte> GetBytes()
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.Byte> |
|