Removed unused distance field functions.
They are not needed anymore since 5971e091 and 184e27c0 have been integrated. Change-Id: Id611f1432a010f3c2af86951e1c79cb8fc73f9e4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
parent
ddbcf78308
commit
295977e77f
@ -137,12 +137,6 @@ private:
|
||||
friend class QDistanceFieldData;
|
||||
};
|
||||
|
||||
|
||||
inline QImage Q_GUI_EXPORT qt_renderDistanceFieldGlyph(const QRawFont &f, glyph_t g, bool d)
|
||||
{ return QDistanceField(f, g, d).toImage(QImage::Format_Indexed8); }
|
||||
inline QImage Q_GUI_EXPORT qt_renderDistanceFieldGlyph(QFontEngine *fe, glyph_t g, bool d)
|
||||
{ return QDistanceField(fe, g, d).toImage(QImage::Format_Indexed8); }
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QDISTANCEFIELD_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user