[longomatch] Add FontSize to the drawing interface



commit 2e48bd085ab8d55be5dbfb735a59b4b7f7f47f95
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue May 27 18:42:35 2014 +0200

    Add FontSize to the drawing interface

 .../Interfaces/Drawing/IDrawingToolkit.cs          |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Interfaces/Drawing/IDrawingToolkit.cs 
b/LongoMatch.Core/Interfaces/Drawing/IDrawingToolkit.cs
index a92f17b..8e096c8 100644
--- a/LongoMatch.Core/Interfaces/Drawing/IDrawingToolkit.cs
+++ b/LongoMatch.Core/Interfaces/Drawing/IDrawingToolkit.cs
@@ -31,6 +31,7 @@ namespace LongoMatch.Interfaces
                string FontFamily {set;}
                FontSlant FontSlant {set;}
                FontWeight FontWeight {set;}
+               int FontSize {set;}
                
                void Begin();
                void End();


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