Bad font name

Hello, I use following code for show all textboxes fonts names. But i have somethink like +mj-lt . Could you help me?
var presentation = new PresentationEx(@"D:\sample.pptx");
foreach (SlideEx slide in presentation.Slides)
{
foreach (AutoShapeEx shape in slide.Shapes.OfType())
{
foreach (ParagraphEx paragraph in shape.TextFrame.Paragraphs)
{
foreach (PortionEx portion in paragraph.Portions)
{if (portion.PortionFormat.LatinFont!=null)
Console.WriteLine(portion.PortionFormat.LatinFont.FontName);
}
}
}
}


Hi,


I have worked with the sample code and presentation file shared. I have been able to observe the issue specified. An issue with ID SLIDESNET-34476 has been created 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 automatically notified once the issue will be resolved.

We are sorry for your inconvenience,