Get bounding box of a glyph in unscaled font coordinates.
| 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 | |||
| integer, | intent(out) | :: | x0 | |||
| integer, | intent(out) | :: | y0 | |||
| integer, | intent(out) | :: | x1 | |||
| integer, | intent(out) | :: | y1 | |||
| logical, | intent(out) | :: | found |