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
فيديوهات متعلقة بـ “ System.Drawing.FontFamily ”