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

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

Skapar nya 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)
ParameterTypeBeskrivning
fontSystem::SharedPtr<XpsModel::XpsFont>Font resurs.
fontRenderingEmSizefloatFont storlek.
originXfloatGlyphs ursprung X-koordinat.
originYfloatGlyphs ursprung Y-koordinat.
unicodeStringSystem::StringSträng som ska skrivas ut.

ReturnValue

Nya glyfer.

Se även

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

Skapar nya 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)
ParameterTypeBeskrivning
fontFamilySystem::StringFont familj.
fontRenderingEmSizefloatFont storlek.
fontStyleSystem::Drawing::FontStyleFont stil.
originXfloatGlyphs ursprung X-koordinat.
originYfloatGlyphs ursprung Y-koordinat.
unicodeStringSystem::StringSträng som ska skrivas ut.

ReturnValue

Nya glyfer.

Se även