IFontsSubsystem
public interface IFontsSubsystem
Implémentez cette interface si vous souhaitez contrôler la façon dont Aspose.Note récupère les polices lors de l’enregistrement d’un document.
Méthodes
| Méthode | Description |
|---|---|
| getFontFamily(String fontName) | Obtient la police. |
getFontFamily(String fontName)
public abstract Font getFontFamily(String fontName)
Obtient la police.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| fontName | java.lang.String | Le nom de la police. |
Returns: java.awt.Font - La police.