Looking for a public alternative to QFontEngine::addOutlineToPath
Unsolved
General and Desktop
-
I want to get a glyph path from a font. QFontEngine::addOutlineToPath is exactly what I need, but it's private. Does Qt have a public alternative for it?
-
Hi,
At your own risk but you can enable the use of private APIs.
For example
QT += gui-private
.