IFontsSubsystem
public interface IFontsSubsystem
Implement this interface if you want to control how Aspose.Note retrieves fonts when saving a document.
Methods
| Method | Description |
|---|---|
| getFontFamily(String fontName) | Gets font. |
getFontFamily(String fontName)
public abstract Font getFontFamily(String fontName)
Gets font.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fontName | java.lang.String | The font name. |
Returns: java.awt.Font - The Font.