[PyQt] QScintilla problems.

Barry Scott barry at barrys-emacs.org
Sun Aug 18 19:30:19 BST 2019


A non-text attachment was scrubbed...
Name: qsci_bug.py
Type: text/x-python-script
Size: 1865 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190818/ce6b3cff/attachment-0001.bin>
-------------- next part --------------


The attached code shows two problems with QScintilla.

1. SCI_STYLEGETFONT does not return the font.
2. Changing the size to 24pt makes line spacing be 24pt but the text is drawn in 11pt.

(1) looks likes a bug.
(2) may be that I do not understand something about how to drive the API.
What makes Scintilla use the changed settings.

(3) Changing the font does not seem to work either.

What am I misunderstanding?

Barry





More information about the PyQt mailing list