4#ifndef QSGDEFAULTGLYPHNODE_P_H
5#define QSGDEFAULTGLYPHNODE_P_H
18#include <private/qsgadaptationlayer_p.h>
19#include <private/qsgbasicglyphnode_p.h>
36 enum DefaultGlyphNodeType {
41 void setGlyphNodeType(DefaultGlyphNodeType
type) { m_glyphNodeType =
type; }
44 DefaultGlyphNodeType m_glyphNodeType;
52 uint m_dirtyGeometry: 1;
The QColor class provides colors based on RGB, HSV or CMYK values.
The QGlyphRun class provides direct access to the internal glyphs in a font.
\inmodule QtCore\reentrant
void setMaterialColor(const QColor &color) override
void setPreferredAntialiasingMode(AntialiasingMode) override
void setGlyphs(const QPointF &position, const QGlyphRun &glyphs) override
void preprocess() override
Override this function to do processing on the node before it is rendered.
Combined button and popup list for selecting options.
static qreal position(const QQuickItem *item, QQuickAnchors::Anchor anchorLine)