Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GfxFont.h File Reference

#include "gtypes.h"
#include "GString.h"
#include "Object.h"
#include "CharTypes.h"

Include dependency graph for GfxFont.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define fontFixedWidth   (1 << 0)
#define fontSerif   (1 << 1)
#define fontSymbolic   (1 << 2)
#define fontItalic   (1 << 6)
#define fontBold   (1 << 18)

Enumerations

enum  GfxFontType {
  fontUnknownType, fontType1, fontType1C, fontType3,
  fontTrueType, fontCIDType0, fontCIDType0C, fontCIDType2
}


Define Documentation

#define fontBold   (1 << 18)
 

Definition at line 79 of file GfxFont.h.

Referenced by GfxFont::isBold().

#define fontFixedWidth   (1 << 0)
 

Definition at line 75 of file GfxFont.h.

Referenced by Gfx8BitFont::Gfx8BitFont(), and GfxFont::isFixedWidth().

#define fontItalic   (1 << 6)
 

Definition at line 78 of file GfxFont.h.

Referenced by GfxFont::isItalic().

#define fontSerif   (1 << 1)
 

Definition at line 76 of file GfxFont.h.

Referenced by GfxFont::isSerif(), and GfxFont::readFontDescriptor().

#define fontSymbolic   (1 << 2)
 

Definition at line 77 of file GfxFont.h.

Referenced by GfxFont::isSymbolic().


Enumeration Type Documentation

enum GfxFontType
 

Enumeration values:
fontUnknownType 
fontType1 
fontType1C 
fontType3 
fontTrueType 
fontCIDType0 
fontCIDType0C 
fontCIDType2 

Definition at line 30 of file GfxFont.h.


Generated on Sat Nov 5 17:19:03 2005 for OPIE by  doxygen 1.4.2