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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type3FontFilePath | System::String | Type 3 폰트 파일 경로입니다. |
| outputStream | System::SharedPtr<System::IO::Stream> | 결과 TrueType 폰트를 저장할 출력 스트림입니다. |
또 보기
- Class String
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type3FontFilePath | System::String | Type 3 폰트 파일 경로입니다. |
| outputDir | System::String | 결과 TrueType 폰트를 저장할 출력 디렉터리입니다. |
또 보기
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++