Aspose::Page::XPS::XpsDocument::AddGlyphs méthode

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

Ajoute de nouveaux glyphes à la page active.

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

Glyphes ajoutés.

Voir aussi

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

Ajoute de nouveaux glyphes à la page active.

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

Glyphes ajoutés.

Voir aussi