Aspose::Font::FontFactory class
FontFactory class
Contains functionality for opening fonts of different types and other methods for creating various objects.
class FontFactory : public Aspose::Font::Licensing::IVentureLicenseTarget
Methods
| Method | Description |
|---|---|
| FontFactory() | Constructor. |
| Open(System::SharedPtr<Sources::FontDefinition>) | Opens a font, using FontDefinition object. |
| Open(FontType, System::SharedPtr<Sources::StreamSource>) | Opens a font, using font type and stream source. |
| Open(FontType, System::String) | Opens a font, using font type and font file name. |
| Open(FontType, System::ArrayPtr<uint8_t>) | Opens a font, using font type and font data byte array. |
See Also
- Class IVentureLicenseTarget
- Namespace Aspose::Font
- Library Aspose.Font for C++