GetFontsFolders

FontSettings.GetFontsFolders method

Gets a copy of the array that contains the list of folders where Aspose.Words looks for TrueType fonts.

public static string[] GetFontsFolders()

Return Value

A copy of the current font locations.

Remarks

The returned value is a copy of the data that Aspose.Words uses. If you change the entries in the returned array, it will have no effect on document rendering. To specify new font locations use the SetFontsFolders method.

See Also