src/eric7/QScintilla/Exporters/ExporterPDF.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> 11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
12 12
13 from PyQt6.QtGui import QFontInfo 13 from PyQt6.QtGui import QFontInfo
14 from PyQt6.Qsci import QsciScintilla 14 from PyQt6.Qsci import QsciScintilla
15 15
16 from EricWidgets import EricMessageBox 16 from eric7.EricWidgets import EricMessageBox
17 from EricGui.EricOverrideCursor import EricOverrideCursor 17 from eric7.EricGui.EricOverrideCursor import EricOverrideCursor
18 18
19 from .ExporterBase import ExporterBase 19 from .ExporterBase import ExporterBase
20 20
21 import Preferences 21 from eric7 import Preferences
22 22
23 PDF_FONT_DEFAULT = 1 # Helvetica 23 PDF_FONT_DEFAULT = 1 # Helvetica
24 PDF_FONTSIZE_DEFAULT = 10 24 PDF_FONTSIZE_DEFAULT = 10
25 PDF_SPACING_DEFAULT = 1.2 25 PDF_SPACING_DEFAULT = 1.2
26 PDF_MARGIN_DEFAULT = 72 # 1.0" 26 PDF_MARGIN_DEFAULT = 72 # 1.0"

eric ide

mercurial