Function Theme.getFontList

Returns all the Fonts as a PoolStringArray filled with each Font's name, for use in getFont, if the theme has type.

PoolArray!(godot.core.string.String) getFontList (
  const(String) type
) nothrow @nogc const;