Interface IFontsSubsystem

Interface IFontsSubsystem

Nome do espaço: Aspose.Note.Fonts Assembleia: Aspose.Note.dll (25.4.0)

Implemente esta interface se você quiser controlar como Aspose.Note recebe letras ao salvar um documento.

public interface IFontsSubsystem
   {
      Font GetFont(string fontName);
      void SetFont(Font font);
   }

Methods

Conexão (string )

É uma fonte de família.

FontFamily GetFontFamily(string fontName)
   {
      return new FontFamily(fontName);
   }

Parameters

fontName string

O nome do font.

Returns

FontFamily

O sistema.Drawing.FontFamily

 Português