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

스트링(String)에 대한 자세한 내용

가족의 글꼴을 쓴다.

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

Parameters

fontName string

그 이름의 글꼴.

Returns

FontFamily

원제 :Drawing.FontFamily

 한국어