Get bounding box for character bitmap
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(stb_fontinfo_t), | intent(in) | :: | font_info | |||
integer, | intent(in) | :: | codepoint | |||
real(kind=wp), | intent(in) | :: | scale_x | |||
real(kind=wp), | intent(in) | :: | scale_y | |||
integer, | intent(out) | :: | ix0 | |||
integer, | intent(out) | :: | iy0 | |||
integer, | intent(out) | :: | ix1 | |||
integer, | intent(out) | :: | iy1 |