1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.

This commit is contained in:
Jason Rumney 2008-12-11 14:58:04 +00:00
parent b4233ec94b
commit 8ec71e2341
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2008-12-11 Jason Rumney <jasonr@gnu.org>
* w32font.c (fill_in_logfont): Don't assume symbol script means
SYMBOL_CHARSET.
* w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
size for surrogates.

View File

@ -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))
{