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
QTextureGlyphCache::GlyphAndSubPixelPosition Struct Reference

#include <qtextureglyphcache_p.h>

Collaboration diagram for QTextureGlyphCache::GlyphAndSubPixelPosition:

Public Member Functions

 GlyphAndSubPixelPosition (glyph_t g, const QFixedPoint &spp)
bool operator== (const GlyphAndSubPixelPosition &other) const

Public Attributes

glyph_t glyph
QFixedPoint subPixelPosition

Detailed Description

Definition at line 48 of file qtextureglyphcache_p.h.

Constructor & Destructor Documentation

◆ GlyphAndSubPixelPosition()

QTextureGlyphCache::GlyphAndSubPixelPosition::GlyphAndSubPixelPosition ( glyph_t g,
const QFixedPoint & spp )
inline

Definition at line 50 of file qtextureglyphcache_p.h.

Member Function Documentation

◆ operator==()

bool QTextureGlyphCache::GlyphAndSubPixelPosition::operator== ( const GlyphAndSubPixelPosition & other) const
inline

Definition at line 53 of file qtextureglyphcache_p.h.

Member Data Documentation

◆ glyph

glyph_t QTextureGlyphCache::GlyphAndSubPixelPosition::glyph

Definition at line 58 of file qtextureglyphcache_p.h.

◆ subPixelPosition

QFixedPoint QTextureGlyphCache::GlyphAndSubPixelPosition::subPixelPosition

Definition at line 59 of file qtextureglyphcache_p.h.


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