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()…...whether FontBold or FontItalic properties were set via a font dropdown...button . The portion format properties such as get_FontBold() and...