Allocate a text options structure.
This structure is passed to text drawing functions to provide information on how to draw the text.
| font |
the font |
| fg |
the forground color |
| bg |
the background color |
| h_align |
the horizontal alignment |
| v_align |
the vertical alignment |
|
the new TextOptions structure |