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