Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF method

PsDocument::ConvertType3FontToTTF(System::String, System::SharedPtr<System::IO::Stream>) method

Type 3 yazı tipini TrueType akışına dönüştürür.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeAçıklama
type3FontFilePathSystem::StringType 3 yazı tipi dosya yolu.
outputStreamSystem::SharedPtr<System::IO::Stream>Sonuç TrueType yazı tipinin kaydedileceği çıktı akışı.

Ayrıca Bakınız

PsDocument::ConvertType3FontToTTF(System::String, System::String) method

Type 3 yazı tipini TrueType‘a dönüştürür. Dönüştürülen TTF yazı tipinin adı, ".ttf" uzantılı giriş Type 3 yazı tipi dosyasıyla aynı olacaktır. TTF dosyası atanmış çıkış dizinine kaydedilecektir.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
ParameterTypeAçıklama
type3FontFilePathSystem::StringType 3 yazı tipi dosya yolu.
outputDirSystem::StringSonuç TrueType yazı tipinin kaydedileceği çıktı dizini.

Ayrıca Bakınız