Interface IFontsSubsystem
Interface IFontsSubsystem
Le nom : Aspose.Note.Fonts Assemblée: Aspose.Note.dll (25.4.0)
Implémentez cette interface si vous voulez contrôler la façon dont Aspose.Note reçoit les fonctions lors de l’enregistrement d’un document.
public interface IFontsSubsystem
{
Font GetFont(string fontName);
void SetFont(Font font);
}
Methods
Généralement (String)
Il y a la famille font.
FontFamily GetFontFamily(string fontName)
{
return new FontFamily(fontName);
}
Parameters
fontName
string
Il nome del font.
Returns
Le système.Drawing.FontFamily