Aspose::Font::Sources::FontDefinition::Open method
FontDefinition::Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) method
Returns FontDefinition for font stream source and font type.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::SharedPtr<StreamSource> source, Aspose::Font::FontType fontType)
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<StreamSource> | Font stream source. |
fontType | Aspose::Font::FontType | Font type. |
ReturnValue
See Also
- Typedef SharedPtr
- Class FontDefinition
- Class StreamSource
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::Open(System::String, Aspose::Font::FontType) method
Returns FontDefinition for font file and font type.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::String fileName, Aspose::Font::FontType fontType)
Parameter | Type | Description |
---|---|---|
fileName | System::String | Font file name. |
fontType | Aspose::Font::FontType | Font type. |
ReturnValue
See Also
- Typedef SharedPtr
- Class FontDefinition
- Class String
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++