Interface IFontsSubsystem

Interface IFontsSubsystem

İsim alanı : Aspose.Note.Fonts Toplama: Aspose.Note.dll (25.4.0)

Bu arayüzü uygulayın, bir belgeyi kaydetirken Aspose.Note yazı tiplerini nasıl alır kontrol etmek istiyorsanız.

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

Methods

GetFontFamily (← bağlantılar değiştir)

Aile fonu alınır.

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

Parameters

fontName string

Şifre Adı .

Returns

FontFamily

Sistem.Drawing.FontFamily için tıklayınız

 Türkçe