Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateGlyphs methode

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

Maakt nieuwe glyphs.

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)
ParameterTypeBeschrijving
fontSystem::SharedPtr<XpsModel::XpsFont>Font bron.
fontRenderingEmSizefloatFont grootte.
originXfloatGlyphs oorsprong X-coördinaat.
originYfloatGlyphs oorsprong Y-coördinaat.
unicodeStringSystem::StringTe afdrukken tekenreeks.

ReturnValue

Nieuwe glyphs.

Zie ook

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

Maakt nieuwe glyphs.

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)
ParameterTypeBeschrijving
fontFamilySystem::StringFont familie.
fontRenderingEmSizefloatFont grootte.
fontStyleSystem::Drawing::FontStyleFont stijl.
originXfloatGlyphs oorsprong X-coördinaat.
originYfloatGlyphs oorsprong Y-coördinaat.
unicodeStringSystem::StringTe afdrukken tekenreeks.

ReturnValue

Nieuwe glyphs.

Zie ook