Drop modularization leftovers
Change-Id: I39c9e1fa44993fc024fed9309bea0da6f4534592 Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>
This commit is contained in:
parent
1add31da9e
commit
2dd445a25a
@ -57,7 +57,6 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QRawFontPrivate;
|
|
||||||
class QCoreTextFontEngine : public QFontEngine
|
class QCoreTextFontEngine : public QFontEngine
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -127,8 +126,6 @@ public:
|
|||||||
static int antialiasingThreshold;
|
static int antialiasingThreshold;
|
||||||
static QFontEngine::GlyphFormat defaultGlyphFormat;
|
static QFontEngine::GlyphFormat defaultGlyphFormat;
|
||||||
private:
|
private:
|
||||||
friend class QRawFontPrivate;
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
QImage imageForGlyph(glyph_t glyph, QFixed subPixelPosition, bool colorful, const QTransform &m);
|
QImage imageForGlyph(glyph_t glyph, QFixed subPixelPosition, bool colorful, const QTransform &m);
|
||||||
CTFontRef ctfont;
|
CTFontRef ctfont;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user