Hello Bruce,
Take a look at the example code below.
NThemeFontInfo fontInfo = nEntryBox1.Item.Style.FontInfo;
fontInfo.Style = Nevron.GraphicsCore.FontStyleEx.Bold;
nEntryBox1.Item.Style.FontInfo = fontInfo;
I hope it helps.
Best Regards,
Nevron Support Team