IFontsSubsystem

public interface IFontsSubsystem

Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document.

Methods

MethodDescription
getFontFamily(String fontName)Gets font.

getFontFamily(String fontName)

public abstract Font getFontFamily(String fontName)

Gets font.

Parameters:

ParameterTypeDescription
fontNamejava.lang.StringThe font name.

Returns: java.awt.Font - The Font.