Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGDistanceFieldGlyphCache::GlyphData Struct Reference

#include <qsgadaptationlayer_p.h>

Collaboration diagram for QSGDistanceFieldGlyphCache::GlyphData:

Public Member Functions

 GlyphData ()

Public Attributes

Texturetexture = nullptr
TexCoord texCoord
QRectF boundingRect
QPainterPath path
quint32 ref = 0

Detailed Description

Definition at line 487 of file qsgadaptationlayer_p.h.

Constructor & Destructor Documentation

◆ GlyphData()

QSGDistanceFieldGlyphCache::GlyphData::GlyphData ( )
inline

Definition at line 494 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ boundingRect

QRectF QSGDistanceFieldGlyphCache::GlyphData::boundingRect

Definition at line 490 of file qsgadaptationlayer_p.h.

◆ path

QPainterPath QSGDistanceFieldGlyphCache::GlyphData::path

Definition at line 491 of file qsgadaptationlayer_p.h.

◆ ref

quint32 QSGDistanceFieldGlyphCache::GlyphData::ref = 0

Definition at line 492 of file qsgadaptationlayer_p.h.

◆ texCoord

TexCoord QSGDistanceFieldGlyphCache::GlyphData::texCoord

Definition at line 489 of file qsgadaptationlayer_p.h.

◆ texture

Texture* QSGDistanceFieldGlyphCache::GlyphData::texture = nullptr

Definition at line 488 of file qsgadaptationlayer_p.h.


The documentation for this struct was generated from the following file: