Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF 메서드
PsDocument::ConvertType1FontToTTF method
Type 1 폰트를 TrueType으로 변환합니다. 변환된 TTF 폰트의 이름은 입력 Type 1 폰트와 동일하며 “.ttf” 확장자를 가집니다. TTF 파일은 지정된 출력 디렉터리에 저장됩니다.
void Aspose::Page::EPS::PsDocument::ConvertType1FontToTTF(System::String type1FontFilePath, System::String outputDir)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type1FontFilePath | System::String | Type 1 글꼴 파일 경로. |
| outputDir | System::String | 결과 TrueType 폰트를 저장할 출력 디렉터리입니다. |
또 보기
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++