FontSubstitutionInfo
FontSubstitutionInfo class
This structure represents the information about the font replacement when it will be rendered.
FontSubstitutionInfo
| Name | Description |
|---|---|
| FontSubstitutionInfo(String, String) | Creates an instance of FontSubstitutionInfo class. |
Parameters:
| Name | Type | Description |
|---|---|---|
| originFontName | String | Source font name in presentation String |
| substFontName | String | Replacement font name for the original font String |
Returns: FontSubstitutionInfo
getOriginalFontName
| Name | Description |
|---|---|
| getOriginalFontName() | Indicates source font name in presentation. Read-only String |
Returns: String
getSubstitutedFontName
| Name | Description |
|---|---|
| getSubstitutedFontName() | Indicates the replacement font name for the original font. Read-only String |
Returns: String