Aspose::Page::XPS::XpsDocument::CreateGlyphs 메서드

XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

새 글리프를 생성합니다.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
매개변수형식설명
fontSystem::SharedPtr<XpsModel::XpsFont>Font 리소스.
fontRenderingEmSizefloatFont 크기.
originXfloatGlyphs 원점 X 좌표.
originYfloatGlyphs 원점 Y 좌표.
unicodeStringSystem::String출력할 문자열.

ReturnValue

새로운 글리프.

또 보기

XpsDocument::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method

새 글리프를 생성합니다.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
매개변수형식설명
fontFamilySystem::StringFont 패밀리.
fontRenderingEmSizefloatFont 크기.
fontStyleSystem::Drawing::FontStyleFont 스타일.
originXfloatGlyphs 원점 X 좌표.
originYfloatGlyphs 원점 Y 좌표.
unicodeStringSystem::String출력할 문자열.

ReturnValue

새로운 글리프.

또 보기