Mercurial > emacs
view src/bitmaps/gray1.xbm @ 40873:f288d1d604a7
(enum_font_cb2): Use leading @ on face name to detect
vertical fonts. Allow them if face name is explicitly specified.
Do not give up if we find a font that cannot be converted to an
xlfd.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 10 Nov 2001 13:51:02 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};