|
LibGd 2.4.0-dev
GD Graphics library
|
#include <gd_vector2d.h>
Data Fields | |
| gdTextShaping | shaping |
| double | line_spacing |
| unsigned int | reserved_flags |
| double | reserved_double |
struct: gdTextOptions
Options for text path, drawing, and measurement functions.
Initialize this structure with gdTextOptionsInit before use.
| double gdTextOptions::line_spacing |
Line spacing multiplier.
| double gdTextOptions::reserved_double |
Reserved for future use. Initialize to zero.
| unsigned int gdTextOptions::reserved_flags |
Reserved for future use. Initialize to zero.
| gdTextShaping gdTextOptions::shaping |
Text shaping mode.