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éthodeDescription
getFontFamily(String fontName)Obtient la police.

getFontFamily(String fontName)

public abstract Font getFontFamily(String fontName)

Obtient la police.

Parameters:

ParamètreTypeDescription
fontNamejava.lang.StringLe nom de la police.

Returns: java.awt.Font - La police.