Title configuration (maps to Vega-Lite config.title).
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=wp), | public | :: | font_size | = | -1.0_wp | ||
| character(len=40), | public | :: | font | = | '' | ||
| logical, | public | :: | font_set | = | .false. | ||
| character(len=20), | public | :: | font_weight | = | '' | ||
| logical, | public | :: | font_weight_set | = | .false. | ||
| character(len=10), | public | :: | anchor | = | '' | ||
| logical, | public | :: | anchor_set | = | .false. | ||
| real(kind=wp), | public | :: | offset | = | -1.0_wp | ||
| character(len=7), | public | :: | color | = | '' | ||
| logical, | public | :: | color_set | = | .false. | ||
| logical, | public | :: | defined | = | .false. |