comparison src/dispextern.h @ 36007:6be98ede1ec8

(struct face): Add comment for how to handle a negative value in box_line_width.
author Kenichi Handa <handa@m17n.org>
date Fri, 09 Feb 2001 12:35:06 +0000
parents 91b7d295be68
children ede1d6e9b322
comparison
equal deleted inserted replaced
36006:a9d75e8a6cb9 36007:6be98ede1ec8
1239 1239
1240 /* Pixmap width and height. */ 1240 /* Pixmap width and height. */
1241 unsigned int pixmap_w, pixmap_h; 1241 unsigned int pixmap_w, pixmap_h;
1242 1242
1243 /* Non-zero means characters in this face have a box that thickness 1243 /* Non-zero means characters in this face have a box that thickness
1244 around them. */ 1244 around them. If it is negative, the absolute value indicates the
1245 thickness, and the horizontal lines of box (top and bottom) are
1246 drawn inside of characters glyph area. The vartical lines of box
1247 (left and right) are drawn as the same way as the case that this
1248 value is positive. */
1245 int box_line_width; 1249 int box_line_width;
1246 1250
1247 /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn 1251 /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn
1248 around text in this face. A value of FACE_SIMPLE_BOX means a box 1252 around text in this face. A value of FACE_SIMPLE_BOX means a box
1249 of width box_line_width is drawn in color box_color. A value of 1253 of width box_line_width is drawn in color box_color. A value of