aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c
index d423fd46b70..d780d781f62 100644
--- a/src/font.c
+++ b/src/font.c
@@ -60,6 +60,8 @@ struct table_entry
60 const char *names[6]; 60 const char *names[6];
61}; 61};
62 62
63/* The following tables should be in sync with 'custom-face-attributes'. */
64
63/* Table of weight numeric values and their names. This table must be 65/* Table of weight numeric values and their names. This table must be
64 sorted by numeric values in ascending order and the numeric values 66 sorted by numeric values in ascending order and the numeric values
65 must approximately match the weights in the font files. */ 67 must approximately match the weights in the font files. */