stb_find_glyph_index Function

public function stb_find_glyph_index(font_info, codepoint) result(glyph_index)

Find glyph index for Unicode codepoint

Arguments

Type IntentOptional Attributes Name
type(stb_fontinfo_t), intent(in) :: font_info
integer, intent(in) :: codepoint

Return Value integer