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)
ParameterTypeAçı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

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)
ParameterTypeAçıklama
fontFamilySystem::StringYazı tipi ailesi.
fontStyleSystem::Drawing::FontStyleYazı tipi stili.

ReturnValue

Yeni TrueType yazı tipi kaynağı.

Ayrıca Bakınız