using
(Stream stream = System.Reflection.Assembly.GetAssembly(
this
.GetType()).GetManifestResourceStream(
"_408823_RadRichTextEditorCustomFonts.HelveticaLt.ttf"
))
{
ThemeResolutionService.LoadFont(stream);
}
FontFamily ff = ThemeResolutionService.GetCustomFont(
"Helvetica-Light"
);
this
.radFontDropDownList1.AddFont(ff);
...
this
.radFontDropDownList1.RemoveFont(ff);