Home > other >  How to use Qt QPainter QFont realize font special effects, such as hollow font?
How to use Qt QPainter QFont realize font special effects, such as hollow font?

Time:11-20

Checked the QPainter, QFont document, if there is no such entry, want to know is how to achieve? Is the need to install special font? Thank you very much!

CodePudding user response:

Obviously needs!

CodePudding user response:

Can use the FreeType analytical writing outline and then draw it

CodePudding user response:

QPen using setWidth parameters can be achieved, can also use QPainterPathStroker class implements
  • Related