trivial bug fixes
[swftools.git] / lib / ttf.h
index 9a76949..8d5ea61 100644 (file)
--- a/lib/ttf.h
+++ b/lib/ttf.h
@@ -187,7 +187,7 @@ typedef struct _ttf {
     char is_vertical;
 
     S16 ascent;
-    S16 descent;
+    S16 descent; // ymin, *not* negative ymin
     S16 lineGap;
 
     int num_glyphs;