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

#include <qfontengine_ft_p.h>

+ Collaboration diagram for QFontEngineFT::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 112 of file qfontengine_ft_p.h.

Constructor & Destructor Documentation

◆ GlyphAndSubPixelPosition()

QFontEngineFT::GlyphAndSubPixelPosition::GlyphAndSubPixelPosition ( glyph_t g,
const QFixedPoint spp )
inline

Definition at line 114 of file qfontengine_ft_p.h.

Member Function Documentation

◆ operator==()

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

Definition at line 116 of file qfontengine_ft_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ glyph

glyph_t QFontEngineFT::GlyphAndSubPixelPosition::glyph

Definition at line 121 of file qfontengine_ft_p.h.

◆ subPixelPosition

QFixedPoint QFontEngineFT::GlyphAndSubPixelPosition::subPixelPosition

Definition at line 122 of file qfontengine_ft_p.h.


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