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

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

Erstellt neue 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)
ParameterTypBeschreibung
fontSystem::SharedPtr<XpsModel::XpsFont>Font Ressource.
fontRenderingEmSizefloatFont Größe.
originXfloatGlyphen Ursprung X-Koordinate.
originYfloatGlyphen Ursprung Y-Koordinate.
unicodeStringSystem::StringString, der gedruckt werden soll.

ReturnValue

Neue Glyphen.

Siehe auch

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

Erstellt neue 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)
ParameterTypBeschreibung
fontFamilySystem::StringFont Familie.
fontRenderingEmSizefloatFont Größe.
fontStyleSystem::Drawing::FontStyleFont Stil.
originXfloatGlyphen Ursprung X-Koordinate.
originYfloatGlyphen Ursprung Y-Koordinate.
unicodeStringSystem::StringString, der gedruckt werden soll.

ReturnValue

Neue Glyphen.

Siehe auch