#include <font.h>
Data Fields | |
| int | font_id |
| font descriptor | |
| real | font_size |
| font size, in font units | |
| uns | charmap |
| charmap conversions | |
| geom_transform | transform |
| transformation to be applied | |
| byte * | bitmap |
| bitmap buffer | |
| uns | bsize |
| allocated bitmap buffer size | |
| int | width |
| int | height |
| resulting bitmap size in pixels | |
| int | xoff |
| int | yoff |
| when drawing to screen add these offsets to refpoint | |
You should call font_ctl_init to initialize the structure before first use and font_ctl_cleanup after use.
1.3.5