Aspose.Cells.Examples.CSharp.Articles.RenderingAndPrinting.SetCustomFontFolders.FontSubstitution C# (CSharp) Method

FontSubstitution() public static method

public static FontSubstitution ( ) : void
return void
        public static void FontSubstitution()
        {
            // ExStart:FontSubstitution
            // Substituting the Arial font with Times New Roman & Calibri
            FontConfigs.SetFontSubstitutes("Arial", new string[] { "Times New Roman", "Calibri" });
            // ExEnd:FontSubstitution
        }
    }
SetCustomFontFolders