How can you get a list of fonts installed on the computer in godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By newold

I need to get a list of the installed fonts and the folder where they are located because i want fill a itemlist with it.

Is there any command / function in godot to get the font installation folder in windows?

:bust_in_silhouette: Reply From: BraindeadBZH

It is not possible out-of-the-box. Might be possible using some GDNative.