get_text_bitmap_metrics Subroutine

public subroutine get_text_bitmap_metrics(pixel_height, ascent_px, descent_px, height_px, success)

Get ascent/descent/height for a given pixel_height.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: pixel_height
real(kind=wp), intent(out) :: ascent_px
real(kind=wp), intent(out) :: descent_px
integer, intent(out) :: height_px
logical, intent(out) :: success