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

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

Crée de nouveaux 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)
ParamètreTypeDescription
fontSystem::SharedPtr<XpsModel::XpsFont>Font ressource.
fontRenderingEmSizefloatFont taille.
originXfloatCoordonnée X d’origine des glyphes.
originYfloatCoordonnée Y d’origine des glyphes.
unicodeStringSystem::StringChaîne à imprimer.

ReturnValue

Nouveaux glyphes.

Voir aussi

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

Crée de nouveaux 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)
ParamètreTypeDescription
fontFamilySystem::StringFont famille.
fontRenderingEmSizefloatFont taille.
fontStyleSystem::Drawing::FontStyleFont style.
originXfloatCoordonnée X d’origine des glyphes.
originYfloatCoordonnée Y d’origine des glyphes.
unicodeStringSystem::StringChaîne à imprimer.

ReturnValue

Nouveaux glyphes.

Voir aussi