#include <textpara.h>

Data Fields | |
| char * | str |
| char * | fontname |
| PostscriptAlias * | postscript_alias |
| void * | layout |
| void(* | free_layout )(void *layout) |
| double | fontsize |
| double | width |
| double | height |
| double | yoffset_layout |
| double | yoffset_centerline |
| char | just |
Definition at line 36 of file textpara.h.
| char* textpara_t::str |
| char* textpara_t::fontname |
| void* textpara_t::layout |
Definition at line 40 of file textpara.h.
| void(* textpara_t::free_layout)(void *layout) |
| double textpara_t::fontsize |
| double textpara_t::width |
| double textpara_t::height |
| double textpara_t::yoffset_layout |
Definition at line 42 of file textpara.h.
Definition at line 42 of file textpara.h.
| char textpara_t::just |
Definition at line 43 of file textpara.h.
1.5.6