IFontSubstRule
public interface IFontSubstRule
Represents font subtituition information
Methods
| Method | Description |
|---|---|
| getSourceFont() | Font to substitute Read-only IFontData. |
| getDestFont() | Font to use for substitution Read-only IFontData. |
| getReplaceFontCondition() | Rule to apply for substitution Read-only FontSubstCondition. |
getSourceFont()
public abstract IFontData getSourceFont()
Font to substitute Read-only IFontData.
Returns: IFontData
getDestFont()
public abstract IFontData getDestFont()
Font to use for substitution Read-only IFontData.
Returns: IFontData
getReplaceFontCondition()
public abstract int getReplaceFontCondition()
Rule to apply for substitution Read-only FontSubstCondition.
Returns: int