Foxit PDF SDK
foxit.pdf.EmbeddedFontData类 参考

继承自 SystemIDisposable .

Public 成员函数

 EmbeddedFontData ()
 构造函数。
 
 EmbeddedFontData (EmbeddedFontData other)
 使用另一个嵌入字体数据对象的构造函数。 更多...
 

属性

WStringArraynonstandard_font_name_array [get, set]
 如果要取消嵌入时无法被系统字体替换的嵌入字体的字体名称数组。
 
WStringArraystandard_font_name_array [get, set]
 标准字体的嵌入字体名称数组,如果要取消嵌入可以被系统字体替换。
 

详细描述

此类表示从PDF文档中检索的嵌入字体数据。 请参考函数 PDFDoc.GetEmbeddedFontData

构造及析构函数说明

◆ EmbeddedFontData()

foxit.pdf.EmbeddedFontData.EmbeddedFontData ( EmbeddedFontData  other)
inline

使用另一个嵌入字体数据对象的构造函数。

参数
[in]other另一个嵌入字体数据对象。