|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 成员函数 | |
| EmbeddedFontData () | |
| 构造函数。 | |
| EmbeddedFontData (EmbeddedFontData other) | |
| 使用另一个嵌入字体数据对象的构造函数。 更多... | |
属性 | |
| WStringArray? | nonstandard_font_name_array [get, set] |
| 如果要取消嵌入时无法被系统字体替换的嵌入字体的字体名称数组。 | |
| WStringArray? | standard_font_name_array [get, set] |
| 标准字体的嵌入字体名称数组,如果要取消嵌入可以被系统字体替换。 | |
此类表示从PDF文档中检索的嵌入字体数据。 请参考函数 PDFDoc.GetEmbeddedFontData 。
|
inline |
使用另一个嵌入字体数据对象的构造函数。
| [in] | other | 另一个嵌入字体数据对象。 |