Returns the names of all of the fonts that are available in Fusion when creating text.
# Get the value of the property.propertyValue = application_var.fontNames
#include <Core/Application/Application.h>// Get the value of the property.std::vector<string> propertyValue = application_var->fontNames();