Aspose::Font::Sources::ByteContentStreamSource 类

ByteContentStreamSource class

表示基于内容流的流源。

class ByteContentStreamSource : public Aspose::Font::Sources::StreamSource

方法

方法描述
ByteContentStreamSource(System::ArrayPtr<uint8_t>)初始化新的 ByteContentStreamSource 对象。
Clone() override克隆 ByteContentStreamSource 对象。
GetFontStream() override返回字体文件流。使用后请记得关闭流。

另见