Hi Team,
I will briefly explain my use case.
The code I am using:
auto fontData = portionFormat->get_LatinFont();
if (fontData != nullptr)
{
fontFamily = fontData->get_FontName().ToUtf8String()…... The portion format properties such as get_FontBold()...the text formatting, not the source of that formatting . There...