Aspose::Page::XPS::XpsDocument::AddGlyphs 메서드
내용물
[
숨다
]XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
활성 페이지에 새 글리프를 추가합니다.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::AddGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| font | System::SharedPtr<XpsModel::XpsFont> | Font 리소스. |
| fontRenderingEmSize | float | Font 크기. |
| originX | float | Glyphs 원점 X 좌표. |
| originY | float | Glyphs 원점 Y 좌표. |
| unicodeString | System::String | 출력할 문자열. |
ReturnValue
추가된 글리프.
또 보기
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method
활성 페이지에 새 글리프를 추가합니다.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::AddGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| fontFamily | System::String | Font 패밀리. |
| fontRenderingEmSize | float | Font 크기. |
| fontStyle | System::Drawing::FontStyle | Font 스타일. |
| originX | float | Glyphs 원점 X 좌표. |
| originY | float | Glyphs 원점 Y 좌표. |
| unicodeString | System::String | 출력할 문자열. |
ReturnValue
추가된 글리프.
또 보기
- Typedef SharedPtr
- Class XpsGlyphs
- Class String
- Enum FontStyle
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++