Méthode Aspose::Font::FontFactory::Open
Contenu
[
Cacher
]FontFactory::Open(FontType, System::ArrayPtr<uint8_t>) method
Ouvre une police en utilisant le type de police et le tableau d’octets de données de police.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::ArrayPtr<uint8_t> fontData)
| Paramètre | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fontData | System::ArrayPtr<uint8_t> | Tableau d’octets pour charger la police à partir de. |
ReturnValue
Font loaded.
Voir aussi
- 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
Ouvre une police en utilisant le type de police et la source du flux.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
| Paramètre | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fontStreamSource | System::SharedPtr<Sources::StreamSource> | Source de flux pour la police. |
ReturnValue
Font loaded.
Voir aussi
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class StreamSource
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::String) method
Ouvre une police en utilisant le type de police et le nom du fichier de police.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
| Paramètre | Type | Description |
|---|---|---|
| fontType | FontType | Font type. |
| fileName | System::String | Font nom de fichier. |
ReturnValue
Font loaded.
Voir aussi
- 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
Ouvre une police en utilisant l’objet FontDefinition.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
| Paramètre | Type | Description |
|---|---|---|
| fontDefinition | System::SharedPtr<Sources::FontDefinition> | Font objet de définition. |
ReturnValue
Font loaded.
Voir aussi
- Typedef SharedPtr
- Class Font
- Class FontDefinition
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++