Aspose::Page::XPS::XpsDocument::CreateGlyphs μέθοδος

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

Δημιουργεί νέα glyphs.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
ParameterTypeΠεριγραφή
fontSystem::SharedPtr<XpsModel::XpsFont>Font πόρος.
fontRenderingEmSizefloatFont μέγεθος.
originXfloatΣυντεταγμένη X προέλευσης γλύφων.
originYfloatΣυντεταγμένη Y προέλευσης γλύφων.
unicodeStringSystem::StringΣυμβολοσειρά για εκτύπωση.

ReturnValue

Νέα γλύφα.

Δείτε επίσης

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

Δημιουργεί νέα glyphs.

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeΠεριγραφή
fontFamilySystem::StringFont οικογένεια.
fontRenderingEmSizefloatFont μέγεθος.
fontStyleSystem::Drawing::FontStyleFont στυλ.
originXfloatΣυντεταγμένη X προέλευσης γλύφων.
originYfloatΣυντεταγμένη Y προέλευσης γλύφων.
unicodeStringSystem::StringΣυμβολοσειρά για εκτύπωση.

ReturnValue

Νέα γλύφα.

Δείτε επίσης