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

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

Crea nuovi 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)
ParametroTipoDescrizione
fontSystem::SharedPtr<XpsModel::XpsFont>Font risorsa.
fontRenderingEmSizefloatFont dimensione.
originXfloatCoordinata X di origine dei glifi.
originYfloatCoordinata Y di origine dei glifi.
unicodeStringSystem::StringStringa da stampare.

ReturnValue

Nuovi glifi.

Vedi anche

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

Crea nuovi 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)
ParametroTipoDescrizione
fontFamilySystem::StringFont famiglia.
fontRenderingEmSizefloatFont dimensione.
fontStyleSystem::Drawing::FontStyleFont stile.
originXfloatCoordinata X di origine dei glifi.
originYfloatCoordinata Y di origine dei glifi.
unicodeStringSystem::StringStringa da stampare.

ReturnValue

Nuovi glifi.

Vedi anche