table: Add comment.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Dec 2020 18:48:43 +0000 (10:48 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Dec 2020 18:49:07 +0000 (10:49 -0800)
src/output/table.h

index aea925490f5a430c08e74d17ea6651bbe821e1e4..edd617e8e1c673d15f2d8884f5a5a9bd246dd979 100644 (file)
@@ -144,7 +144,7 @@ struct font_style
     bool bold, italic, underline, markup;
     struct cell_color fg[2], bg[2];
     char *typeface;
-    int size;
+    int size;                   /* In 1/72" units. */
   };
 
 #define FONT_STYLE_INITIALIZER { FONT_STYLE_INITIALIZER__ }