Aspose::Font::Sources::FontDefinition::FontDefinition yapıcı
İçindekiler
[
Saklamak
]FontDefinition::FontDefinition(Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) constructor
Çok dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(Aspose::Font::FontType fontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>> fileDefinitions)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinitions | System::ArrayPtr<System::SharedPtr<FontFileDefinition>> | FontFileDefinition nesnelerinin dizisi. |
Ayrıca Bakınız
- Enum FontType
- Typedef ArrayPtr
- Typedef SharedPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(Aspose::Font::FontType fontType, System::SharedPtr<FontFileDefinition> fileDefinition)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinition | System::SharedPtr<FontFileDefinition> | FontFileDefinition. |
Ayrıca Bakınız
- Enum FontType
- Typedef SharedPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(Aspose::Font::FontType, System::SharedPtr<StreamSource>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(Aspose::Font::FontType fontType, System::SharedPtr<StreamSource> streamSource)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font türü. |
| streamSource | System::SharedPtr<StreamSource> | Font akış kaynağı. |
Ayrıca Bakınız
- Enum FontType
- Typedef SharedPtr
- Class StreamSource
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(Aspose::Font::FontType fontType, System::String fileExtension, System::SharedPtr<StreamSource> streamSource)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontType | Aspose::Font::FontType | Font türü. |
| fileExtension | System::String | Font dosya uzantısı. |
| streamSource | System::SharedPtr<StreamSource> | Font akış kaynağı. |
Ayrıca Bakınız
- Enum FontType
- Class String
- Typedef SharedPtr
- Class StreamSource
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) constructor
Çok dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::SharedPtr<MultiLanguageString> fontNames, System::SharedPtr<MultiLanguageString> postscriptNames, Aspose::Font::FontType fontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>> fileDefinitions)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontNames | System::SharedPtr<MultiLanguageString> | Font adları. |
| postscriptNames | System::SharedPtr<MultiLanguageString> | Postscript Font adları. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinitions | System::ArrayPtr<System::SharedPtr<FontFileDefinition>> | FontFileDefinition nesnelerinin dizisi. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class MultiLanguageString
- Enum FontType
- Typedef ArrayPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::SharedPtr<MultiLanguageString>, System::SharedPtr<MultiLanguageString>, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) constructor
Çok dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::SharedPtr<MultiLanguageString> fontNames, System::SharedPtr<MultiLanguageString> postscriptNames, Aspose::Font::FontType fontType, System::SharedPtr<FontFileDefinition> fileDefinition)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontNames | System::SharedPtr<MultiLanguageString> | Font adları. |
| postscriptNames | System::SharedPtr<MultiLanguageString> | Postscript Font adları. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinition | System::SharedPtr<FontFileDefinition> | FontFileDefinition. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class MultiLanguageString
- Enum FontType
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::String fontName, Aspose::Font::FontType fontType, System::SharedPtr<FontFileDefinition> fileDefinition)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontName | System::String | Font adı. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinition | System::SharedPtr<FontFileDefinition> | FontFileDefinition. |
Ayrıca Bakınız
- Class String
- Enum FontType
- Typedef SharedPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::String, Aspose::Font::FontType, System::String, System::SharedPtr<StreamSource>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::String fontName, Aspose::Font::FontType fontType, System::String fileExtension, System::SharedPtr<StreamSource> streamSource)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontName | System::String | Font adı. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileExtension | System::String | Font dosya uzantısı. |
| streamSource | System::SharedPtr<StreamSource> | Font akış kaynağı. |
Ayrıca Bakınız
- Class String
- Enum FontType
- Typedef SharedPtr
- Class StreamSource
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::String, System::String, Aspose::Font::FontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>>) constructor
Çok dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::String fontName, System::String postscriptName, Aspose::Font::FontType fontType, System::ArrayPtr<System::SharedPtr<FontFileDefinition>> fileDefinitions)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontName | System::String | Font adı. |
| postscriptName | System::String | Postscript Font adı. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinitions | System::ArrayPtr<System::SharedPtr<FontFileDefinition>> | FontFileDefinition nesnelerinin dizisi. |
Ayrıca Bakınız
- Class String
- Enum FontType
- Typedef ArrayPtr
- Typedef SharedPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++
FontDefinition::FontDefinition(System::String, System::String, Aspose::Font::FontType, System::SharedPtr<FontFileDefinition>) constructor
Tek dosyalı Font tanımı oluşturur.
Aspose::Font::Sources::FontDefinition::FontDefinition(System::String fontName, System::String postscriptName, Aspose::Font::FontType fontType, System::SharedPtr<FontFileDefinition> fileDefinition)
| Parametre | Tür | Açıklama |
|---|---|---|
| fontName | System::String | Font adı. |
| postscriptName | System::String | Postscript Font adı. |
| fontType | Aspose::Font::FontType | Font türü. |
| fileDefinition | System::SharedPtr<FontFileDefinition> | FontFileDefinition. |
Ayrıca Bakınız
- Class String
- Enum FontType
- Typedef SharedPtr
- Class FontFileDefinition
- Class FontDefinition
- Namespace Aspose::Font::Sources
- Library Aspose.Font for C++