Aspose::Font::Sources::FontFileDefinition class

FontFileDefinition class

Represents Font file definition.

class FontFileDefinition : public System::Object

Methods

MethodDescription
FontFileDefinition(System::SharedPtr<Aspose::Font::Sources::StreamSource>)Creates a file definition using file content only.
FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>)Creates a file definition using file content only.
FontFileDefinition(System::String, System::SharedPtr<Aspose::Font::Sources::StreamSource>, int64_t)Creates a file definition using file content only.
FontFileDefinition(System::SharedPtr<System::IO::FileInfo>)Creates a file definition using font file (represented by FileInfo) and file content.
get_FileExtension() constGets Font file extension.
get_FileName() constGets Font file name.
get_Length() constGets length of the stream.
get_Offset() constGets offset inside the stream.
get_StreamSource() constGets the stream source.

See Also