Mercurial > hg > xemacs-beta
comparison src/glyphs.c @ 903:4a27df428c73
[xemacs-hg @ 2002-07-06 05:48:14 by andyp]
sync with 21.4
author | andyp |
---|---|
date | Sat, 06 Jul 2002 05:48:22 +0000 |
parents | 79c6ff3eef26 |
children | c925bacdda60 |
comparison
equal
deleted
inserted
replaced
902:2fd2239ea63a | 903:4a27df428c73 |
---|---|
2283 unsigned char charsets[NUM_LEADING_BYTES]; | 2283 unsigned char charsets[NUM_LEADING_BYTES]; |
2284 struct face_cachel frame_cachel; | 2284 struct face_cachel frame_cachel; |
2285 struct face_cachel *cachel; | 2285 struct face_cachel *cachel; |
2286 Lisp_Object frame = DOMAIN_FRAME (domain); | 2286 Lisp_Object frame = DOMAIN_FRAME (domain); |
2287 | 2287 |
2288 CHECK_STRING (string); | |
2289 | |
2288 /* Compute height */ | 2290 /* Compute height */ |
2289 if (height) | 2291 if (height) |
2290 { | 2292 { |
2291 /* Compute string metric info */ | 2293 /* Compute string metric info */ |
2292 find_charsets_in_ibyte_string (charsets, | 2294 find_charsets_in_ibyte_string (charsets, |