view src/bitmaps/gray.xbm @ 90404:a7d267afebf9

(enum composition_method) [USE_FONT_BACKEND]: New enumeration COMPOSITION_WITH_GLYPH_STRING.
author Kenichi Handa <handa@m17n.org>
date Tue, 06 Jun 2006 03:48:41 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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