Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs method

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

Sayfaya yeni glyphs ekler.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs(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

Eklenen glifler.

Ayrıca Bakınız

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

Sayfaya yeni glyphs ekler.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddGlyphs(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

Eklenen glifler.

Ayrıca Bakınız