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

دانلود بازی GetFontFamily (String)

به خانواده فونت می رسد.

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

Parameters

fontName string

نام فونت است.

Returns

FontFamily

سیستم .Drawing.FontFamily

 فارسی