FontSubstitutionInfo

FontSubstitutionInfo class

This structure represents the information about the font replacement when it will be rendered.

FontSubstitutionInfo

NameDescription
FontSubstitutionInfo(String, String)Creates an instance of FontSubstitutionInfo class.

Parameters:

NameTypeDescription
originFontNameStringSource font name in presentation String
substFontNameStringReplacement font name for the original font String

Returns: FontSubstitutionInfo


getOriginalFontName

NameDescription
getOriginalFontName ()Indicates source font name in presentation. Read-only String

Returns: String


getSubstitutedFontName

NameDescription
getSubstitutedFontName ()Indicates the replacement font name for the original font. Read-only String

Returns: String