src/eric7/QScintilla/Exporters/ExporterHTML.py

branch
eric7
changeset 10180
3a595df36c9a
parent 9653
e67609152c5e
child 10331
c1a2ff7e3575
equal deleted inserted replaced
10179:c2125fcab4b8 10180:3a595df36c9a
192 if wysiwyg: 192 if wysiwyg:
193 html += " font-size: {0:d}pt;\n".format( 193 html += " font-size: {0:d}pt;\n".format(
194 QFontInfo(font).pointSize() 194 QFontInfo(font).pointSize()
195 ) 195 )
196 html += "}\n" 196 html += "}\n"
197 # __IGNORE_WARNING_Y113__
198 else: 197 else:
199 styleIsUsed[istyle] = False 198 styleIsUsed[istyle] = False
200 istyle += 1 199 istyle += 1
201 else: 200 else:
202 colour = self.editor.color() 201 colour = self.editor.color()

eric ide

mercurial