Aspose::Font::FontFactory::Open yöntemi
İçindekiler
[
Saklamak
]FontFactory::Open(FontType, System::ArrayPtr<uint8_t>) method
Font tipini ve font veri bayt dizisini kullanarak bir font açar.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::ArrayPtr<uint8_t> fontData)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | FontType | Font türü. |
| fontData | System::ArrayPtr<uint8_t> | Fontu yüklemek için bayt dizisi. |
ReturnValue
Font loaded.
Ayrıca Bakınız
- 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
Font tipini ve akış kaynağını kullanarak bir font açar.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::SharedPtr<Sources::StreamSource> fontStreamSource)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | FontType | Font türü. |
| fontStreamSource | System::SharedPtr<Sources::StreamSource> | Font için akış kaynağı. |
ReturnValue
Font loaded.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Font
- Enum FontType
- Class StreamSource
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++
FontFactory::Open(FontType, System::String) method
Font tipini ve font dosya adını kullanarak bir font açar.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(FontType fontType, System::String fileName)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | FontType | Font türü. |
| fileName | System::String | Font dosya adı. |
ReturnValue
Font loaded.
Ayrıca Bakınız
- 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
FontDefinition nesnesi kullanarak bir font açar.
System::SharedPtr<Font> Aspose::Font::FontFactory::Open(System::SharedPtr<Sources::FontDefinition> fontDefinition)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontDefinition | System::SharedPtr<Sources::FontDefinition> | Font tanım nesnesi. |
ReturnValue
Font loaded.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Font
- Class FontDefinition
- Class FontFactory
- Namespace Aspose::Font
- Library Aspose.Font for C++