I have created a custom control by overriding from control. I have implemented some customization to serialize and deserialize the font settings. However, when I set the font from resources by using AddMemoryFont() method, the font is not getting updated to the control. Even I have overridden the Font property and FontChanged event and called the base functions.
Is there something I'm missing to update the font from resources? If yes, share any suggestions to update the font.
Note Getting the font from resources as in the suggestion Custom Font
Thanks in Advance,
Arulpriya