Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs 메서드

XpsCanvas::InsertGlyphs method

이 캔버스의 자식 목록에 index 위치에 새 글리프를 삽입합니다.

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
매개변수형식설명
indexint32_t새 글리프를 삽입해야 하는 위치.
fontFamilySystem::StringFont 패밀리.
fontSizefloatFont 크기.
fontStyleSystem::Drawing::FontStyleFont 스타일.
originXfloatGlyphs 원점 X 좌표.
originYfloat글리프 원점 T 좌표.
unicodeStringSystem::String출력할 문자열.

ReturnValue

추가된 글리프.

또 보기