Class FontsSubsystem

Class FontsSubsystem

Tên không gian: Aspose.Note.Fonts Tổng hợp: Aspose.Note.dll (25.4.0)

Khóa học cơ sở thực hiện Aspose.Note.Fonts.IFONTsSubsystem interface.Cung cấp chức năng cho các thay thế font mặc định và font.Override Aspose.Note.Fonts.Các tính năng thành viên được bảo vệ trong một lớp derived để thực hiện logic cho việc lấy lại đối tượng System.Drawing.FootFamily.

public abstract class FontsSubsystem : IFontsSubsystem

Inheritance

object FontsSubsystem

Derived

DocumentFontsSubsystem

Implements

IFontsSubsystem

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FontsSubsystem(Stream, Từ điển<string, string=» » »)

Bắt đầu một trường hợp mới của lớp Aspose.Note.Fonts.FoonsSubsystem.

protected FontsSubsystem(Stream defaultFont, Dictionary<string, string=""> fontsSubstitutions = null)

Parameters

defaultFont Stream

dòng chứa font mặc định.

fontsSubstitutions Dictionary < string , string >

Các phông chữ thay thế

FontsSubsystem(string, Từ điển<string, string=» » »)

Bắt đầu một trường hợp mới của lớp Aspose.Note.Fonts.FoonsSubsystem.

protected FontsSubsystem(string defaultFontFile, Dictionary<string, string=""> fontsSubstitutions = null)

Parameters

defaultFontFile string

dòng chứa font mặc định.

fontsSubstitutions Dictionary < string , string >

Các phông chữ thay thế

FontsSubsystem()

Bắt đầu một trường hợp mới của lớp Aspose.Note.Fonts.FoonsSubsystem.

protected FontsSubsystem()

Properties

DefaultFont

Nhận hoặc đặt font mặc định.

public FontFamily DefaultFont { get; protected set; }

Giá trị bất động sản

FontFamily

Methods

AddFont(dòng, string)

Thêm font

public void AddFont(Stream stream, string tempFolder)

Parameters

stream Stream

dòng có chứa font.

tempFolder string

Cấu hình Temp Folder

AddFont(Stream)

Thêm font

public void AddFont(Stream stream)

Parameters

stream Stream

dòng có chứa font.

AddFont(String)

Thêm font

public void AddFont(string file)

Parameters

file string

Đường đến tệp chứa font.

AddFontSubstitution(Thẻ, string)

Thay thế phông chữ.

public void AddFontSubstitution(string substituted, string substitution)

Parameters

substituted string

Tên văn bản thay thế.

substitution string

Tên chữ thay thế.

FetchFontFamily(String)

Fetches gia đình font như một ứng cử viên cho GetFontFamily.

protected abstract FontFamily FetchFontFamily(string fontName)

Parameters

fontName string

Tên của font

Returns

FontFamily

Hệ thống.Drawing.FontFamily

FindFontFamilyInInternalCollection(String)

Cố gắng tìm gia đình font trong bộ sưu tập nội bộ các font GDI.

protected FontFamily FindFontFamilyInInternalCollection(string fontFamilyName)

Parameters

fontFamilyName string

Tên gia đình font.

Returns

FontFamily

Hệ thống.Drawing.FontFamily

GetFontFamily(String)

Chụp ảnh gia đình.

public virtual FontFamily GetFontFamily(string fontName)

Parameters

fontName string

Tên của font

Returns

FontFamily

Hệ thống.Drawing.FontFamily

LoadFontsFromFolder(String)

Tải tất cả các phông chữ TrueType từ thư mục cụ thể đến bộ sưu tập nội bộ.

public void LoadFontsFromFolder(string folder)

Parameters

folder string

Các thư mục chứa font.

Exceptions

NullReferenceException

Parameter ‘folder’ là không hoặc trống.

DirectoryNotFoundException

Không có thư mục được chỉ định bởi folder.

InvalidDataException

Tệp từ thư mục không chứa font TrueType.

TranslateFontName(String)

Cố gắng dịch tên phông chữ để thay thế nó thông qua bảng nội bộ.

protected string TranslateFontName(string fontName)

Parameters

fontName string

Tên của font

Returns

string

Tên của chữ cái thay thế nếu nó được chỉ định khác tên chữ bản thân cụ thể.</string,></string,></string,></string,>

 Tiếng Việt