Skip to content

Instantly share code, notes, and snippets.

@Kiwi
Created February 9, 2020 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiwi/86c1b0a20b19633dacd88c77dd6ba444 to your computer and use it in GitHub Desktop.
Save Kiwi/86c1b0a20b19633dacd88c77dd6ba444 to your computer and use it in GitHub Desktop.
scribusUnstable
void SlaOutputDev::startDoc(PDFDoc *doc, XRef *xrefA, Catalog *catA)
{
xref = xrefA;
catalog = catA;
pdfDoc = doc;
updateGUICounter = 0;
m_fontEngine = new SplashFontEngine(
#if HAVE_T1LIB_H
globalParams->getEnableT1lib(),
#endif
#if HAVE_FREETYPE_H
globalParams->getEnableFreeType(),
true,
true,
#endif
true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment