_Application.SubstituteFont(String, String) Method

Definition

Sets font-mapping options, which are reflected in theFont Substitution dialog box (Compatibility tab, Options dialog box, Tools menu).

public:
 void SubstituteFont(System::String ^ UnavailableFont, System::String ^ SubstituteFont);
public void SubstituteFont (string UnavailableFont, string SubstituteFont);
abstract member SubstituteFont : string * string -> unit
Public Sub SubstituteFont (UnavailableFont As String, SubstituteFont As String)

Parameters

UnavailableFont
String

Required String. The name of a font not available on your computer that you want to map to a different font for display and printing.

SubstituteFont
String

Required String. The name of a font available on your computer that you want to substitute for the unavailable font.

Applies to