Interface IFontsSubsystem

Interface IFontsSubsystem

名称: Aspose.Note.Fonts 合計: Aspose.Note.dll (25.4.0)

このインターフェイスを実装すると、文書を保存する際に Aspose.Note が文字を取得する方法をコントロールします。

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

Methods

ファミリー(ストリング)

ファミリーフォントを取得。

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

Parameters

fontName string

フォント名です。

Returns

FontFamily

フォントファミリー(FontFamily)

 日本語