QAbstractFontEngine::GlyphMetrics Struct Reference


Detailed Description

Definition at line 150 of file qabstractfontengine_qws.h.

#include <qabstractfontengine_qws.h>

List of all members.

Public Member Functions

  GlyphMetrics ()

Public Attributes

Fixed  x
Fixed  y
Fixed  width
Fixed  height
Fixed  advance

Constructor & Destructor Documentation

GlyphMetrics ( ) [inline]

Definition at line 152 of file qabstractfontengine_qws.h.

            : x(0), y(0), width(0), height(0),
              advance(0) {}

Member Data Documentation


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