Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs 메서드
내용물
[
숨다
]PageAPI::InsertGlyphs(int32_t, System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method
index 위치에 새로운 글리프를 페이지에 삽입합니다.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 새 글리프를 삽입해야 하는 위치. |
| font | System::SharedPtr<XpsModel::XpsFont> | Font 리소스. |
| fontSize | float | Font 크기. |
| originX | float | Glyphs 원점 X 좌표. |
| originY | float | Glyphs 원점 Y 좌표. |
| unicodeString | System::String | 출력할 문자열. |
ReturnValue
삽입된 글리프.
또 보기
- Typedef SharedPtr
- Class XpsGlyphs
- Class XpsFont
- Class String
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method
index 위치에 새로운 글리프를 페이지에 삽입합니다.
System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 새 글리프를 삽입해야 하는 위치. |
| fontFamily | System::String | Font 패밀리. |
| fontSize | 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 PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++