Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ConvertPathInfo Struct Reference
+ Collaboration diagram for ConvertPathInfo:

Public Member Functions

 ConvertPathInfo (QPainterPath *newPath, const QPointF &newPos, qreal newStretch=1.0)
 

Public Attributes

QPainterPathpath
 
QPointF pos
 
qreal stretch
 

Detailed Description

Definition at line 435 of file qfontengine_coretext.mm.

Constructor & Destructor Documentation

◆ ConvertPathInfo()

ConvertPathInfo::ConvertPathInfo ( QPainterPath * newPath,
const QPointF & newPos,
qreal newStretch = 1.0 )
inline

Definition at line 437 of file qfontengine_coretext.mm.

Member Data Documentation

◆ path

QPainterPath* ConvertPathInfo::path

Definition at line 439 of file qfontengine_coretext.mm.

Referenced by convertCGPathToQPainterPath().

◆ pos

QPointF ConvertPathInfo::pos

Definition at line 440 of file qfontengine_coretext.mm.

◆ stretch

qreal ConvertPathInfo::stretch

Definition at line 441 of file qfontengine_coretext.mm.


The documentation for this struct was generated from the following file: