I am trying to add a function to the "huhu clone" plugin.
This function is that it also copies the font of the contact (font, bold, italic, underline, etc.).
The problem is that I can't find the string/variable for the font.
code:
var CntDP = Cnt.DisplayPicture;
Messenger.MyDisplayPicture = CntDP;
What I am trying to find is the equivalent of "CntDP" and "Messenger.MyDisplayPicture" but for the font (font, italic, blod, underline). I don't know if it is something like "CntFont" (which includes the fond, bold, italic, underline) or "CntFont" (which includes the fond), "CntFontBold" or "CntFB" (which includes the bold) etc.
I hope you understand what I mean ...