Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs metod

XpsCanvas::InsertGlyphs method

Infogar nya glyphs i den här canvasens barnlista på index position.

System::SharedPtr<XpsGlyphs> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertGlyphs(int32_t index, System::String fontFamily, float fontSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
ParameterTypeBeskrivning
indexint32_tPosition där nya glyfer ska infogas.
fontFamilySystem::StringFont familj.
fontSizefloatFont storlek.
fontStyleSystem::Drawing::FontStyleFont stil.
originXfloatGlyphs ursprung X-koordinat.
originYfloatGlyfer ursprungs‑T‑koordinat.
unicodeStringSystem::StringSträng som ska skrivas ut.

ReturnValue

Tillagda glyfer.

Se även