Extracting wrong Font size using Aspose.PSD for .NET

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

直播 电商.zip (626.6 KB)

@cwp0518,

I have worked with source files and have been able to observe issue. A ticket with ID PSDNET-185 has been created in our issue tracking system for further investigate and resolve. This thread has been associated with this ticket, so that you can be automatically notified as soon as this issue is resolved.