Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a Qt function that will return the X/Y coordinates of the points on the perimeter of a glyph? In Windows, the following API calls return an array points, like a "connect-the-dots":
BeginPath TextOut EndPath FlattenPath GetPath
What is the Qt equivalent?