Qt 4.8
Public Functions | Public Variables | List of all members
QFontEngineFT::GlyphAndSubPixelPosition Struct Reference

#include <qfontengine_ft_p.h>

Public Functions

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

Public Variables

glyph_t glyph
 
QFixed subPixelPosition
 

Detailed Description

Definition at line 173 of file qfontengine_ft_p.h.

Constructors and Destructors

◆ GlyphAndSubPixelPosition()

QFontEngineFT::GlyphAndSubPixelPosition::GlyphAndSubPixelPosition ( glyph_t  g,
QFixed  spp 
)
inline

Functions

◆ operator==()

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

Definition at line 177 of file qfontengine_ft_p.h.

178  {
179  return glyph == other.glyph && subPixelPosition == other.subPixelPosition;
180  }

Properties

◆ glyph

glyph_t QFontEngineFT::GlyphAndSubPixelPosition::glyph

Definition at line 182 of file qfontengine_ft_p.h.

Referenced by operator==(), and qHash().

◆ subPixelPosition

QFixed QFontEngineFT::GlyphAndSubPixelPosition::subPixelPosition

Definition at line 183 of file qfontengine_ft_p.h.

Referenced by operator==(), and qHash().


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