Render mathematical text elements to image This function signature is used by text_rendering but implementation moved there
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=1), | intent(inout) | :: | image_data(*) | |||
| integer, | intent(in) | :: | width | |||
| integer, | intent(in) | :: | height | |||
| integer, | intent(in) | :: | x | |||
| integer, | intent(in) | :: | y | |||
| type(mathtext_element_t), | intent(in) | :: | elements(:) | |||
| integer(kind=1), | intent(in) | :: | r | |||
| integer(kind=1), | intent(in) | :: | g | |||
| integer(kind=1), | intent(in) | :: | b | |||
| real(kind=wp), | intent(in) | :: | base_font_size |