stb_get_codepoint_bitmap Function

public function stb_get_codepoint_bitmap(font_info, scale_x, scale_y, codepoint, width, height, xoff, yoff) result(bitmap_ptr)

Allocate and render character bitmap

Arguments

Type IntentOptional Attributes Name
type(stb_fontinfo_t), intent(in) :: font_info
real(kind=wp), intent(in) :: scale_x
real(kind=wp), intent(in) :: scale_y
integer, intent(in) :: codepoint
integer, intent(out) :: width
integer, intent(out) :: height
integer, intent(out) :: xoff
integer, intent(out) :: yoff

Return Value type(c_ptr)