view src/bitmaps/gray.xbm @ 107249:c7093188c806

Document :otf font-spec property. * display.texi (Low-Level Font): Document :otf font-spec property.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 27 Feb 2010 10:18:07 -0500
parents 8f14d08e19f7
children
line wrap: on
line source

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