Examples:
The following VBA example specifies that non-existing fonts are replaced permanently and automatically with the closest font matches available on the system.
Sub MatchingPanose()
PanoseMatching = cdrPanosePermanent
OpenDocument "C:\My Documents\Graphic1.cdr"
End Sub