Table of Contents

Class OdfFontSubsetRequest

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

Provides the OdfFontSubsetRequest API. 表示單一字型子集化請求。

public sealed class OdfFontSubsetRequest
Inheritance
OdfFontSubsetRequest
Inherited Members

Constructors

OdfFontSubsetRequest(string, string?, IReadOnlyCollection<int>)

Performs odf font subset request. 初始化 OdfFontSubsetRequest 類別的新執行個體。

public OdfFontSubsetRequest(string fontName, string? fontPath, IReadOnlyCollection<int> codePoints)

Parameters

fontName string

ODF 字型宣告名稱

fontPath string

解析出的原始字型檔案路徑;若無法解析則為 null

codePoints IReadOnlyCollection<int>

文件中偵測到的 PUA 自造字碼位集合

Properties

CodePoints

Gets the CodePoints value. 取得文件中偵測到的 PUA 自造字碼位集合。

public IReadOnlyCollection<int> CodePoints { get; }

Property Value

IReadOnlyCollection<int>

FontName

Gets the FontName value. 取得 ODF 字型宣告名稱。

public string FontName { get; }

Property Value

string

FontPath

Gets the FontPath value. 取得解析出的原始字型檔案路徑;若無法解析則為 null

public string? FontPath { get; }

Property Value

string