| TYPE | NAME | DESCRIPTION |
|---|---|---|
| STRING | text | The text to generate |
| FLOAT | size | The size of text in either pixels or points |
| INT32 | size_type | The units of specified size: PIXELS (0) or POINTS (1) |
| STRING | fontname | The fontname (conforming to the X Logical Font Description Conventions) |
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| INT32 | width | The width of the specified font |
| INT32 | height | The height of the specified font |
| INT32 | ascent | The ascent of the specified font |
| INT32 | descent | The descent of the specified font |