Skip to main content

Interface IFontSettings

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public interface IFontSettings

Properties

PostScriptName

string PostScriptName { get; set; }

Size

float Size { get; set; }

FauxBold

bool FauxBold { get; set; }

FauxItalic

bool FauxItalic { get; set; }

AllCaps

bool AllCaps { get; set; }

OpenTypeFeatures

IList<OpenTypeFeature> OpenTypeFeatures { get; }

Methods

GetBytes

IEnumerable<byte> GetBytes()
Returns

System.Collections.Generic.IEnumerable<System.Byte>

Was this page helpful?