comparison src/fontset.c @ 17882:46f958bf3348

(fs_load_font): Modified to cope with the above change in x_load_font (xterm.c).
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 1997 03:33:50 +0000
parents 95010205f916
children 5e325c8057c8
comparison
equal deleted inserted replaced
17881:a0db136e6595 17882:46f958bf3348
166 166
167 /* Fill in fields (CHARSET, ENCODING, and FONT_ENCODER) which are 167 /* Fill in fields (CHARSET, ENCODING, and FONT_ENCODER) which are
168 not set by (*load_font_func). */ 168 not set by (*load_font_func). */
169 fontp->charset = charset; 169 fontp->charset = charset;
170 170
171 if (fontp->encoding[1] >= 0) 171 if (fontp->encoding[1] != 4)
172 { 172 {
173 /* The font itself tells which code points to be used. Use this 173 /* The font itself tells which code points to be used. Use this
174 encoding for all other charsets. */ 174 encoding for all other charsets. */
175 int i; 175 int i;
176 176