Qt 4.8
Public Functions | Public Variables | List of all members
QFontEngine::KernPair Struct Reference

#include <qfontengine_p.h>

Public Functions

bool operator< (const KernPair &other) const
 

Public Variables

QFixed adjust
 
uint left_right
 

Detailed Description

Definition at line 263 of file qfontengine_p.h.

Functions

◆ operator<()

bool QFontEngine::KernPair::operator< ( const KernPair other) const
inline

Definition at line 267 of file qfontengine_p.h.

268  {
269  return left_right < other.left_right;
270  }

Properties

◆ adjust

QFixed QFontEngine::KernPair::adjust

Definition at line 265 of file qfontengine_p.h.

Referenced by kerning(), and QFontEngine::loadKerningPairs().

◆ left_right

uint QFontEngine::KernPair::left_right

Definition at line 264 of file qfontengine_p.h.

Referenced by QFontEngine::loadKerningPairs(), and operator<().


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