Sadly the Type 1 fonts are not supported in the script
# Type 1 fonts require handling multiple resource files.
# Not supported in this script
#$hashFontFileTypes.Add(".mmm", "")
#$hashFontFileTypes.Add(".pbf", "")
#$hashFontFileTypes.Add(".pfm", "")
This is the thing I need to cover, but cannot find any suitable solution and the fact that Type 1 fonts are written to registries as MultiString Values makes this matter complicated to handle...
Thanks anyway.