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_p.h File Reference

(1593b1f6d610ce9bdb9dff4104f7f447e03a9585)

#include <QtGui/private/qtguiglobal_p.h>
#include "QtCore/qatomic.h"
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qhashfunctions.h>
#include "private/qtextengine_p.h"
#include "private/qfont_p.h"
+ Include dependency graph for qfontengine_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QFontEngine
 
struct  QFontEngine::Glyph
 
struct  QFontEngine::Properties
 
struct  QFontEngine::FaceId
 
class  QFontEngine::Holder
 
struct  QFontEngine::FaceData
 
struct  QFontEngine::KernPair
 
class  QFontEngineBox
 
class  QFontEngineMulti
 
class  QTestFontEngine
 

Typedefs

typedef void(* qt_destroy_func_t) (void *user_data)
 
typedef bool(* qt_get_font_table_func_t) (void *user_data, uint tag, uchar *buffer, uint *length)
 

Enumerations

enum  HB_Compat_Error {
  Err_Ok = 0x0000 , Err_Not_Covered = 0xFFFF , Err_Invalid_Argument = 0x1A66 , Err_Invalid_SubTable_Format = 0x157F ,
  Err_Invalid_SubTable = 0x1570
}
 

Functions

 Q_DECLARE_TYPEINFO (QFontEngine::KernPair, Q_PRIMITIVE_TYPE)
 
bool operator== (const QFontEngine::FaceId &f1, const QFontEngine::FaceId &f2)
 
size_t qHash (const QFontEngine::FaceId &f, size_t seed=0) noexcept(noexcept(qHash(f.filename)))
 

Typedef Documentation

◆ qt_destroy_func_t

typedef void(* qt_destroy_func_t) (void *user_data)

Definition at line 41 of file qfontengine_p.h.

◆ qt_get_font_table_func_t

typedef bool(* qt_get_font_table_func_t) (void *user_data, uint tag, uchar *buffer, uint *length)

Definition at line 42 of file qfontengine_p.h.

Enumeration Type Documentation

◆ HB_Compat_Error

Enumerator
Err_Ok 
Err_Not_Covered 
Err_Invalid_Argument 
Err_Invalid_SubTable_Format 
Err_Invalid_SubTable 

Definition at line 33 of file qfontengine_p.h.

Function Documentation

◆ operator==()

bool operator== ( const QFontEngine::FaceId & f1,
const QFontEngine::FaceId & f2 )
inline

Definition at line 377 of file qfontengine_p.h.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QFontEngine::KernPair ,
Q_PRIMITIVE_TYPE  )

◆ qHash()

size_t qHash ( const QFontEngine::FaceId & f,
size_t seed = 0 )
inlinenoexcept

Definition at line 387 of file qfontengine_p.h.

References qHashMulti(), and seed.

+ Here is the call graph for this function: