ecere/gfx/LFBDisplayDriver: Made font ascent available through property
authorJerome St-Louis <jerome@ecere.com>
Wed, 22 Oct 2014 05:00:46 +0000 (01:00 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 15 Feb 2015 18:41:13 +0000 (13:41 -0500)
ecere/src/gfx/drivers/LFBDisplayDriver.ec

index db5ecdd..bbe5615 100644 (file)
@@ -705,6 +705,10 @@ public class Font : struct
       }
 #endif
    }
+   public property int ascent
+   {
+      get { return (int)(this ? ascent * scale : 0); }
+   }
 };
 
 public class LFBDisplay : struct