Class OdfFontSubsetRequest
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
fontNamestringODF 字型宣告名稱
fontPathstring解析出的原始字型檔案路徑;若無法解析則為 null
codePointsIReadOnlyCollection<int>文件中偵測到的 PUA 自造字碼位集合
Properties
CodePoints
Gets the CodePoints value. 取得文件中偵測到的 PUA 自造字碼位集合。
public IReadOnlyCollection<int> CodePoints { get; }
Property Value
FontName
Gets the FontName value. 取得 ODF 字型宣告名稱。
public string FontName { get; }
Property Value
FontPath
Gets the FontPath value. 取得解析出的原始字型檔案路徑;若無法解析則為 null。
public string? FontPath { get; }