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获取流源。

另见