Interface IFontsSubsystem
Interface IFontsSubsystem
Tên không gian: Aspose.Note.Fonts Tổng hợp: Aspose.Note.dll (25.4.0)
Thực hiện giao diện này nếu bạn muốn kiểm soát cách Aspose.Note thu thập các phông chữ khi lưu tài liệu.
public interface IFontsSubsystem
{
Font GetFont(string fontName);
void SetFont(Font font);
}
Methods
Lời bài hát: String
Chụp ảnh gia đình.
FontFamily GetFontFamily(string fontName)
{
return new FontFamily(fontName);
}
Parameters
fontName
string
Tên của font
Returns
Hệ thống.Drawing.FontFamily