Object Model Reference : Classes : A : Application : Properties : Application.PanoseMatching |
Property PanoseMatching As cdrPanoseMatchingType
Member of Application
The PanoseMatching property returns or specifies the default behavior when the document being opened contains fonts that are not installed on the system.
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 |
Copyright 2013 Corel Corporation. All rights reserved.