Skip to main content

Interface IFontSubstitutionService

Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontSubstitutionService

Methods

SubstituteFonts

ICollection<string> SubstituteFonts(Product product)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Productproduct
Returns

System.Collections.Generic.ICollection<System.String>

SubstituteFonts

ICollection<string> SubstituteFonts(Surface surface)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Surfacesurface
Returns

System.Collections.Generic.ICollection<System.String>

SubstituteFonts

ICollection<string> SubstituteFonts(BaseTextItem textItem)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.BaseTextItemtextItem
Returns

System.Collections.Generic.ICollection<System.String>

SubstituteFonts

ICollection<string> SubstituteFonts(GroupItem groupItem)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.GroupItemgroupItem
Returns

System.Collections.Generic.ICollection<System.String>

AllFontsAvailable

bool AllFontsAvailable(BaseTextItem textItem)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.BaseTextItemtextItem
Returns

System.Boolean

ValidateSubstitutionFontPostScriptName

void ValidateSubstitutionFontPostScriptName()
Was this page helpful?