Class FontsSettings

Class FontsSettings

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

Hiển thị phông chữ xử lý cài đặt.

[ComVisible(true)]
public class FontsSettings

Inheritance

object FontsSettings

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()

Properties

FontMatcher

Nhận hoặc đặt lớp cho phép bạn kiểm soát một số phần của thuật toán phông chữ phù hợp.

public FontMatcher FontMatcher { get; set; }

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

FontMatcher

Methods

GetFontsLookupFolders()

Nhận một bản sao của chuỗi có chứa các thư mục font. Các thư mục được tìm thấy trong các thư mục này được sử dụng cho các nhân vật trình bày.

public string[] GetFontsLookupFolders()

Returns

string [ ]

Một bản sao của các thư mục font array.

SetFontsLookupFolder(String)

Thiết lập thư mục được sử dụng trong quá trình chọn phông chữ.

public void SetFontsLookupFolder(string fontsFolder)

Parameters

fontsFolder string

Các fonts folder.

SetFontsLookupFolder(Lời bài hát: Bool)

Thiết lập thư mục được sử dụng trong quá trình chọn phông chữ.

public void SetFontsLookupFolder(string fontsFolder, bool recursive)

Parameters

fontsFolder string

Các fonts folder.

recursive bool

Nếu được thiết lập để ’truyền’ tất cả các thư mục được gieo sẽ được sử dụng. giá trị mặc định là ‘không thực’.

SetFontsLookupFolders(String[])

Thiết lập một loạt các thư mục được sử dụng trong quá trình chọn phông chữ.

public void SetFontsLookupFolders(string[] fontsFolders)

Parameters

fontsFolders string [ ]

Các fonts folders.

SetFontsLookupFolders(String[ ], bool)

Thiết lập một loạt các thư mục được sử dụng trong quá trình chọn phông chữ.

public void SetFontsLookupFolders(string[] fontsFolders, bool recursive)

Parameters

fontsFolders string [ ]

Các fonts folders.

recursive bool

Nếu được thiết lập để ’truyền’ tất cả các thư mục được gieo sẽ được sử dụng. giá trị mặc định là ‘không thực’.

 Tiếng Việt