Definition at line 77 of file qfontengine_mac.mm.
◆ QMacFontPath()
QMacFontPath::QMacFontPath |
( |
float |
_x, |
|
|
float |
_y, |
|
|
QPainterPath * |
_path |
|
) |
| |
|
inline |
◆ advance()
void QMacFontPath::advance |
( |
float |
_x | ) |
|
|
inline |
◆ closePath()
OSStatus QMacFontPath::closePath |
( |
void * |
data | ) |
|
|
static |
Definition at line 118 of file qfontengine_mac.mm.
Referenced by addGlyphsToPathHelper(), and advance().
void closeSubpath()
Closes the current subpath by drawing a line to the beginning of the subpath, automatically starting ...
static const char * data(const QByteArray &arr)
◆ cubicTo()
OSStatus QMacFontPath::cubicTo |
( |
const Float32Point * |
cp1, |
|
|
const Float32Point * |
cp2, |
|
|
const Float32Point * |
ep, |
|
|
void * |
data |
|
) |
| |
|
static |
Definition at line 100 of file qfontengine_mac.mm.
Referenced by addGlyphsToPathHelper(), and advance().
106 p->
x + cp2->x, p->
y + cp2->y,
107 p->
x + ep->x, p->
y + ep->y);
static const char * data(const QByteArray &arr)
void cubicTo(const QPointF &ctrlPt1, const QPointF &ctrlPt2, const QPointF &endPt)
Adds a cubic Bezier curve between the current position and the given endPoint using the control point...
◆ lineTo()
OSStatus QMacFontPath::lineTo |
( |
const Float32Point * |
pt, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ moveTo()
OSStatus QMacFontPath::moveTo |
( |
const Float32Point * |
pt, |
|
|
void * |
data |
|
) |
| |
|
static |
Definition at line 111 of file qfontengine_mac.mm.
Referenced by addGlyphsToPathHelper(), and advance().
void moveTo(const QPointF &p)
Moves the current point to the given point, implicitly starting a new subpath and closing the previou...
static const char * data(const QByteArray &arr)
◆ setPosition()
void QMacFontPath::setPosition |
( |
float |
_x, |
|
|
float |
_y |
|
) |
| |
|
inline |
◆ path
The documentation for this class was generated from the following file: