Previous Document Next Document
Application.PanoseMatching

Property PanoseMatching As cdrPanoseMatchingType

Member of Application

The PanoseMatching property returns or sets the default behavior when the document being opened contains fonts that are not installed on the system.

The following code 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 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.