fastreport export to pdf , Run on windows is ok,run on archlinux threw exception
---> System.TypeInitializationException: The type initializer for 'FastReport.Utils.Config' threw an exception.
---> System.TypeInitializationException: The type initializer for 'FastReport.TypeConverters.FontConverter' threw an exception.
---> System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform.
at System.Drawing.Text.FontCollection..ctor()
at System.Drawing.Text.PrivateFontCollection..ctor()
at FastReport.TypeConverters.FontConverter..cctor()
--- End of inner exception stack trace ---
at FastReport.TypeConverters.FontConverter.get_PrivateFontCollection()
at FastReport.Utils.FRPrivateFontCollection..ctor()
at FastReport.Utils.Config..cctor()
--- End of inner exception stack trace ---
at FastReport.Utils.Config.Init()
at FastReport.Report..cctor()
--- End of inner exception stack trace ---
at FastReport.Report..ctor()