Mercurial > hg > xemacs-beta
comparison src/faces.h @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | b5df3737028a 07dcc7000bbf |
children | a9c41067dd88 |
comparison
equal
deleted
inserted
replaced
5125:b5df3737028a | 5126:2a462149bd6a |
---|---|
1 /* Face data structures. | 1 /* Face data structures. |
2 Copyright (C) 1995 Board of Trustees, University of Illinois. | 2 Copyright (C) 1995 Board of Trustees, University of Illinois. |
3 Copyright (C) 1995, 2002 Ben Wing | 3 Copyright (C) 1995, 2002, 2010 Ben Wing |
4 | 4 |
5 This file is part of XEmacs. | 5 This file is part of XEmacs. |
6 | 6 |
7 XEmacs is free software; you can redistribute it and/or modify it | 7 XEmacs is free software; you can redistribute it and/or modify it |
8 under the terms of the GNU General Public License as published by the | 8 under the terms of the GNU General Public License as published by the |
297 struct extent_fragment *ef); | 297 struct extent_fragment *ef); |
298 void update_frame_face_values (struct frame *f); | 298 void update_frame_face_values (struct frame *f); |
299 void face_property_was_changed (Lisp_Object face, Lisp_Object property, | 299 void face_property_was_changed (Lisp_Object face, Lisp_Object property, |
300 Lisp_Object locale); | 300 Lisp_Object locale); |
301 void default_face_font_info (Lisp_Object domain, int *ascent, | 301 void default_face_font_info (Lisp_Object domain, int *ascent, |
302 int *descent, int *height, int *width, | 302 int *descent, int *width, int *height, |
303 int *proportional_p); | 303 int *proportional_p); |
304 void default_face_height_and_width (Lisp_Object domain, | 304 void default_face_width_and_height (Lisp_Object domain, int *width, |
305 int *height, int *width); | 305 int *height); |
306 void default_face_height_and_width_1 (Lisp_Object domain, | |
307 int *height, int *width); | |
308 | 306 |
309 #define FACE_CACHEL_FONT(cachel, charset) \ | 307 #define FACE_CACHEL_FONT(cachel, charset) \ |
310 (cachel->font[XCHARSET_LEADING_BYTE (charset) - MIN_LEADING_BYTE]) | 308 (cachel->font[XCHARSET_LEADING_BYTE (charset) - MIN_LEADING_BYTE]) |
311 | 309 |
312 #define FACE_CACHEL_FONT_UPDATED(x) \ | 310 #define FACE_CACHEL_FONT_UPDATED(x) \ |