fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
stb_init_font
Function
12 statements
Source File
fortplot_stb_truetype.f90
fortplot_stb_truetype
stb_init_font
Contents
public function stb_init_font(font_info, font_file_path) result(success)
Initialize font from file path
Arguments
Type
Intent
Optional
Attributes
Name
type(
stb_fontinfo_t
),
intent(inout)
::
font_info
character(len=*),
intent(in)
::
font_file_path
Return Value
logical