QWebView problem rendering embedded fonts
Posted
by user313724
on Stack Overflow
See other posts from Stack Overflow
or by user313724
Published on 2010-04-11T01:09:21Z
Indexed on
2010/04/11
1:13 UTC
Read the original article
Hit count: 550
qwebview
|embedded-fonts
Hi,
I'm trying to render a web page, in QT 4.5, that uses an embedded font. Most of the time this works as expected. Unfortunately, sometimes I get really weird behaviour.
The font is rendered - apparently - off-by-one. For instance the text:
"By" woukd appear as "Cz"
Has anyone run into this before? And - more importantly - knows how to fix this?
© Stack Overflow or respective owner