view src/bitmaps/gray1.xbm @ 102791:9874a0083028

Fix previous change. Define ftfont_variation_glyphs even if HAVE_M17N_FLT is not defined.
author Kenichi Handa <handa@m17n.org>
date Mon, 30 Mar 2009 05:38:51 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};