Qt 6.x
The Qt SDK
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 426 of file qfontengine_coretext.mm.

Constructor & Destructor Documentation

◆ ConvertPathInfo()

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

Definition at line 428 of file qfontengine_coretext.mm.

Member Data Documentation

◆ path

QPainterPath* ConvertPathInfo::path

Definition at line 430 of file qfontengine_coretext.mm.

Referenced by convertCGPathToQPainterPath().

◆ pos

QPointF ConvertPathInfo::pos

Definition at line 431 of file qfontengine_coretext.mm.

Referenced by convertCGPathToQPainterPath().

◆ stretch

qreal ConvertPathInfo::stretch

Definition at line 432 of file qfontengine_coretext.mm.

Referenced by convertCGPathToQPainterPath().


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