Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs μέθοδος

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

Εισάγει νέα glyphs στη σελίδα στη θέση index.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::SharedPtr<XpsModel::XpsFont> font, float fontSize, float originX, float originY, System::String unicodeString)
ParameterTypeΠεριγραφή
δείκτηςint32_tΘέση στην οποία πρέπει να εισαχθούν νέες γλύφες.
fontSystem::SharedPtr<XpsModel::XpsFont>Font πόρος.
fontSizefloatFont μέγεθος.
originXfloatΣυντεταγμένη X προέλευσης γλύφων.
originYfloatΣυντεταγμένη Y προέλευσης γλύφων.
unicodeStringSystem::StringΣυμβολοσειρά για εκτύπωση.

ReturnValue

Εισαχθείσες γλύφες.

Δείτε επίσης

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

Εισάγει νέα glyphs στη σελίδα στη θέση index.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeΠεριγραφή
δείκτηςint32_tΘέση στην οποία πρέπει να εισαχθούν νέες γλύφες.
fontFamilySystem::StringFont οικογένεια.
fontSizefloatFont μέγεθος.
fontStyleSystem::Drawing::FontStyleFont στυλ.
originXfloatΣυντεταγμένη X προέλευσης γλύφων.
originYfloatΣυντεταγμένη Y προέλευσης γλύφων.
unicodeStringSystem::StringΣυμβολοσειρά για εκτύπωση.

ReturnValue

Εισαχθείσες γλύφες.

Δείτε επίσης