Home
last modified time | relevance | path

Searched refs:annotOutDev (Results 1 – 1 of 1) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pdf/
H A Dslaoutput.cpp703 AnoOutputDev *annotOutDev = new AnoOutputDev(m_doc, m_importedColors); local
704 …Gfx *gfx = new Gfx(pdfDoc, annotOutDev, pdfDoc->getPage(m_actPage)->getResourceDict(), annota->get…
707 m_currColorFill = annotOutDev->currColorFill;
709 m_currColorStroke = annotOutDev->currColorStroke;
710 m_currColorText = annotOutDev->currColorText;
711 fontSize = annotOutDev->fontSize;
712 fontName = UnicodeParsedString(annotOutDev->fontName);
713 itemText = UnicodeParsedString(annotOutDev->itemText);
715 delete annotOutDev;