Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF 메서드

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

Type 3 폰트를 TrueType 스트림으로 변환합니다.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::SharedPtr<System::IO::Stream> outputStream)
매개변수형식설명
type3FontFilePathSystem::StringType 3 폰트 파일 경로입니다.
outputStreamSystem::SharedPtr<System::IO::Stream>결과 TrueType 폰트를 저장할 출력 스트림입니다.

또 보기

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

Type 3 폰트를 TrueType으로 변환합니다. 변환된 TTF 폰트의 이름은 입력 Type 3 폰트 파일과 동일하며 “.ttf” 확장자를 가집니다. TTF 파일은 지정된 출력 디렉터리에 저장됩니다.

void Aspose::Page::EPS::PsDocument::ConvertType3FontToTTF(System::String type3FontFilePath, System::String outputDir)
매개변수형식설명
type3FontFilePathSystem::StringType 3 폰트 파일 경로입니다.
outputDirSystem::String결과 TrueType 폰트를 저장할 출력 디렉터리입니다.

또 보기