[longomatch] Use ubuntu font as the default one in the Drawing backend



commit d50e1bb702d81f9a922d4022fef661a9e06c34a5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 6 07:04:04 2014 +0200

    Use ubuntu font as the default one in the Drawing backend

 LongoMatch.Drawing.Cairo/CairoBackend.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Drawing.Cairo/CairoBackend.cs b/LongoMatch.Drawing.Cairo/CairoBackend.cs
index 650180c..886989b 100644
--- a/LongoMatch.Drawing.Cairo/CairoBackend.cs
+++ b/LongoMatch.Drawing.Cairo/CairoBackend.cs
@@ -50,7 +50,7 @@ namespace LongoMatch.Drawing.Cairo
                        FillColor = Color.Black;
                        LineWidth = 2;
                        FontSize = 12;
-                       FontFamily = "Verdana";
+                       FontFamily = "Ubuntu";
                        FontWeight = FontWeight.Normal;
                        FontSlant = FontSlant.Normal;
                        LineStyle = LineStyle.Normal;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]