Aspose::Font::Sources::FontDefinition::Open metodo
Contenuti
[
Nascondere
]FontDefinition::Open(System::SharedPtr<StreamSource>, Aspose::Font::FontType) method
Restituisce FontDefinition per la sorgente di flusso del font e il tipo di font.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::SharedPtr<StreamSource> source, Aspose::Font::FontType fontType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| source | System::SharedPtr<StreamSource> | Sorgente di flusso del Font. |
| fontType | Aspose::Font::FontType | Tipo di Font. |
ReturnValue
Vedi anche
- 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
Restituisce FontDefinition per il file del font e il tipo di font.
static System::SharedPtr<FontDefinition> Aspose::Font::Sources::FontDefinition::Open(System::String fileName, Aspose::Font::FontType fontType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fileName | System::String | Nome file del Font. |
| fontType | Aspose::Font::FontType | Tipo di Font. |
ReturnValue
Vedi anche
- Typedef SharedPtr
- Class FontDefinition
- Class String
- Enum FontType
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++