diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c index 885daf930b0..4ceb4302cee 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -2000,7 +2000,7 @@ w32_encode_weight (int n) | |||
| 2000 | static Lisp_Object | 2000 | static Lisp_Object |
| 2001 | w32_to_fc_weight (int n) | 2001 | w32_to_fc_weight (int n) |
| 2002 | { | 2002 | { |
| 2003 | if (n >= FW_HEAVY) return Qbold; | 2003 | if (n >= FW_HEAVY) return Qblack; |
| 2004 | if (n >= FW_EXTRABOLD) return Qextra_bold; | 2004 | if (n >= FW_EXTRABOLD) return Qextra_bold; |
| 2005 | if (n >= FW_BOLD) return Qbold; | 2005 | if (n >= FW_BOLD) return Qbold; |
| 2006 | if (n >= FW_SEMIBOLD) return intern ("demibold"); | 2006 | if (n >= FW_SEMIBOLD) return intern ("demibold"); |