示例#1
0
        static FontImage()
        {
            DefaultFontFamily = "Segoe UI Symbol";
            DefaultBrush      = Brushes.Black;

            var dpi = ScreenHelper.GetDpi().Width;

            RenderingEmSize = dpi / 96d;
        }