Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs yöntemi

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

Yeni glyphs oluşturur.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
ParameterTypeAçıklama
fontSystem::SharedPtr<XpsModel::XpsFont>Font kaynağı.
fontRenderingEmSizefloatFont boyutu.
originXfloatGliflerin X koordinatı.
originYfloatGliflerin Y koordinatı.
unicodeStringSystem::StringYazdırılacak dize.

ReturnValue

Yeni glifler.

Ayrıca Bakınız

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

Yeni glyphs oluşturur.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeAçıklama
fontFamilySystem::StringFont ailesi.
fontRenderingEmSizefloatFont boyutu.
fontStyleSystem::Drawing::FontStyleFont stili.
originXfloatGliflerin X koordinatı.
originYfloatGliflerin Y koordinatı.
unicodeStringSystem::StringYazdırılacak dize.

ReturnValue

Yeni glifler.

Ayrıca Bakınız