Aspose::Font::Sources::FontFileDefinition 类
FontFileDefinition class
表示 Font 文件定义。
class FontFileDefinition : public System::Object
方法
| 方法 | 描述 |
|---|---|
| FontFileDefinition(System::SharedPtr<Aspose::Font::Sources::StreamSource>) | 仅使用文件内容创建文件定义。 |
| FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>) | 仅使用文件内容创建文件定义。 |
| FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>, int64_t) | 仅使用文件内容创建文件定义。 |
| FontFileDefinition(System::SharedPtr<System::IO::FileInfo>) | 使用字体文件(由 FileInfo 表示)和文件内容创建文件定义。 |
| get_FileExtension() const | 获取 Font 文件扩展名。 |
| get_FileName() const | 获取 Font 文件名。 |
| get_Offset() const | 获取流中的偏移量。 |
| get_StreamSource() const | 获取流源。 |
另见
- Class Object
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++