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

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

Insère de nouveaux glyphes dans la page active à la position index .

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
ParamètreTypeDescription
indiceint32_tPosition à laquelle de nouveaux glyphes doivent être insérés.
fontSystem::SharedPtr<XpsModel::XpsFont>Font ressource.
fontSizefloatFont taille.
originXfloatCoordonnée X d’origine des glyphes.
originYfloatCoordonnée Y d’origine des glyphes.
unicodeStringSystem::StringChaîne à imprimer.

ReturnValue

Glyphes insérés.

Voir aussi

XpsDocument::InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) method

Insère de nouveaux glyphes dans la page active à la position index .

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParamètreTypeDescription
indiceint32_tPosition à laquelle de nouveaux glyphes doivent être insérés.
fontFamilySystem::StringFont famille.
fontSizefloatFont 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 insérés.

Voir aussi