Get bitmap bounding box in pixel coordinates (y-flipped).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | data(:) | |||
| integer, | intent(in) | :: | loca | |||
| integer, | intent(in) | :: | glyf | |||
| integer, | intent(in) | :: | index_to_loc_format | |||
| integer, | intent(in) | :: | num_glyphs | |||
| integer, | intent(in) | :: | glyph_index | |||
| real(kind=dp), | intent(in) | :: | scale_x | |||
| real(kind=dp), | intent(in) | :: | scale_y | |||
| integer, | intent(out) | :: | ix0 | |||
| integer, | intent(out) | :: | iy0 | |||
| integer, | intent(out) | :: | ix1 | |||
| integer, | intent(out) | :: | iy1 |