Preview fonts not working #851
Unanswered
bobhairgrove
asked this question in
Q&A
Replies: 1 comment
-
Now I tried it again. I can see the preview font change, but only if the font family has no spaces in the name. It must be a problem with quoting the font family (or lack of it) going on somewhere. Export to HTML or PDF also does not reflect the fonts chosen, even if there are no spaces in the name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link to previous thread I opened in "General": #850
Apparently, when
AppSettings::setPreviewTextFont()
is called by the preview options dialog, a signalpreviewTextFontChanged()
is emitted (file "appsettings.cpp", line 228).However, searching within Qt Creator for connections involving this signal, I could not find any slot connected to this signal, nor to the corresponding signal
previewCodeFontChanged()
.Presumably, this is why nothing happens when the preview options are changed?
Beta Was this translation helpful? Give feedback.
All reactions