#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 } |
|
|
Definition at line 79 of file GfxFont.h. Referenced by GfxFont::isBold(). |
|
|
Definition at line 75 of file GfxFont.h. Referenced by Gfx8BitFont::Gfx8BitFont(), and GfxFont::isFixedWidth(). |
|
|
Definition at line 78 of file GfxFont.h. Referenced by GfxFont::isItalic(). |
|
|
Definition at line 76 of file GfxFont.h. Referenced by GfxFont::isSerif(), and GfxFont::readFontDescriptor(). |
|
|
Definition at line 77 of file GfxFont.h. Referenced by GfxFont::isSymbolic(). |
|
|
|
1.4.2