Interface IFontSubstitutionService
Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFontSubstitutionService
Methods
SubstituteFonts
ICollection<string> SubstituteFonts(Product product)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Product | product |
Returns
System.Collections.Generic.ICollection<System.String>
SubstituteFonts
ICollection<string> SubstituteFonts(Surface surface)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Surface | surface |
Returns
System.Collections.Generic.ICollection<System.String>
SubstituteFonts
ICollection<string> SubstituteFonts(BaseTextItem textItem)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.BaseTextItem | textItem |
Returns
System.Collections.Generic.ICollection<System.String>
SubstituteFonts
ICollection<string> SubstituteFonts(GroupItem groupItem)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.GroupItem | groupItem |
Returns
System.Collections.Generic.ICollection<System.String>
AllFontsAvailable
bool AllFontsAvailable(BaseTextItem textItem)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.BaseTextItem | textItem |
Returns
System.Boolean
ValidateSubstitutionFontPostScriptName
void ValidateSubstitutionFontPostScriptName()