At the moment I use the following code:
SharpDX.Direct2D1.Brush textDXBrush = new SolidColorBrush((Color) ColorConverter.ConvertFromString((ChartControl.Pro perties.ChartText).ToString())).ToDxBrush(RenderTa rget);
to get just the color.
Is there a better methode to get the complete Font properties?

Comment