Aspose::Page::XPS::XpsDocument::CreateFont method
XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream>) method
Akıştan yeni bir TrueType yazı tipi kaynağı oluşturur.
System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream> stream)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | System::SharedPtr<System::IO::Stream> | Kaynak olarak alınacak ICC profilini içeren akış. |
ReturnValue
Yeni TrueType yazı tipi kaynağı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsFont
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateFont(System::String, System::Drawing::FontStyle) method
Yeni bir TrueType yazı tipi kaynağı oluşturur.
System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::String fontFamily, System::Drawing::FontStyle fontStyle)
| Parameter | Type | Açıklama |
|---|---|---|
| fontFamily | System::String | Yazı tipi ailesi. |
| fontStyle | System::Drawing::FontStyle | Yazı tipi stili. |
ReturnValue
Yeni TrueType yazı tipi kaynağı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsFont
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++