Aspose::Font::Sources::ByteContentStreamSource class
ByteContentStreamSource class
Represents a stream source based on content stream.
class ByteContentStreamSource : public Aspose::Font::Sources::StreamSource
Methods
Method | Description |
---|---|
ByteContentStreamSource(System::ArrayPtr<uint8_t>) | Initializes new ByteContentStreamSource object. |
Clone() override | Clones the ByteContentStreamSource object. |
GetFontStream() override | Returns font file stream. Don’t forget to close the stream after use. |
See Also
- Class StreamSource
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++