Decrease default font size

This commit is contained in:
Jaex 2017-02-22 15:59:52 +03:00
parent 01682b0e3e
commit 2a7e190a83

View file

@ -47,7 +47,7 @@ public class AnnotationOptions
public TextDrawingOptions TextOutlineOptions { get; set; } = new TextDrawingOptions()
{
Color = PrimaryColor,
Size = 30,
Size = 25,
Bold = true
};
public Color TextOutlineBorderColor { get; set; } = SecondaryColor;