Wrong Font size using Aspose.PSD for .NET 20.10.0

I get the wrong font size, compared with the PSD file. For example:
using (PsdImage psdImage = (PsdImage)Aspose.PSD.Image.Load(psdpath))
{
var aaa = (TextLayer)image.Layer[12].Font.Size;
}

@mcjj23

After observing the issue, I have opened a ticket with ID PSDNET-745 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.