Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 483 of file qsgadaptationlayer_p.h.

Constructor & Destructor Documentation

◆ GlyphData()

QSGDistanceFieldGlyphCache::GlyphData::GlyphData ( )
inline

Definition at line 490 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ boundingRect

QRectF QSGDistanceFieldGlyphCache::GlyphData::boundingRect

◆ path

QPainterPath QSGDistanceFieldGlyphCache::GlyphData::path

Definition at line 487 of file qsgadaptationlayer_p.h.

◆ ref

quint32 QSGDistanceFieldGlyphCache::GlyphData::ref = 0

Definition at line 488 of file qsgadaptationlayer_p.h.

◆ texCoord

TexCoord QSGDistanceFieldGlyphCache::GlyphData::texCoord

◆ texture

Texture* QSGDistanceFieldGlyphCache::GlyphData::texture = nullptr

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