#include <config.h>
Go to the source code of this file.
Data Structures | |
| struct | pffont |
| struct | pfglyph |
Defines | |
| #define | pfFixScale (1 << 15) |
Typedefs | |
| typedef signed short int | pfint16 |
| typedef signed char | pfint8 |
| typedef unsigned short int | pfuint16 |
| typedef unsigned char | pfuint8 |
| #define pfFixScale (1 << 15) |
Definition at line 48 of file polyfonttypes.h.
| typedef signed short int pfint16 |
Definition at line 46 of file polyfonttypes.h.
| typedef signed char pfint8 |
Definition at line 43 of file polyfonttypes.h.
| typedef unsigned short int pfuint16 |
Definition at line 45 of file polyfonttypes.h.
| typedef unsigned char pfuint8 |
Definition at line 42 of file polyfonttypes.h.
1.5.6