Aspose::Font::FontFactory::Open metodo
Contenuti
[
Nascondere
]FontFactory::Open(FontType, System::ArrayPtr<uint8_t>) method
Apre un font, usando il tipo di font e l’array di byte dei dati del font.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::ArrayPtr<uint8_t> fontData)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontType | FontType | Font tipo. |
| fontData | System::ArrayPtr<uint8_t> | Array di byte da cui caricare il font. |
ReturnValue
Font loaded.
Vedi anche
- Typedef SharedPtr
- Class Font
- Enum FontType
- Typedef ArrayPtr
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::SharedPtr<Sources::StreamSource>) method
Apre un font, usando il tipo di font e la sorgente di flusso.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontType | FontType | Font tipo. |
| fontStreamSource | System::SharedPtr<Sources::StreamSource> | Sorgente di stream per il font. |
ReturnValue
Font loaded.
Vedi anche
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class StreamSource
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::String) method
Apre un font, usando il tipo di font e il nome del file del font.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontType | FontType | Font tipo. |
| fileName | System::String | Font nome file. |
ReturnValue
Font loaded.
Vedi anche
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class String
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(System::SharedPtr<Sources::FontDefinition>) method
Apre un font, usando l’oggetto FontDefinition.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
| Parametro | Tipo | Descrizione |
|---|---|---|
| fontDefinition | System::SharedPtr<Sources::FontDefinition> | Font oggetto definizione. |
ReturnValue
Font loaded.
Vedi anche
- Typedef SharedPtr
- Class Font
- Class FontDefinition
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++