fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
stb_find_glyph_index
Function
10 statements
Source File
fortplot_stb_truetype.f90
fortplot_stb_truetype
stb_find_glyph_index
Contents
public function stb_find_glyph_index(font_info, codepoint) result(glyph_index)
Find glyph index for Unicode codepoint
Arguments
Type
Intent
Optional
Attributes
Name
type(
stb_fontinfo_t
),
intent(in)
::
font_info
integer,
intent(in)
::
codepoint
Return Value
integer