aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2008-12-11 14:58:04 +0000
committerJason Rumney <[email protected]>2008-12-11 14:58:04 +0000
commit8ec71e2341172ad01138c2b5c80623eb99a35549 (patch)
treead32a272fe30f71b48bb29fb187b93d89117d5e2 /src
parentb4233ec94bf12fa12409f74203a9428c0ba3776d (diff)
(fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/w32font.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 10fd86ad62..0431ecd623 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2008-12-11 Jason Rumney <[email protected]>
+ * w32font.c (fill_in_logfont): Don't assume symbol script means
+ SYMBOL_CHARSET.
+
* w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
size for surrogates.
diff --git a/src/w32font.c b/src/w32font.c
index 4492a275bd..4cfa8a242c 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -1956,8 +1956,6 @@ fill_in_logfont (f, logfont, font_spec)
logfont->lfCharSet = ARABIC_CHARSET;
else if (EQ (val, Qthai))
logfont->lfCharSet = THAI_CHARSET;
- else if (EQ (val, Qsymbol))
- logfont->lfCharSet = SYMBOL_CHARSET;
}
else if (EQ (key, QCantialias) && SYMBOLP (val))
{