Aspose::Font::Sources::FontDefinition::Open metodu
FontDefinition::Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) method
Font akış kaynağı ve font türü için FontDefinition döndürür.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::SharedPtr<StreamSource> source, Aspose::Font::FontType fontType)
| Parametre | Tür | Açıklama |
|---|---|---|
| source | System::SharedPtr<StreamSource> | Font akış kaynağı. |
| fontType | Aspose::Font::FontType | Font türü. |
ReturnValue
Ayrıca Bakınız
- 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
Font dosyası ve font türü için FontDefinition döndürür.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::String fileName, Aspose::Font::FontType fontType)
| Parametre | Tür | Açıklama |
|---|---|---|
| fileName | System::String | Font dosya adı. |
| fontType | Aspose::Font::FontType | Font türü. |
ReturnValue
Ayrıca Bakınız
- Typedef SharedPtr
- Class FontDefinition
- Class String
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++