view src/bitmaps/gray.xbm @ 36800:7a809e9fc67e

(x_draw_glyph_string): Draw relief (if any) before drawing glyph string.
author Kenichi Handa <handa@m17n.org>
date Wed, 14 Mar 2001 13:18:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};