find_font_by_name Function

public function find_font_by_name(font_name, font_path) result(found)

Find font by name in typical system locations

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: font_name
character(len=256), intent(out) :: font_path

Return Value logical