getFontsSources method

getFontsSources()

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

getFontsSources()

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 sources use the FontSettings.setFontsSources() method.

Returns

A copy of the current font sources.

See Also