#include <qplatformdefs.h>
#include <qdatetime.h>
#include <qpaintdevicemetrics.h>
#include "qt_x11_p.h"
#include <ctype.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <ft2build.h>
| 
Clases | 
| struct | XlfdEncoding | 
| 
'defines' | 
| #define | FcBool   Bool | 
| #define | FcTrue   True | 
| #define | FcFalse   False | 
| #define | FD_DEBUG   if (FALSE) qDebug | 
| #define | make_tag(c1, c2, c3, c4) | 
| #define | LAST_LATIN_ENCODING   10 | 
| #define | MAKE_TAG(_x1, _x2, _x3, _x4) | 
| #define | MAXFONTSIZE_XFT   256 | 
| #define | MAXFONTSIZE_XLFD   128 | 
| 
Enumeraciones | 
| enum | XLFDFieldNames { Foundry, 
Family, 
Weight, 
Slant,
 Width, 
AddStyle, 
PixelSize, 
PointSize,
 ResolutionX, 
ResolutionY, 
Spacing, 
AverageWidth,
 CharsetRegistry, 
CharsetEncoding, 
NFontFields
 }
 | 
| 
Funciones | 
| double | qt_pointSize (double pixelSize, QPaintDevice *paintdevice, int screen) | 
| double | qt_pixelSize (double pointSize, QPaintDevice *paintdevice, int screen) | 
| int | qt_xlfd_encoding_id (const char *encoding) | 
| int | qt_mib_for_xlfd_encoding (const char *encoding) | 
| int | qt_encoding_id_for_mib (int mib) | 
| bool | qt_fillFontDef (const QCString &xlfd, QFontDef *fd, int screen) | 
| 
Variables | 
| const int | numEncodings = sizeof( xlfd_encoding ) / sizeof( XlfdEncoding ) - 1 | 
| bool | qt_has_xft | 
Documentación de los 'defines'
      
        
          | #define FD_DEBUG   if (FALSE) qDebug | 
      
 
 
      
        
          | #define LAST_LATIN_ENCODING   10 | 
      
 
 
      
        
          | #define make_tag | ( |  | c1, | 
        
          |  |  |  | c2, | 
        
          |  |  |  | c3, | 
        
          |  |  |  | c4 | 
        
          |  | ) |  |  | 
      
 
Valor:( (((unsigned int)c1)<<24) | (((unsigned int)c2)<<16) | \
(((unsigned int)c3)<<8) | ((unsigned int)c4) )
 
 
      
        
          | #define MAKE_TAG | ( |  | _x1, | 
        
          |  |  |  | _x2, | 
        
          |  |  |  | _x3, | 
        
          |  |  |  | _x4 | 
        
          |  | ) |  |  | 
      
 
Valor:( ( (Q_UINT32)_x1 << 24 ) |     \
            ( (Q_UINT32)_x2 << 16 ) |     \
            ( (Q_UINT32)_x3 <<  8 ) |     \
              (Q_UINT32)_x4         )
 
 
      
        
          | #define MAXFONTSIZE_XFT   256 | 
      
 
 
      
        
          | #define MAXFONTSIZE_XLFD   128 | 
      
 
 
Documentación de las enumeraciones
- Valores de enumeraciones: 
- 
| Foundry |  |  | Family |  |  | Weight |  |  | Slant |  |  | Width |  |  | AddStyle |  |  | PixelSize |  |  | PointSize |  |  | ResolutionX |  |  | ResolutionY |  |  | Spacing |  |  | AverageWidth |  |  | CharsetRegistry |  |  | CharsetEncoding |  |  | NFontFields |  |  
 
 
 
Documentación de las funciones
      
        
          | int qt_encoding_id_for_mib | ( | int | mib | ) |  | 
      
 
 
      
        
          | int qt_mib_for_xlfd_encoding | ( | const char * | encoding | ) |  | 
      
 
 
      
        
          | double qt_pixelSize | ( | double | pointSize, | 
        
          |  |  | QPaintDevice * | paintdevice, | 
        
          |  |  | int | screen | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | double qt_pointSize | ( | double | pixelSize, | 
        
          |  |  | QPaintDevice * | paintdevice, | 
        
          |  |  | int | screen | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int qt_xlfd_encoding_id | ( | const char * | encoding | ) |  | 
      
 
 
Documentación de las variables