mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
oops, mark QFontEngine::addOutlineToPath() as virtual
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1024c78194
commit
9eccf7098b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public:
|
||||||
void getGlyphPositions(const QGlyphLayout &glyphs, const QTransform &matrix, QTextItem::RenderFlags flags,
|
void getGlyphPositions(const QGlyphLayout &glyphs, const QTransform &matrix, QTextItem::RenderFlags flags,
|
||||||
QVarLengthArray<glyph_t> &glyphs_out, QVarLengthArray<QFixedPoint> &positions);
|
QVarLengthArray<glyph_t> &glyphs_out, QVarLengthArray<QFixedPoint> &positions);
|
||||||
|
|
||||||
void addOutlineToPath(qreal, qreal, const QGlyphLayout &, QPainterPath *, QTextItem::RenderFlags flags);
|
virtual void addOutlineToPath(qreal, qreal, const QGlyphLayout &, QPainterPath *, QTextItem::RenderFlags flags);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a qimage for the glyph.
|
* Create a qimage for the glyph.
|
||||||
|
|
Loading…
Add table
Reference in a new issue