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
QFontEngine::KernPair Struct Reference

#include <qfontengine_p.h>

+ Collaboration diagram for QFontEngine::KernPair:

Public Member Functions

bool operator< (const KernPair &other) const
 

Public Attributes

uint left_right
 
QFixed adjust
 

Detailed Description

Definition at line 323 of file qfontengine_p.h.

Member Function Documentation

◆ operator<()

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

Definition at line 327 of file qfontengine_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ adjust

QFixed QFontEngine::KernPair::adjust

Definition at line 325 of file qfontengine_p.h.

Referenced by kerning().

◆ left_right

uint QFontEngine::KernPair::left_right

Definition at line 324 of file qfontengine_p.h.

Referenced by QFontEngine::loadKerningPairs().


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