All default fonts of openfl

Hi again, :slightly_smiling_face:
I’m currently working on textfields, for which I need the names of all default (or built in fonts) in openfl , so that my application users can select which font they prefer to use to type…
Can I get the font name list that are by default available in openfl? I know just one , "_typewriter"

The default font names are “_sans”, “_serif” or “_typewriter” to choose a font that is sans-serif, serif or monospace (like “Arial”, “Times New Roman” or “Courier New”) :slight_smile:

1 Like

Thanks @singmajesty ! :slight_smile: i didn’t knew these ones…
Thanks for the help !.

1 Like