X11workbench Toolkit  1.0
WBFontInfo Struct Reference

Internal structure, caching font information (mostly for legacy font support) More...

#include <font_helper.h>

Data Fields

char * szFoundry
 
char * szFamily
 
int iWeight
 
int iSlant
 
int iWidth
 
char * szAdStyle
 
int iPixelSize
 
int iPointSize
 
int iResX
 
int iResY
 
int iSpacing
 
int iAvgWidth
 
char * szRegistry
 
char * szEncoding
 
char data [8]
 

Detailed Description

Internal structure, caching font information (mostly for legacy font support)

typedef struct WBFontInfo
{
char *szFoundry, *szFamily;
int iWeight, iSlant, iWidth;
char *szAdStyle;
int iPixelSize, iPointSize, iResX, iResY, iSpacing, iAvgWidth;
char *szRegistry, *szEncoding;
char data[8];

Definition at line 214 of file font_helper.h.


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